Removed repository mirror config
Build and Push Alpine Image / Build and push image (push) Successful in 7m59s Details

This commit is contained in:
Aditya Prima 2024-03-23 21:15:00 +07:00
parent 68142962d2
commit 49ffbd22bc
1 changed files with 3 additions and 3 deletions

View File

@ -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