-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update build pack to mcr latest (#2406)
* Update build pack to mcr latest * update build-packs to latest images
- Loading branch information
1 parent
1218ce7
commit 75798d1
Showing
3 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
7 changes: 4 additions & 3 deletions
7
images/build/Dockerfiles/gitHubRunners.BuildPackDepsBookworm.Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# https://github.com/actions/virtual-environments/blob/master/images/linux/Ubuntu1804-README.md | ||
# DisableDockerDetector "Need to determine correct way of handling hashes in mirror registry" | ||
FROM buildpack-deps:bookworm@sha256:af1d6cabbfa6bb5e8897a4fba5442451b77aecc090f35508a45d087a0a69eec2 | ||
# For ref - https://mcr.microsoft.com/en-us/product/mirror/docker/library/buildpack-deps/tags | ||
# Debian version - 12.5 | ||
# Release date of this image - 10th April 2024 | ||
FROM mcr.microsoft.com/mirror/docker/library/buildpack-deps@sha256:ff838f535d6e3bace9ab7eefa360d648ba529f9aa57fdd709335f8ef0516cdde |
7 changes: 4 additions & 3 deletions
7
images/build/Dockerfiles/gitHubRunners.BuildPackDepsBullseye.Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# https://github.com/actions/virtual-environments/blob/master/images/linux/Ubuntu1804-README.md | ||
# DisableDockerDetector "Need to determine correct way of handling hashes in mirror registry" | ||
FROM buildpack-deps:bullseye-scm@sha256:c776f9f4b32b6d3fa36b400434510ccd17a218bb27944b1781e9f823ba39881b | ||
# For ref - https://mcr.microsoft.com/en-us/product/mirror/docker/library/buildpack-deps/tags | ||
# Debian Version - 11.9 | ||
# Release date of this image - 10th April 2024 | ||
FROM mcr.microsoft.com/mirror/docker/library/buildpack-deps@sha256:25c86292946cce832340fe808ac47e5a845b68c488f177a47ff44fd59040397d |
7 changes: 4 additions & 3 deletions
7
images/build/Dockerfiles/gitHubRunners.BuildPackDepsBuster.Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# https://github.com/actions/virtual-environments/blob/master/images/linux/Ubuntu1804-README.md | ||
# DisableDockerDetector "Need to determine correct way of handling hashes in mirror registry" | ||
FROM buildpack-deps:buster@sha256:a254f0d1ab14e6f05992f64e71cbc6f22ab8a657b0e962bb8d0c7a1a3b2ed6d0 | ||
# For ref - https://mcr.microsoft.com/en-us/product/mirror/docker/library/buildpack-deps/tags | ||
# Debian version - 10.13 | ||
# Release date of this image - 10th April 2024 | ||
FROM mcr.microsoft.com/mirror/docker/library/buildpack-deps@sha256:be7137ba47bdf421d3950abe1200322631e8db11b468cd6f0ebf3d687e556c90 |