Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Alpine Linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container Registry
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
svti
Images
Alpine Linux
Compare revisions
ad6dee8de59765ae4d4959e12047dbd66d0a95f6 to 08107c5198b9ba60e9597230a99d29743cb619fa
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
svti/images/alpine
Select target project
No results found
08107c5198b9ba60e9597230a99d29743cb619fa
Select Git revision
Branches
master
Swap
Target
svti/images/alpine
Select target project
svti/images/alpine
1 result
ad6dee8de59765ae4d4959e12047dbd66d0a95f6
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Bump build image to 3.21
· 4febb38c
Jakub Jirutka
authored
1 month ago
4febb38c
Temporarily disable building v3.13-v3.16
· 08107c51
Jakub Jirutka
authored
1 month ago
08107c51
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-5
6 additions, 5 deletions
.gitlab-ci.yml
with
6 additions
and
5 deletions
.gitlab-ci.yml
View file @
08107c51
default
:
#image: alpine:3.16
image
:
$CI_REGISTRY/svti/images/alpine/base:3.1
6
image
:
$CI_REGISTRY/svti/images/alpine/base:3.
2
1
tags
:
[
svti
]
cache
:
...
...
@@ -36,10 +36,11 @@ build:
-
v3.19
-
v3.18
-
v3.17
-
v3.16
-
v3.15
-
v3.14
-
v3.13
# FIXME: Disabled until https://gitlab.alpinelinux.org/alpine/apk-tools/-/issues/11065 is fixed
#- v3.16
#- v3.15
#- v3.14
#- v3.13
before_script
:
-
|
case "$VARIANT" in
...
...
This diff is collapsed.
Click to expand it.