fix: add hadolint ignore DL3018,DL3013 for apk add and pip install
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / lint (push) Successful in 5s
Docker Build and Push / build (pull_request) Successful in 1m22s
Docker Build and Push / build (push) Successful in 24s
Docker Build and Push / test (pull_request) Failing after 16s
Docker Build and Push / test (push) Failing after 15s
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / push (push) Has been skipped
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / lint (push) Successful in 5s
Docker Build and Push / build (pull_request) Successful in 1m22s
Docker Build and Push / build (push) Successful in 24s
Docker Build and Push / test (pull_request) Failing after 16s
Docker Build and Push / test (push) Failing after 15s
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / push (push) Has been skipped
This commit is contained in:
+2
-1
@@ -3,6 +3,7 @@ LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
|
|||||||
|
|
||||||
ARG CLI_VERSION=1.16.148
|
ARG CLI_VERSION=1.16.148
|
||||||
|
|
||||||
|
# hadolint ignore=DL3018,DL3013
|
||||||
RUN apk --no-cache upgrade && \
|
RUN apk --no-cache upgrade && \
|
||||||
apk --no-cache add --virtual build-dependencies \
|
apk --no-cache add --virtual build-dependencies \
|
||||||
groff \
|
groff \
|
||||||
@@ -17,4 +18,4 @@ RUN apk --no-cache upgrade && \
|
|||||||
|
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/local/bin/aws"]
|
ENTRYPOINT ["/usr/local/bin/aws"]
|
||||||
Reference in New Issue
Block a user