Skip to content

Commit

Permalink
Update manually to use latest docker-api image
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Apr 27, 2023
1 parent 40ab986 commit 72f969f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/watch-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# The skopeo image helps us list tags consistently from different docker
# registries. We identify the latest docker image tag based on the
# version numbers of format x.y.z included in a pattern with an optional
# prefix and suffix, like the tags "v4.5.0" (v prefix) and "23.0.4-dind"
# prefix and suffix, like the tags "v4.5.0" (v prefix) and "23.0.5-dind"
# (-dind suffix).
run: |
latest_tag=$(
Expand Down
2 changes: 1 addition & 1 deletion binderhub-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ingress:
dockerApi:
image:
repository: docker.io/library/docker
tag: "23.0.4-dind" # ref: https://hub.docker.com/_/docker/tags
tag: "23.0.5-dind" # ref: https://hub.docker.com/_/docker/tags
pullPolicy: ""
pullSecrets: []
resources: {}
Expand Down
2 changes: 1 addition & 1 deletion tools/templates/lint-and-validate-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ingress:
dockerApi:
image:
repository: docker.io/library/docker
tag: "23.0.4-dind"
tag: "23.0.5-dind"
securityContext:
privileged: true
runAsUser: 0

0 comments on commit 72f969f

Please sign in to comment.