Skip to content

Commit

Permalink
Merge pull request #76 from 2i2c-org/fix-dind
Browse files Browse the repository at this point in the history
Temporarily pin dind image tag
  • Loading branch information
yuvipanda authored Jan 16, 2024
2 parents b2a3c43 + 49bff18 commit 14feb26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binderhub-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ ingress:
dockerApi:
image:
repository: docker.io/library/docker
tag: "24.0.7-dind" # ref: https://hub.docker.com/_/docker/tags
# Temporarily pinned, until https://github.com/2i2c-org/infrastructure/issues/3588 is fixed
tag: "24.0.6-dind" # source: https://hub.docker.com/_/docker/tags
pullPolicy: ""
pullSecrets: []
resources: {}
Expand Down

0 comments on commit 14feb26

Please sign in to comment.