Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ci-docker-images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Algorithms Library Toolkit
infrastructure
ci-docker-images
Compare revisions
453e462db76bae581e889ea37822cf3d03250a91 to c9a59a5736464cb01aa5a64d7f4d14bb4375738e
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
algorithms-library-toolkit/infrastructure/ci-docker-images
Select target project
No results found
c9a59a5736464cb01aa5a64d7f4d14bb4375738e
Select Git revision
Branches
master
Swap
Target
algorithms-library-toolkit/infrastructure/ci-docker-images
Select target project
algorithms-library-toolkit/infrastructure/ci-docker-images
1 result
453e462db76bae581e889ea37822cf3d03250a91
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)
copy: remove ubuntu EOL images
· d1661f26
Tomáš Pecka
authored
2 years ago
Unverified
d1661f26
copy: ubuntu 22.10
· c9a59a57
Tomáš Pecka
authored
2 years ago
Unverified
c9a59a57
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-4
2 additions, 4 deletions
.gitlab-ci.yml
with
2 additions
and
4 deletions
.gitlab-ci.yml
View file @
c9a59a57
...
...
@@ -60,12 +60,10 @@ copy:amd64/debian:bookworm:
<<
:
*copy-job
copy:ubuntu:20.04
:
<<
:
*copy-job
copy:ubuntu:21.04
:
<<
:
*copy-job
copy:ubuntu:21.10
:
<<
:
*copy-job
copy:ubuntu:22.04
:
<<
:
*copy-job
copy:ubuntu:22.10
:
<<
:
*copy-job
copy:opensuse/tumbleweed
:
<<
:
*copy-job
copy:opensuse/leap:15.3
:
...
...
This diff is collapsed.
Click to expand it.