Provide outputs as env vars
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
6
test/json.Dockerfile
Normal file
6
test/json.Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
FROM alpine
|
||||
RUN apk add --no-cache coreutils jq
|
||||
ARG BUILDINFO
|
||||
RUN printenv BUILDINFO
|
||||
RUN echo $BUILDINFO | jq
|
Reference in New Issue
Block a user