Recovered CentOS 8 build using stream image

This commit is contained in:
Alexey Pustovalov
2022-05-10 17:30:21 +03:00
parent 66b81a35f7
commit 48a031f15e
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