Skip to content

Commit

Permalink
Support DOCKER_METADATA_OUTPUT_JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Jan 21, 2024
1 parent 68df119 commit 0679f56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM python:3.11-alpine3.18

# Pass information about the build to the container
ARG DOCKER_METADATA_OUTPUT_JSON='{}'
ENV DOCKER_METADATA_OUTPUT_JSON=${DOCKER_METADATA_OUTPUT_JSON}

RUN apk add curl

RUN mkdir /app
Expand Down

0 comments on commit 0679f56

Please sign in to comment.