Skip to content
Snippets Groups Projects
Commit 823c79c0 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

Drop the apertis- prefix from the image folders


Repeating "apertis" everywhere is not particularly useful but is
annoying for downstreams which have to either keep the misleading
names or rename everything and deal with the resulting mess when
pulling updates.

This also makes our life less painful since not having a common prefix
makes shell completion much more useful. :)

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent eb5e9b8a
No related branches found
No related tags found
No related merge requests found
Pipeline #164523 failed
This commit is part of merge request !140. Comments created here will be created in the context of that merge request.
Showing
with 4 additions and 4 deletions
......@@ -42,13 +42,13 @@ build-base-rootfs:
- kvm
artifacts:
paths:
- '*-base/*.tar.gz'
- base/*.tar.gz
expire_in: 1d
only:
- branches
script:
- >
cd $DISTRO-base &&
cd base &&
debos -t suite:$RELEASE -t stable:$STABLE $DISTRO.yaml
.build-docker-image:
......@@ -62,8 +62,8 @@ build-base-rootfs:
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
- >
/kaniko/executor
--context $CI_PROJECT_DIR/$DISTRO-$image
--dockerfile $CI_PROJECT_DIR/$DISTRO-$image/Dockerfile
--context $CI_PROJECT_DIR/$image
--dockerfile $CI_PROJECT_DIR/$image/Dockerfile
--destination $CI_REGISTRY_IMAGE/$RELEASE-$image:$TEST_TAG
--build-arg RELEASE=$RELEASE
--build-arg TAG=$TEST_TAG
......
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment