1.3.0: ci: rollback change image #1
Some checks failed
Test Pipeline / lint (pull_request) Failing after 2m26s
Test Pipeline / ci-test (pull_request) Failing after 2m59s

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-09-26 02:13:19 +02:00
commit e80bf3abc3
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
2 changed files with 14 additions and 13 deletions

View file

@ -1,16 +1,7 @@
#!/bin/bash
cat <<ENDFILE >> /etc/apk/repositories
http://ftp.halifax.rwth-aachen.de/alpine/v3.16/main
http://ftp.halifax.rwth-aachen.de/alpine/v3.16/community
ENDFILE
apk update
apk add docker docker-cli-compose
docker version
docker compose version
docker load --input "$IMAGE_TYPE-$IMAGE_VERSION-release.tar.gz"
docker tag $CI_REGISTRY_IMAGE:$IMAGE_VERSION-release $IMAGE_TYPE:latest
cat <<ENDFILE > docker-compose.yml
version: '3.1'
@ -29,7 +20,7 @@ services:
timeout: 5s
retries: 5
users:
image: $IMAGE_TYPE
image: users-release
volumes:
- ./docker/keys:/keys
depends_on: