helm_website/docker/apache_docker/builder.sh

6 lines
299 B
Bash

podman pull php:8.2-apache
podman build -t glvx/php -f Dockerfile
podman push glvx/php docker://docker.io/glvx/php:8.2c
podman build -t glvx/php-texlive -f Dockerfile-texlive
podman push glvx/php docker://docker.io/glvx/php:8.2c
podman push glvx/php-texlive docker://docker.io/glvx/php-texlive:8.2c