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 819afdf commit 97d525aCopy full SHA for 97d525a
dockerfile
@@ -23,9 +23,12 @@ FROM python:$publish_target
23
ARG python_version
24
ARG package
25
ARG maintainer=""
26
+ARG TARGETPLATFORM=""
27
LABEL python=$version
28
LABEL package=$package
29
LABEL maintainer=$maintainer
30
+LABEL org.opencontainers.image.description="python:$publish_target $package:$package_version $TARGETPLATFORM"
31
+
32
33
# Copy all of the python files built in the Builder container into this smaller container.
34
COPY --from=Builder /usr/local/lib/python$python_version /usr/local/lib/python$python_version
0 commit comments