Skip to content

Commit 62832b0

Browse files
use new limo base image (#54)
* use new limo base image * change base image in dev container and multiplatform support
1 parent 905e9f9 commit 62832b0

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@
88
"build": {
99
"dockerfile": "./Dockerfile",
1010
"args": {
11-
// set the base image, add `-arm64` as a suffix if you have an ARM (e.g. Apple Mx) CPU:
12-
"BASE_IMAGE": "lcas.lincoln.ac.uk/lcas/limo_platform_amd64:1"
11+
"BASE_IMAGE": "lcas.lincoln.ac.uk/lcas/limo_platform:2"
1312
},
14-
// change this to linux/arm64 if you have an ARM (e.g. Apple Mx) CPU:
15-
"platform": "linux/amd64",
1613
"context": ".."
1714
},
1815

@@ -50,4 +47,4 @@
5047
"cpus": 2,
5148
"memory": "6gb"
5249
}
53-
}
50+
}

.github/workflows/container-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
include:
23-
- base_image: lcas.lincoln.ac.uk/lcas/limo_platform:1
23+
- base_image: lcas.lincoln.ac.uk/lcas/limo_platform:2
2424
push_image: lcas.lincoln.ac.uk/devcontainer/ros2-teaching
2525

2626
steps:

0 commit comments

Comments
 (0)