Parameterize FrostFS gateways versions

Signed-off-by: Artem Tataurov <a.tataurov@yadro.com>
This commit is contained in:
Artem Tataurov 2023-07-20 16:04:00 +03:00 committed by Alex Vanin
parent e62ff3f0fc
commit 557243e48e

View file

@ -2,7 +2,8 @@ ARG FROSTFS_HUB_IMAGE=truecloudlab/frostfs
ARG NEOGO_HUB_IMAGE=nspccdev/neo-go
ARG FROSTFS_CORE_TAG=6eefe974
ARG FROSTFS_GATES_TAG=0.27.0-rc.2
ARG FROSTFS_HTTP_GATE_TAG=0.27.0-rc.1-32-g6f64557a
ARG FROSTFS_S3_GATE_TAG=0.27.0-rc.1-74-g7f708b3a
ARG NEOGO_TAG=0.101.1
FROM ${NEOGO_HUB_IMAGE}:${NEOGO_TAG} as neo-go
@ -10,8 +11,8 @@ FROM ${FROSTFS_HUB_IMAGE}-adm:${FROSTFS_CORE_TAG} as frostfs-adm
FROM ${FROSTFS_HUB_IMAGE}-cli:${FROSTFS_CORE_TAG} as frostfs-cli
FROM ${FROSTFS_HUB_IMAGE}-ir:${FROSTFS_CORE_TAG} as frostfs-ir
FROM ${FROSTFS_HUB_IMAGE}-storage:${FROSTFS_CORE_TAG} as frostfs-storage
FROM ${FROSTFS_HUB_IMAGE}-s3-gw:0.27.0-rc.1-74-g7f708b3a as frostfs-s3-gw
FROM ${FROSTFS_HUB_IMAGE}-http-gw:0.27.0-rc.1-32-g6f64557a as frostfs-http-gw
FROM ${FROSTFS_HUB_IMAGE}-s3-gw:${FROSTFS_S3_GATE_TAG} as frostfs-s3-gw
FROM ${FROSTFS_HUB_IMAGE}-http-gw:${FROSTFS_HTTP_GATE_TAG} as frostfs-http-gw
# Executable image
FROM alpine AS frostfs-aio