Removed repository mirror config
Build and Push Alpine Image / Build and push image (push) Successful in 7m59s
Details
Build and Push Alpine Image / Build and push image (push) Successful in 7m59s
Details
This commit is contained in:
parent
68142962d2
commit
49ffbd22bc
|
@ -5,12 +5,12 @@ LABEL maintainer="<Aditya Prima> aprimediet@gmail.com"
|
|||
|
||||
ARG ALPINE_VERSION=3.19
|
||||
ARG S6_VERSION=3.1.6.2
|
||||
ARG ALPINE_MIRROR=https://dl-cdn.alpinelinux.org
|
||||
# ARG ALPINE_MIRROR=https://dl-cdn.alpinelinux.org
|
||||
ARG TZ=Asia/Jakarta
|
||||
|
||||
# SET REPOSITORY MIRROR
|
||||
RUN echo "${ALPINE_MIRROR}/v${ALPINE_VERSION}/main" > /etc/apk/repositories
|
||||
RUN echo "${ALPINE_MIRROR}/v${ALPINE_VERSION}/community" >> /etc/apk/repositories
|
||||
# RUN echo "${ALPINE_MIRROR}/v${ALPINE_VERSION}/main" > /etc/apk/repositories
|
||||
# RUN echo "${ALPINE_MIRROR}/v${ALPINE_VERSION}/community" >> /etc/apk/repositories
|
||||
|
||||
# Set User as root
|
||||
USER root
|
||||
|
|
Reference in New Issue