composer (2.2.23)
Installation
docker pull git.winteraccess.id/docker/composer:2.2.23
sha256:ef96f814f8f741f0047efe76eb04334495db01d1fd36f1665a941aaa01235ba6
Image Layers
ARG RELEASE |
ARG LAUNCHPAD_BUILD_ARCH |
LABEL org.opencontainers.image.ref.name=ubuntu |
LABEL org.opencontainers.image.version=22.04 |
ADD file:2f8a54a5efd080fb81efea702b4e3e07d946eec7563fb2281bd28950c10ec462 in / |
CMD ["/bin/bash"] |
LABEL maintainer=<Aditya Prima> aprimediet@gmail.com |
ARG UBUNTU_VERSION=noble |
ENV DEBIAN_FRONTEND=noninteractive |
ENV TZ=Asia/Jakarta |
RUN |1 UBUNTU_VERSION=jammy /bin/sh -c ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone # buildkit |
USER root |
RUN |1 UBUNTU_VERSION=jammy /bin/sh -c apt -y update && apt -y upgrade && apt -y install curl # buildkit |
RUN |1 UBUNTU_VERSION=jammy /bin/sh -c apt -y clean # buildkit |
LABEL maintainer=<Muhamad Aditya Prima> aprimediet@gmail.com |
ARG PHP_VERSION=8.3 |
ENV PHP_VERSION=7.4 |
WORKDIR /root |
RUN |1 PHP_VERSION=7.4 /bin/sh -c apt -y update && apt -y upgrade && apt -y install software-properties-common # buildkit |
RUN |1 PHP_VERSION=7.4 /bin/sh -c add-apt-repository ppa:ondrej/php && apt -y update # buildkit |
RUN |1 PHP_VERSION=7.4 /bin/sh -c apt -y install php${PHP_VERSION}-cli php${PHP_VERSION}-common # buildkit |
RUN |1 PHP_VERSION=7.4 /bin/sh -c ln -ns /usr/bin/php${PHP_VERSION} /usr/bin/php; exit 0 # buildkit |
RUN |1 PHP_VERSION=7.4 /bin/sh -c apt -y clean # buildkit |
RUN |1 PHP_VERSION=7.4 /bin/sh -c mkdir -p /var/run/php && mkdir -p /var/lib/php/session # buildkit |
LABEL maintainer=<Muhamad Aditya Prima> aprimediet@gmail.com |
ARG COMPOSER_VERSION=2.2.23 |
WORKDIR /tmp |
USER root |
RUN |1 COMPOSER_VERSION=2.2.23 /bin/sh -c apt -y update && apt -y upgrade && apt -y install git # buildkit |
ADD https://getcomposer.org/installer ./composer-setup.php # buildkit |
RUN |1 COMPOSER_VERSION=2.2.23 /bin/sh -c php composer-setup.php --version=${COMPOSER_VERSION} && mv composer.phar /usr/local/bin/composer && rm -f ./composer-setup.php # buildkit |
ENV COMPOSER_HOME=/usr/local/share/composer |
ENV COMPOSER_CACHE_DIR=/usr/local/share/composer/cache |
RUN |1 COMPOSER_VERSION=2.2.23 /bin/sh -c mkdir -p ${COMPOSER_CACHE_DIR}/{files,repo,vcs} # buildkit |
Labels
Key | Value |
---|---|
maintainer | <Muhamad Aditya Prima> aprimediet@gmail.com |
org.opencontainers.image.ref.name | ubuntu |
org.opencontainers.image.version | 22.04 |
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