Skip to content

Commit

Permalink
fix(devcontainer): Update ClusterTool pull (#30805)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfi0812 authored Jan 11, 2025
1 parent c042f68 commit ec50b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
"name": "TrueCharts",
"image": "tccr.io/tccr/devcontainer:v1.0.1@sha256:d860bbd1f7423f4af9629e8cbf4083b46801e905d5ca170124391899d64cc753",
"initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.0",
"initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.1",
"postCreateCommand": {
"setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
"name": "ClusterTool Cluster",
"image": "tccr.io/tccr/devcontainer:v1.0.0",
"initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.0",
"initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.1",
"postCreateCommand": {
"setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"
},
Expand Down

0 comments on commit ec50b8f

Please sign in to comment.