Skip to content

Commit

Permalink
makefiles/docker.inc.mk: bump container pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu committed Oct 21, 2024
1 parent a010c85 commit 7a7b29c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefiles/docker.inc.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This *MUST* be updated in lock-step with the riotbuild image in
# https://github.com/RIOT-OS/riotdocker. The idea is that when checking out
# a random RIOT merge commit, `make BUILD_IN_DOCKER=1` should always succeed.
DOCKER_TESTED_IMAGE_ID := f5951bc41dfface6cac869181d703e62cbdd3b7976b0946130a38f2e658000b3
DOCKER_TESTED_IMAGE_REPO_DIGEST := 75dec511ba26424987a26bdee5ac2f94d5f4928d79b627d1620b9d2391aab3e1
DOCKER_TESTED_IMAGE_ID := 272260e6f45a3c3043e042d89a596282ab037f53d6f7d7e95f9745d96a8847ab
DOCKER_TESTED_IMAGE_REPO_DIGEST := 045fd7eb54ccba2d5f4c06e8619bb1d5cd20ef96da8c6d4b7c1f9127e70adfff

DOCKER_PULL_IDENTIFIER := docker.io/riot/riotbuild@sha256:$(DOCKER_TESTED_IMAGE_REPO_DIGEST)
DOCKER_IMAGE_DEFAULT := sha256:$(DOCKER_TESTED_IMAGE_ID)

0 comments on commit 7a7b29c

Please sign in to comment.