Skip to content

Commit

Permalink
Update container image tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayJay3 committed Jan 5, 2025
1 parent 3db55b0 commit 9277c2e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"source=${localWorkspaceFolder}/data/calibrations/zed,target=/usr/local/zed/settings,type=bind,consistency=delegated",
"type=bind,readonly,source=/etc/localtime,target=/etc/localtime"
],
// "image": "ghcr.io/missourimrdt/autonomy-jammy:2024-11-27-23-04-01",
// "image": "ghcr.io/missourimrdt/autonomy-jetpack:latest",
"build": {
"dockerfile": "Dockerfile_Jammy"
// "dockerfile": "Dockerfile_JetPack"
},
"image": "ghcr.io/missourimrdt/autonomy-jammy:2025-01-05-20-37-21",
// "image": "ghcr.io/missourimrdt/autonomy-jetpack:2025-01-05-20-37-21",
// "build": {
// "dockerfile": "Dockerfile_Jammy"
// // "dockerfile": "Dockerfile_JetPack"
// },
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down

0 comments on commit 9277c2e

Please sign in to comment.