helm_website/docker/apache_docker/builder.sh

7 lines
299 B
Bash
Raw Normal View History

2024-12-08 07:33:39 +00:00
podman pull php:8.2-apache
2025-01-12 13:41:35 +00:00
podman build -t glvx/php -f Dockerfile
2024-12-08 07:34:16 +00:00
podman push glvx/php docker://docker.io/glvx/php:8.2c
2025-01-12 13:41:35 +00:00
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