Skip to content

Commit d0fcf17

Browse files
committed
Add metadata
Signed-off-by: Stephen Finucane <[email protected]>
1 parent a902ef3 commit d0fcf17

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
FROM ubuntu:22.04 AS base
22

3+
LABEL org.opencontainers.image.title="pyenv (Patchwork development)"
4+
LABEL org.opencontainers.image.description="pyenv container for use in Patchwork development and CI"
5+
LABEL org.opencontainers.image.source="https://github.com/getpatchwork/pyenv"
6+
LABEL org.opencontainers.image.documentation="https://patchwork.readthedocs.io/en/latest/"
7+
LABEL org.opencontainers.image.licenses=GPL
8+
39
ENV LANG="C.UTF-8"
410
ENV LC_ALL="C.UTF-8"
511
ENV PATH="/opt/pyenv/shims:/opt/pyenv/bin:$PATH"

0 commit comments

Comments
 (0)