Fixed REGISTRY_URL ARGS
Build and Push Alpine PHP 8.3 Image / Build and push image (push) Successful in 2m16s Details
Build and Push Ubuntu PHP 8.3 Image / Build and push image (push) Successful in 12m19s Details

This commit is contained in:
Aditya Prima 2024-03-23 23:26:57 +07:00
parent 0dded8cacc
commit 653bdf4c06
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
# PHP 8.1 == 3.18
# PHP 8.2 == 3.18
# PHP 8.3 == 3.19
ARG BASE_REPO=aprimediet
ARG REGISTRY_URL=git.winteraccess.id/docker
ARG ALPINE_VERSION=3.19
FROM ${REGISTRY_URL}/alpine:${ALPINE_VERSION}

View File

@ -1,7 +1,7 @@
ARG UBUNTU_VERSION=jammy
ARG BASE_REPO=git.winteraccess.id/docker
ARG REGISTRY_URL=git.winteraccess.id/docker
FROM ${BASE_REPO}/ubuntu:${UBUNTU_VERSION}
FROM ${REGISTRY_URL}/ubuntu:${UBUNTU_VERSION}
LABEL maintainer="<Muhamad Aditya Prima> aprimediet@gmail.com"
ARG PHP_VERSION=8.3