EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 911fe8fe authored by Karl Grube's avatar Karl Grube
Browse files

now with alpine images...

parent 577bb394
No related branches found
No related merge requests found
Pipeline #62708 passed
......@@ -14,3 +14,13 @@ ubuntu_full3_10:
- podman push $CI_REGISTRY_IMAGE/ubuntu-full-3.10
retry: 2
alpine_small3_10:
stage: first_images
tags:
- podman
script:
- echo $CI_REGISTRY_IMAGE
- echo -n $CI_JOB_TOKEN | podman login -u gitlab-ci-token --password-stdin $CI_REGISTRY
- podman build --network host --layers -t $CI_REGISTRY_IMAGE/alpine-small-3.10 -f=AlpineSmall3.10
- podman push $CI_REGISTRY_IMAGE/alpine-small-3.10
retry: 2
FROM ghcr.io/osgeo/gdal:alpine-small-3.10.1 as builder
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