This repository has been archived on 2024-12-31. You can view files and clone it, but cannot push or open issues or pull requests.
composer/Dockerfile.ubi9-micro

9 lines
342 B
Docker

ARG REGISTRY_URL=docker.io/aprimediet
ARG PHP_VERSION=8.4
ARG COMPOSER_VERSION=2.8.4
FROM ${REGISTRY_URL}/php:${PHP_VERSION}-apache-ubi9 AS builder
LABEL maintainer="<Muhamad Aditya Prima> aprimediet@gmail.com"
FROM ${REGISTRY_URL}/composer:${PHP_VERSION}-ubi9-micro AS runtime
LABEL maintainer="<Muhamad Aditya Prima> aprimediet@gmail.com"