Skip to content

Commit

Permalink
Use the correct syntax for devcontainer features (nf-core#7344)
Browse files Browse the repository at this point in the history
* fix digest pinning

Use the correct syntax for pinning digests with devcontainer (renovatebot/renovate#28767 (comment))

* fix features syntax

* replace version with digest
  • Loading branch information
bepoli authored Jan 23, 2025
1 parent 3486e0a commit 5b5e812
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
}
},
"features": {
"ghcr.io/devcontainers/features/github-cli:1@sha256:464564228ccdd6028f01f8a62a3cfbaf76e9ba7953b29ac0e53ba2c262604312": {},
"ghcr.io/devcontainers/features/docker-in-docker:2.9@sha256:9074d8eaf4585ab1498c81a8762078992725614fc7a9cfafe799aa22717a6bbf": {}
"ghcr.io/devcontainers/features/github-cli:1.0.11": {
"digest": "sha256:464564228ccdd6028f01f8a62a3cfbaf76e9ba7953b29ac0e53ba2c262604312"
},
"ghcr.io/devcontainers/features/docker-in-docker:2.9.2": {
"digest": "sha256:9074d8eaf4585ab1498c81a8762078992725614fc7a9cfafe799aa22717a6bbf"
}
}
}

0 comments on commit 5b5e812

Please sign in to comment.