[#37] Use forgejo as docker repository for AIO

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
Alexey Vanin 2024-05-30 17:55:26 +03:00
parent f0c20be1b9
commit f97b08f2a0
2 changed files with 2 additions and 2 deletions

2
.env
View file

@ -1,3 +1,3 @@
FROSTFS_HUB_IMAGE=truecloudlab/frostfs
AIO_IMAGE=truecloudlab/frostfs-aio
AIO_IMAGE=git.frostfs.info/truecloudlab/frostfs-aio
AIO_VERSION=1.5.0

View file

@ -8,7 +8,7 @@ REPO=$(notdir $(shell pwd))
VERSION ?= "$(shell git describe --tags --match "v*" 2>/dev/null || git rev-parse --short HEAD | sed 's/^v//')"
# Variables for docker
AIO_IMAGE ?= "truecloudlab/frostfs-aio"
AIO_IMAGE ?= "git.frostfs.info/truecloudlab/frostfs-aio"
# Variables for compose
COMPOSE_CMD_UP ?= docker-compose up -d