fix: stay root as upstream
Main Release / hadolint (push) Failing after 8s
Main Release / build (push) Successful in 13s
Main Release / tag (push) Successful in 11s
Tag Release / hadolint (push) Failing after 10s
Tag Release / build (push) Successful in 2m8s
Tag Release / build-push (push) Successful in 2m45s
Main Release / hadolint (push) Failing after 8s
Main Release / build (push) Successful in 13s
Main Release / tag (push) Successful in 11s
Tag Release / hadolint (push) Failing after 10s
Tag Release / build (push) Successful in 2m8s
Tag Release / build-push (push) Successful in 2m45s
This commit is contained in:
@@ -14,8 +14,3 @@ RUN apt-get update -qq && apt-get upgrade -qq --yes --no-install-recommends \
|
|||||||
jq \
|
jq \
|
||||||
&& apt-get -qq --yes autoremove --purge \
|
&& apt-get -qq --yes autoremove --purge \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Drop back to the base image's default user
|
|
||||||
ARG HERMES_UID=10000
|
|
||||||
ARG HERMES_GID=10000
|
|
||||||
USER ${HERMES_UID}:${HERMES_GID}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user