Recovered CentOS 8 build using stream image

This commit is contained in:
Alexey Pustovalov
2022-05-10 17:30:21 +03:00
parent 1b864b8c2d
commit e536d3ea23
17 changed files with 45 additions and 40 deletions

View File

@ -5,7 +5,7 @@ ARG BUILD_BASE_IMAGE=zabbix-build-mysql:centos-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} as builder
FROM centos:centos8
FROM quay.io/centos/centos:stream8
ARG MAJOR_VERSION
ARG ZBX_VERSION