bea0b5cfae
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 17s
unit-tests Bats test report
CI Feature / Bats tests (push) Successful in 1m12s
acc-tests Cucumber test report
CI Feature / Cucumber tests (push) Successful in 1m19s
CI Feature / Report Summary (push) Successful in 4s
5 lines
141 B
Docker
5 lines
141 B
Docker
FROM alpine:latest
|
|
ARG VERSION=unknown
|
|
ARG FOO=unknown
|
|
RUN mkdir -p /app && echo "$VERSION" > /app/version.txt && echo "$FOO" > /app/foo.txt
|