Migrate CI to 4-job pipeline with SHA-pinned actions #4
+1
-1
@@ -4,10 +4,10 @@ ARG BUILD_DATE
|
|||||||
ARG VCS_REF
|
ARG VCS_REF
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
|
|
||||||
|
# hadolint ignore=DL3018,DL3013
|
||||||
RUN apk --no-cache add --virtual build-dependencies build-base && \
|
RUN apk --no-cache add --virtual build-dependencies build-base && \
|
||||||
pip install --no-cache-dir troposphere && \
|
pip install --no-cache-dir troposphere && \
|
||||||
apk --no-cache del build-dependencies
|
apk --no-cache del build-dependencies
|
||||||
|
|
||||||
# TODO : vérifier les labels
|
# TODO : vérifier les labels
|
||||||
LABEL "maintainer"="dockerimages@cabillot.eu" \
|
LABEL "maintainer"="dockerimages@cabillot.eu" \
|
||||||
"org.label-schema.name"="troposphere" \
|
"org.label-schema.name"="troposphere" \
|
||||||
|
|||||||
Reference in New Issue
Block a user