Fixed default CentOS base image

This commit is contained in:
Alexey Pustovalov 2025-01-08 15:38:45 +09:00
parent bfa42442d1
commit 6a2c42942e

2
.env
View File

@ -71,7 +71,7 @@ RESTART_POLICY=unless-stopped
# Cache base images # Cache base images
ALPINE_BASE_IMAGE=alpine:3.21 ALPINE_BASE_IMAGE=alpine:3.21
CENTOS_BASE_IMAGE=quay.io/centos/centos:stream10-minimal CENTOS_BASE_IMAGE=quay.io/centos/centos:stream9-minimal
OL_BASE_IMAGE=oraclelinux:9-slim OL_BASE_IMAGE=oraclelinux:9-slim
UBUNTU_BASE_IMAGE=ubuntu:noble UBUNTU_BASE_IMAGE=ubuntu:noble
RHEL_BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal:8.10 RHEL_BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal:8.10