EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gdal images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Public Images
gdal images
Commits
911fe8fe
Commit
911fe8fe
authored
1 month ago
by
Karl Grube
Browse files
Options
Downloads
Patches
Plain Diff
now with alpine images...
parent
577bb394
No related branches found
Branches containing commit
Tags
release-1.0.1
No related merge requests found
Pipeline
#62708
passed
1 month ago
Stage: first_images
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+10
-0
10 additions, 0 deletions
.gitlab-ci.yml
AlpineSmall3.10
+3
-0
3 additions, 0 deletions
AlpineSmall3.10
with
13 additions
and
0 deletions
.gitlab-ci.yml
+
10
−
0
View file @
911fe8fe
...
...
@@ -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
This diff is collapsed.
Click to expand it.
AlpineSmall3.10
0 → 100644
+
3
−
0
View file @
911fe8fe
FROM ghcr.io/osgeo/gdal:alpine-small-3.10.1 as builder
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment