initial support for docker actions
This commit is contained in:
+13
-1
@@ -1,4 +1,16 @@
|
||||
FROM debian:stretch
|
||||
# Uncomment if building locally...
|
||||
# FROM debian:stretch
|
||||
|
||||
FROM --platform=${TARGETPLATFORM:-linux/amd64} debian:stretch
|
||||
|
||||
ARG BUILD_DATE
|
||||
ARG VERSION
|
||||
ARG VCS_REF
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
LABEL org.label-schema.build-date=$BUILD_DATE \
|
||||
org.label-schema.version=$VERSION \
|
||||
org.label-schema.vcs-ref=$VCS_REF \
|
||||
|
||||
RUN apt update && apt install -y \
|
||||
curl \
|
||||
|
||||
Reference in New Issue
Block a user