Skip to content

Commit

Permalink
Update GitLab to 17.5.1-ce.0 and runner to ubuntu-v17.5.3 (#6663)
Browse files Browse the repository at this point in the history
  • Loading branch information
achave11-ucsc committed Nov 6, 2024
1 parent 1b56bd7 commit 8ef8bbd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions docker_images.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,23 +73,23 @@
"id": "sha256:d09faa3a500487589e615bf0b951dce6a4b4750d7efe4066fe111b4c4fb3cc9d",
"platform": "linux/amd64"
},
"docker.io/gitlab/gitlab-ce:17.4.2-ce.0": {
"digest": "sha256:5ab5d09e4e4455d3dace821542799f90b9dcf94aaf3a9d64a3b465d8a4d0f872",
"id": "sha256:8d312f8b8120c03a46133b24ca25d32ea1500e889421a19241d0488d1975669c",
"docker.io/gitlab/gitlab-ce:17.5.1-ce.0": {
"digest": "sha256:c5e575f13858c69d882217d8e40024250c36a171228a78da5a3d2d19d3890ff5",
"id": "sha256:740049c6bb664ca2aa6d1857433ca9c6d354aec6d41ec553771ef9c4657e940e",
"platform": "linux/amd64"
},
"docker.io/gitlab/gitlab-runner:ubuntu-v17.4.1": {
"digest": "sha256:e5c8edea51750720771980eb748cf00eb04ef1b3c0ed601f5e2b184e86769d57",
"mirror_digest": "sha256:6a0ca2fd6ff81b2c47acee098f4c88ac68384b6e1286b396edaa57b4cca271f2",
"docker.io/gitlab/gitlab-runner:ubuntu-v17.5.3": {
"digest": "sha256:d7776fd6b38f5d985832a6fde36062fb74ff38f5000d25d7843a2e3486b6d277",
"mirror_digest": "sha256:46ee621983d0a8a1dd418fef2170f6f6c4598671b84b82b573933515450566c6",
"parts": {
"linux/amd64": {
"digest": "sha256:afaec3ff7dd7d12f923ece626d2993fcd694f41de20571471fcfe3e8aa88df46",
"id": "sha256:db2d0cb1362b37081773f8709b86f83ef2742756d563f8db51981c593a733fc3",
"digest": "sha256:aeea357e69d94f8fd0c1b91261aacf21f95d4933fad3c4669e5a908eeafa1ba4",
"id": "sha256:afbc1431d0d142d2084e47a6eefc1a4b48c0f9c4d31ebdfb050ff650fed33cb6",
"platform": "linux/amd64"
},
"linux/arm64": {
"digest": "sha256:0e5a7d170831e12b542b052dc62c8a421c17eee00f06bf4e710e1231521fe766",
"id": "sha256:cfa1e1269bf4f414e8a1d3388a78fd01f1ba5d4b23ef4ed52a769cd3c2e5bd05",
"digest": "sha256:08ff249e2d1349317ea53cd92e738b972a4ac9b7e508b237a6ae74325e6b971e",
"id": "sha256:dc4b84dd11976998542b3654fe72f02c32e47b555d3f898857640d83e6569b14",
"platform": "linux/arm64"
}
}
Expand Down
4 changes: 2 additions & 2 deletions environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,11 @@ def env() -> Mapping[str, Optional[str]]:
'url': 'https://hub.docker.com/r/clamav/clamav'
},
'gitlab': {
'ref': 'docker.io/gitlab/gitlab-ce:17.4.2-ce.0',
'ref': 'docker.io/gitlab/gitlab-ce:17.5.1-ce.0',
'url': 'https://hub.docker.com/r/gitlab/gitlab-ce'
},
'gitlab_runner': {
'ref': 'docker.io/gitlab/gitlab-runner:ubuntu-v17.4.1',
'ref': 'docker.io/gitlab/gitlab-runner:ubuntu-v17.5.3',
'url': 'https://hub.docker.com/r/gitlab/gitlab-runner'
},
'dind': {
Expand Down

0 comments on commit 8ef8bbd

Please sign in to comment.