Skip to content

Commit

Permalink
Add metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed Oct 31, 2024
1 parent a902ef3 commit d0fcf17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
FROM ubuntu:22.04 AS base

LABEL org.opencontainers.image.title="pyenv (Patchwork development)"
LABEL org.opencontainers.image.description="pyenv container for use in Patchwork development and CI"
LABEL org.opencontainers.image.source="https://github.com/getpatchwork/pyenv"
LABEL org.opencontainers.image.documentation="https://patchwork.readthedocs.io/en/latest/"
LABEL org.opencontainers.image.licenses=GPL

ENV LANG="C.UTF-8"
ENV LC_ALL="C.UTF-8"
ENV PATH="/opt/pyenv/shims:/opt/pyenv/bin:$PATH"
Expand Down

0 comments on commit d0fcf17

Please sign in to comment.