2
0
Fork 0
mirror of https://code.forgejo.org/docker/metadata-action.git synced 2025-08-27 16:30:54 +00:00
docker-metadata-action/test/json.Dockerfile

7 lines
139 B
Text
Raw Normal View History

# syntax=docker/dockerfile:1
FROM alpine
RUN apk add --no-cache coreutils jq
ARG BUILDINFO
RUN printenv BUILDINFO
RUN echo $BUILDINFO | jq