File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
ARG TOOLCHAIN_ARCH=arm64
7
7
ARG IMAGE_ARCH=linux/arm64
8
+ ARG BASE_VERSION=4
8
9
ARG BASE_NAME=wayland-base
9
- FROM torizon/debian- cross-toolchain-$TOOLCHAIN_ARCH:3-bookworm AS build
10
+ FROM torizon/cross-toolchain-$TOOLCHAIN_ARCH:${BASE_VERSION} AS build
10
11
ARG TOOLCHAIN_ARCH
11
12
ARG RUST_TOOLCHAIN_ARCH=aarch64-unknown-linux-gnu
12
13
@@ -43,7 +44,7 @@ RUN mkdir demos_compiled \
43
44
done
44
45
45
46
# Create container for target
46
- FROM --platform=$IMAGE_ARCH torizon/$BASE_NAME:3
47
+ FROM --platform=${ IMAGE_ARCH} torizon/${ BASE_NAME}:${BASE_VERSION} AS deploy
47
48
48
49
LABEL org.opencontainers.image.source=https://github.com/slint-ui/slint
49
50
LABEL org.opencontainers.image.description="Container image providing Slint demos for use on Torizon. Run with docker run --user=torizon -v /run/udev:/run/udev -v /dev:/dev -v /tmp:/tmp --device-cgroup-rule='c 199:* rmw' --device-cgroup-rule='c 226:* rmw' --device-cgroup-rule='c 13:* rmw' --device-cgroup-rule='c 4:* rmw'. Available demos: printerdemo slide_puzzle gallery opengl_underlay carousel todo"
You can’t perform that action at this time.
0 commit comments