composer (2.8.4-php8.4-ubi9)
Installation
docker pull git.winteraccess.id/docker/composer:2.8.4-php8.4-ubi9
sha256:d5c8cabe027063fee2cad784e10a9039b0117fb4c3dc4ef3ba6da1a9d0f7801f
Image Layers
LABEL maintainer="Red Hat, Inc." vendor="Red Hat, Inc." |
LABEL url="https://www.redhat.com" |
LABEL com.redhat.component="ubi9-container" name="ubi9" version="9.5" distribution-scope="public" |
LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" |
LABEL summary="Provides the latest release of Red Hat Universal Base Image 9." |
LABEL description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." |
LABEL io.k8s.description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." |
LABEL io.k8s.display-name="Red Hat Universal Base Image 9" |
LABEL io.openshift.expose-services="" |
LABEL io.openshift.tags="base rhel9" |
ENV container oci |
COPY dir:6e388bec01400ec35da0a5b5a2596b41da834e86ca148940cbc732afde5a8f48 in / |
COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. |
CMD ["/bin/bash"] |
LABEL "build-date"="2024-11-28T14:33:45" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="2c6dc24323bfe846cd1fe51f2a65994655ca3068" "build-date"="2024-11-28T14:28:08Z" "release"="1732804088" |
/bin/sh |
LABEL maintainer=Muhamad Aditya Prima <aprimediet@gmail.com> |
ARG TIMEZONE=Asia/Jakarta |
ENV TZ=Asia/Jakarta |
RUN |1 TIMEZONE=Asia/Jakarta /bin/sh -c dnf -y install tzdata && dnf -y reinstall tzdata && dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && crb enable && dnf -y update && dnf -y autoremove && dnf -y clean all # buildkit |
LABEL maintainer=<Muhamad Aditya Prima> aprimediet@gmail.com |
ARG UBI_VERSION=9.5 |
ARG PHP_VERSION=8.4 |
ENV PHP_VERSION=8.4 |
USER root |
RUN |2 UBI_VERSION=9.5 PHP_VERSION=8.4 /bin/sh -c dnf -y update && dnf -y install https://rpms.remirepo.net/enterprise/remi-release-${UBI_VERSION}.rpm && dnf -y install yum-utils && dnf -y module reset php && dnf -y module enable php:remi-${PHP_VERSION} && dnf -y install php-cli php-common && dnf -y autoremove && dnf -y clean all # buildkit |
CMD ["/usr/bin/php"] |
LABEL maintainer=<Muhamad Aditya Prima> aprimediet@gmail.com |
ARG COMPOSER_VERSION=2.8.4 |
USER root |
WORKDIR /tmp |
ENV COMPOSER_HOME=/usr/local/share/composer |
ENV COMPOSER_CACHE_DIR=/usr/local/share/composer/cache |
RUN |1 COMPOSER_VERSION=2.8.4 /bin/sh -c groupadd -g 10001 composer && useradd -u 10001 -g 10001 -m -d /build -s /sbin/nologin composer && mkdir -p ${COMPOSER_CACHE_DIR}/files && mkdir -p ${COMPOSER_CACHE_DIR}/repo && mkdir -p ${COMPOSER_CACHE_DIR}/vcs && chown -R composer:composer ${COMPOSER_CACHE_DIR} # buildkit |
RUN |1 COMPOSER_VERSION=2.8.4 /bin/sh -c dnf -y update && dnf -y install php-bcmath php-brotli php-dba php-dbg php-devel php-embedded php-enchant php-ffi php-geos php-gmp php-intl php-json php-ldap php-lz4 php-maxminddb php-mysqlnd php-odbc php-opcache php-pdo php-pdo-dblib php-pdo-firebird php-pear php-pgsql php-phpiredis php-process php-snmp php-soap php-sodium php-tidy php-xz php-zstd # buildkit |
ADD https://getcomposer.org/installer ./composer-setup.php # buildkit |
RUN |1 COMPOSER_VERSION=2.8.4 /bin/sh -c php composer-setup.php --version=${COMPOSER_VERSION} && mv composer.phar /usr/local/bin/composer && rm -f ./composer-setup.php && dnf -y autoremove && dnf -y clean all # buildkit |
USER composer |
WORKDIR /build |
CMD ["/usr/local/bin/composer"] |
Labels
Key | Value |
---|---|
architecture | x86_64 |
build-date | 2024-11-28T14:28:08Z |
com.redhat.component | ubi9-container |
com.redhat.license_terms | https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI |
description | The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. |
distribution-scope | public |
io.buildah.version | 1.38.0-dev |
io.k8s.description | The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. |
io.k8s.display-name | Red Hat Universal Base Image 9 |
io.openshift.expose-services | |
io.openshift.tags | base rhel9 |
maintainer | <Muhamad Aditya Prima> aprimediet@gmail.com |
name | ubi9 |
release | 1732804088 |
summary | Provides the latest release of Red Hat Universal Base Image 9. |
url | https://www.redhat.com |
vcs-ref | 2c6dc24323bfe846cd1fe51f2a65994655ca3068 |
vcs-type | git |
vendor | Red Hat, Inc. |
version | 9.5 |
Details
Versions (73)
View all
ubi9-micro
2024-12-13
2.8-ubi9-micro
2024-12-13
2.8-php8.4-ubi9-micro
2024-12-13
2.8.4-php8.4-ubi9-micro
2024-12-13
2.8-php8.3-ubi9-micro
2024-12-13