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
dfb22a203ab89f5506960d5f5a73e1c8724ffa3d to c1ae040a1a50cea4fede0d10cbe7ff3cb51a3b3b
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
c1ae040a1a50cea4fede0d10cbe7ff3cb51a3b3b
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
dfb22a203ab89f5506960d5f5a73e1c8724ffa3d
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)
ci: add copy job for docker:dind and alpine:3.15
· 710e7462
Tomáš Pecka
authored
2 years ago
Unverified
710e7462
[repository/aptly]: disable
· c1ae040a
Tomáš Pecka
authored
2 years ago
Unverified
c1ae040a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+24
-4
24 additions, 4 deletions
.gitlab-ci.yml
with
24 additions
and
4 deletions
.gitlab-ci.yml
View file @
c1ae040a
...
...
@@ -27,11 +27,31 @@ stages:
<<
:
*docker_template
stage
:
deploy
.create-local-copy
:
©-job
stage
:
deploy
cache
:
{}
dependencies
:
[]
variables
:
DOCKER_DRIVER
:
overlay2
DOCKER_HOST
:
docker
services
:
-
name
:
gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/infrastructure/ci-docker-images/docker-dind
alias
:
docker
before_script
:
-
apk add --no-cache docker
-
docker info
-
docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
script
:
-
IMAGE="${CI_JOB_NAME#copy:}"
-
docker pull "${IMAGE}"
-
docker tag "${IMAGE}" "${CI_REGISTRY_IMAGE}/${IMAGE}"
-
docker push "${CI_REGISTRY_IMAGE}/${IMAGE}"
deploy:alt-builder
:
<<
:
*push-only-job
#deploy:templight
:
#
<<: *
push-onl
y-job
copy:docker:dind
:
<<
:
*
cop
y-job
deploy:repository/aptly
:
<<
:
*push-only-job
\ No newline at end of file
copy:alpine:3.15
:
<<
:
*copy-job
This diff is collapsed.
Click to expand it.