mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-23 13:20:52 +01:00
Pin ubi8 image tag
This commit is contained in:
parent
f95ea884aa
commit
e360b63247
4
.env
4
.env
@ -65,6 +65,7 @@ ALPINE_CACHE_FROM=alpine:3.16
|
|||||||
CENTOS_CACHE_FROM=quay.io/centos/centos:stream8
|
CENTOS_CACHE_FROM=quay.io/centos/centos:stream8
|
||||||
OL_CACHE_FROM=oraclelinux:8-slim
|
OL_CACHE_FROM=oraclelinux:8-slim
|
||||||
UBUNTU_CACHE_FROM=ubuntu:jammy
|
UBUNTU_CACHE_FROM=ubuntu:jammy
|
||||||
|
RHEL_CACHE_FROM=registry.access.redhat.com/ubi8/ubi-minimal:8.10
|
||||||
|
|
||||||
# Base images
|
# Base images
|
||||||
BUILD_BASE_IMAGE=zabbix-build-base
|
BUILD_BASE_IMAGE=zabbix-build-base
|
||||||
@ -84,3 +85,6 @@ OL_OS_TAG_SHORT=ol
|
|||||||
|
|
||||||
UBUNTU_OS_TAG=Ubuntu
|
UBUNTU_OS_TAG=Ubuntu
|
||||||
UBUNTU_OS_TAG_SHORT=ubuntu
|
UBUNTU_OS_TAG_SHORT=ubuntu
|
||||||
|
|
||||||
|
RHEL_OS_TAG=Red Hat
|
||||||
|
RHEL_OS_TAG_SHORT=rhel
|
||||||
|
@ -6,7 +6,7 @@ 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/ubi8/ubi-minimal
|
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
|
||||||
|
|
||||||
ARG MAJOR_VERSION
|
ARG MAJOR_VERSION
|
||||||
ARG RELEASE
|
ARG RELEASE
|
||||||
|
@ -6,7 +6,7 @@ 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/ubi8/ubi-minimal
|
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
|
||||||
|
|
||||||
ARG MAJOR_VERSION
|
ARG MAJOR_VERSION
|
||||||
ARG RELEASE
|
ARG RELEASE
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
FROM registry.access.redhat.com/ubi8/ubi-minimal
|
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
|
||||||
|
|
||||||
ARG MAJOR_VERSION=6.0
|
ARG MAJOR_VERSION=6.0
|
||||||
ARG RELEASE=30
|
ARG RELEASE=30
|
||||||
|
@ -6,7 +6,7 @@ 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/ubi8/ubi-minimal
|
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
|
||||||
|
|
||||||
ARG MAJOR_VERSION
|
ARG MAJOR_VERSION
|
||||||
ARG RELEASE
|
ARG RELEASE
|
||||||
|
@ -6,7 +6,7 @@ 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/ubi8/ubi-minimal
|
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
|
||||||
|
|
||||||
ARG MAJOR_VERSION
|
ARG MAJOR_VERSION
|
||||||
ARG RELEASE
|
ARG RELEASE
|
||||||
|
@ -6,7 +6,7 @@ ARG BUILD_BASE_IMAGE=zabbix-build-sqlite3:rhel-${ZBX_VERSION}
|
|||||||
|
|
||||||
FROM ${BUILD_BASE_IMAGE} as builder
|
FROM ${BUILD_BASE_IMAGE} as builder
|
||||||
|
|
||||||
FROM registry.access.redhat.com/ubi8/ubi-minimal
|
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
|
||||||
|
|
||||||
ARG MAJOR_VERSION
|
ARG MAJOR_VERSION
|
||||||
ARG RELEASE
|
ARG RELEASE
|
||||||
|
@ -6,7 +6,7 @@ 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/ubi8/ubi-minimal
|
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
|
||||||
|
|
||||||
ARG MAJOR_VERSION
|
ARG MAJOR_VERSION
|
||||||
ARG RELEASE
|
ARG RELEASE
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM registry.access.redhat.com/ubi8/ubi-minimal
|
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
|
||||||
|
|
||||||
ARG MAJOR_VERSION=6.0
|
ARG MAJOR_VERSION=6.0
|
||||||
ARG RELEASE=30
|
ARG RELEASE=30
|
||||||
|
@ -6,7 +6,7 @@ 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/ubi8/ubi-minimal
|
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
|
||||||
|
|
||||||
ARG MAJOR_VERSION
|
ARG MAJOR_VERSION
|
||||||
ARG RELEASE
|
ARG RELEASE
|
||||||
|
@ -6,7 +6,7 @@ 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/ubi8/ubi-minimal
|
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
|
||||||
|
|
||||||
ARG MAJOR_VERSION
|
ARG MAJOR_VERSION
|
||||||
ARG RELEASE
|
ARG RELEASE
|
||||||
|
Loading…
Reference in New Issue
Block a user