Skip to content

Commit

Permalink
sel4test-hw: temporarily pin docker base image
Browse files Browse the repository at this point in the history
Base images since 2024-07-19 produce sel4test images with new failures
for imx8mm-evk and odroid_c4. Pin to the version before that to enable
continued development for now.

The intention is to revert this commit once we have figured out what has
changed in the build container to make the tests fail.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Jul 26, 2024
1 parent 5c4987e commit dfd143c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sel4test-hw/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG WORKSPACE=/workspace
ARG SCRIPTS=/ci-scripts
ARG ACTION=sel4test-hw

FROM trustworthysystems/sel4:latest
FROM trustworthysystems/sel4:2024_07_11

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit dfd143c

Please sign in to comment.