From f9d28991b317f8eb68d7cc44e0301092486f9bc1 Mon Sep 17 00:00:00 2001 From: Gerwin Klein Date: Tue, 23 Jul 2024 11:48:04 +1000 Subject: [PATCH] README: remove promises for snapshots The previous commit removed snapshot images. Signed-off-by: Gerwin Klein --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 59dcf88..5f94e64 100644 --- a/README.md +++ b/README.md @@ -178,13 +178,10 @@ Use at your own risk. ## Released images on DockerHub -The seL4 CI pushes "known working" images to DockerHub under the [`trustworthysystems/` DockerHub organisation][1]. Images with the `:latest` tag are the ones currently in use in the seL4 CI system, and so are considered to be "known working". Furthermore, each time an image is pushed out, it is tagged with a `YYYY_MM_DD` formatted date. - -To ensure (fairly) reproducible builds of docker images, the images are built using Debian Snapshot (an apt repository that can be pinned to a date in time). When changes are made to the scripts or Docker files in this repo, they are built against a "known working" date of Debian Snapshot - in other words, a date in which we were able to build all the Docker images, and they passed all of our tests. This avoids issues where something in Debian Testing or Unstable has changed and causes apt conflicts, or a newer version breaks the seL4 build process. - - +The seL4 CI pushes "known working" images to DockerHub under the [`trustworthysystems/` DockerHub +organisation][1], usually once a week. Each time an image is pushed out, it is tagged with a +`YYYY_MM_DD` formatted date. Images with the `:latest` tag are the ones currently in use in the seL4 +CI system. [1]: https://hub.docker.com/u/trustworthysystems