EOX GitLab Instance

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

intial commit for ubuntu full

parent 3d8c4cd7
No related branches found
No related merge requests found
Pipeline #62706 failed
image: registry.gitlab.eox.at/public-images/podman/podman:stable
stages:
- first_images
- second_images
ubuntu_full3_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/ubuntu-full-3.10 -f=ubuntu-full-3.10
- podman push $CI_REGISTRY_IMAGE/ubuntu-full-3.10
retry: 2
FROM ghcr.io/osgeo/gdal:ubuntu-full-3.10.1 as builder
RUN sed 's;http://;http://apt-cacher.eox.at/;' -i /etc/apt/sources.list.d/ubuntu.sources; apt-get update; apt-get upgrade -y
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