From 8219f45b6eddc7e496c38c8c7695137466e47d3e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Feb 2024 16:25:32 +0100 Subject: rename --- alma9-remi-php83.dockerfile | 7 ++++--- ubi9-remi-php83.dockerfile | 7 +++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/alma9-remi-php83.dockerfile b/alma9-remi-php83.dockerfile index ec36fbb..fb2901c 100644 --- a/alma9-remi-php83.dockerfile +++ b/alma9-remi-php83.dockerfile @@ -1,7 +1,7 @@ -FROM registry.access.redhat.com/ubi9:latest +FROM almalinux:9 -# podman build -t ubi9php83 -f ubi9-remi-php83.dockerfile . -# podman run --rm -ti ubi9php83 +# podman build -t alma9php83 -f alma9-remi-php83.dockerfile . +# podman run --rm -ti alma9php83 RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \ https://rpms.remirepo.net/enterprise/remi-release-9.rpm && \ @@ -10,6 +10,7 @@ RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.n php-sodium \ php-json \ php-mbstring \ + php-imagick \ php-xml \ && dnf clean all diff --git a/ubi9-remi-php83.dockerfile b/ubi9-remi-php83.dockerfile index fb2901c..ec36fbb 100644 --- a/ubi9-remi-php83.dockerfile +++ b/ubi9-remi-php83.dockerfile @@ -1,7 +1,7 @@ -FROM almalinux:9 +FROM registry.access.redhat.com/ubi9:latest -# podman build -t alma9php83 -f alma9-remi-php83.dockerfile . -# podman run --rm -ti alma9php83 +# podman build -t ubi9php83 -f ubi9-remi-php83.dockerfile . +# podman run --rm -ti ubi9php83 RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \ https://rpms.remirepo.net/enterprise/remi-release-9.rpm && \ @@ -10,7 +10,6 @@ RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.n php-sodium \ php-json \ php-mbstring \ - php-imagick \ php-xml \ && dnf clean all -- cgit