Fixed Dockerfile instructions

This commit is contained in:
Alexey Pustovalov
2024-02-14 01:07:53 +09:00
parent 8c1911dd4e
commit ffff416244
74 changed files with 82 additions and 82 deletions

View File

@ -4,9 +4,9 @@ ARG RELEASE=0
ARG ZBX_VERSION=${MAJOR_VERSION}
ARG BUILD_BASE_IMAGE=zabbix-build-mysql:rhel-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} as builder
FROM ${BUILD_BASE_IMAGE} AS builder
FROM registry.access.redhat.com/ubi9/ubi-minimal
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
ARG MAJOR_VERSION
ARG RELEASE