Remove Alpine because of performance concerns

This commit is contained in:
Mo 2023-10-20 04:49:48 +02:00
parent cd9e684553
commit 0dea4af039
12 changed files with 13 additions and 13 deletions

View file

@ -12,4 +12,4 @@ podman-default-create \
-v ~/sync/volumes/nginx.conf:/etc/nginx/nginx.conf:z,ro \
-v ~/volumes/$container_name:/usr/share/nginx/html:Z,ro \
--label "io.containers.autoupdate=registry" \
docker.io/library/nginx:alpine
docker.io/library/nginx:latest

View file

@ -12,4 +12,4 @@ podman-default-create \
-v ~/sync/volumes/nginx.conf:/etc/nginx/nginx.conf:z,ro \
-v ~/volumes/$container_name:/usr/share/nginx/html:Z,ro \
--label "io.containers.autoupdate=registry" \
docker.io/library/nginx:alpine
docker.io/library/nginx:latest

View file

@ -18,7 +18,7 @@ podman-default-create \
-e POSTGRES_USER=hedgedoc \
--env-file $container_volumes_dir/postgres.env \
--label "io.containers.autoupdate=registry" \
docker.io/library/postgres:14-alpine
docker.io/library/postgres:14
podman-default-create \
$container_name \
@ -41,6 +41,6 @@ podman-default-create \
-e CMD_DOMAIN=pads.mo8it.com \
--env-file $container_volumes_dir/hedgedoc.env \
--label "io.containers.autoupdate=registry" \
quay.io/hedgedoc/hedgedoc:alpine
quay.io/hedgedoc/hedgedoc:latest
podman exec -it $container_name chown -R hedgedoc /hedgedoc/public/uploads

View file

@ -8,4 +8,4 @@ podman-default-create \
-v ~/sync/volumes/nginx.conf:/etc/nginx/nginx.conf:z,ro \
-v ~/code/how_2_julia:/usr/share/nginx/html:Z,ro \
--label "io.containers.autoupdate=registry" \
docker.io/library/nginx:alpine
docker.io/library/nginx:latest

View file

@ -17,4 +17,4 @@ podman-default-create \
-v ~/sync/volumes/nginx.conf:/etc/nginx/nginx.conf:z,ro \
-v ~/volumes/$container_name/public:/usr/share/nginx/html:Z,ro \
--label "io.containers.autoupdate=registry" \
docker.io/library/nginx:alpine
docker.io/library/nginx:latest

View file

@ -19,7 +19,7 @@ podman-default-create \
-e POSTGRES_USER=limesurvey \
--env-file $container_volumes_dir/secrets.env \
--label "io.containers.autoupdate=registry" \
docker.io/library/postgres:15-alpine
docker.io/library/postgres:15
podman-default-create \
$container_name \

View file

@ -17,4 +17,4 @@ podman-default-create \
-v ~/sync/volumes/nginx.conf:/etc/nginx/nginx.conf:z,ro \
-v ~/volumes/$container_name/public:/usr/share/nginx/html:Z,ro \
--label "io.containers.autoupdate=registry" \
docker.io/library/nginx:alpine
docker.io/library/nginx:latest

View file

@ -23,7 +23,7 @@ podman-default-create \
-v $db_container_dir:/var/lib/postgresql/data:Z \
--env-file $db_env_file \
--label "io.containers.autoupdate=registry" \
docker.io/library/postgres:15-alpine; or return 1
docker.io/library/postgres:15; or return 1
podman-default-create \
$container_name \

View file

@ -8,4 +8,4 @@ podman-default-create \
--network traefik \
-v $container_volume:/usr/share/nginx/html:Z,ro \
--label "io.containers.autoupdate=registry" \
docker.io/library/nginx:alpine
docker.io/library/nginx:latest

View file

@ -16,7 +16,7 @@ podman-default-create \
-e PGTZ=Europe/Berlin \
--env-file $db_env_file \
--label "io.containers.autoupdate=registry" \
docker.io/library/postgres:16-alpine; or return 1
docker.io/library/postgres:16; or return 1
podman-default-create \
$container_name \

View file

@ -16,7 +16,7 @@ podman-default-create \
-e PGTZ=Europe/Berlin \
--env-file $db_env_file \
--label "io.containers.autoupdate=registry" \
docker.io/library/postgres:16-alpine; or return 1
docker.io/library/postgres:16; or return 1
podman-default-create \
$container_name \

View file

@ -17,4 +17,4 @@ podman-default-create \
-v ~/sync/volumes/nginx.conf:/etc/nginx/nginx.conf:z,ro \
-v ~/volumes/$container_name/public:/usr/share/nginx/html:Z,ro \
--label "io.containers.autoupdate=registry" \
docker.io/library/nginx:alpine
docker.io/library/nginx:latest