We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a902ef3 commit d0fcf17Copy full SHA for d0fcf17
Dockerfile
@@ -1,5 +1,11 @@
1
FROM ubuntu:22.04 AS base
2
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
+
9
ENV LANG="C.UTF-8"
10
ENV LC_ALL="C.UTF-8"
11
ENV PATH="/opt/pyenv/shims:/opt/pyenv/bin:$PATH"
0 commit comments