Skip to content

Commit 3929701

Browse files
authored
Update Distroless Base Images (bazelbuild#1931)
1 parent 9252c6a commit 3929701

File tree

8 files changed

+32
-32
lines changed

8 files changed

+32
-32
lines changed

cc/cc.bzl

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# git repository.
2020

2121
DIGESTS = {
22-
# "gcr.io/distroless/cc:debug" circa 2021-03-14 11:14 -0400
23-
"debug": "sha256:2b083aa36dbfe76eff429ee21596d53a6ca5ab69ec48aef375264c267e3da5a0",
24-
# "gcr.io/distroless/cc:latest" circa 2021-03-14 11:14 -0400
25-
"latest": "sha256:937aa8c7edd91618d8ed4510a0fd06a9dd97db3a786b23e953213cdcf88ccfde",
22+
# "gcr.io/distroless/cc:debug" circa 2021-09-25 14:45 -0400
23+
"debug": "sha256:3680c61e81f68fc00bfb5e1ec65e8e678aaafa7c5f056bc2681c29527ebbb30c",
24+
# "gcr.io/distroless/cc:latest" circa 2021-09-25 14:45 -0400
25+
"latest": "sha256:2c4bb6b7236db0a55ec54ba8845e4031f5db2be957ac61867872bf42e56c4deb",
2626
}

go/go.bzl

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# git repository.
2020

2121
DIGESTS = {
22-
# "gcr.io/distroless/base:debug" circa 2021-03-14 11:14 -0400
23-
"debug": "sha256:2ff953dd529274b500358650d00ad73aa73de4c84ebe331381ae4d4186ad9c36",
24-
# "gcr.io/distroless/base:latest" circa 2021-03-14 11:14 -0400
25-
"latest": "sha256:3275e0193422021d412891b791f183b82bba943015aff9b7056758b7dd023fb4",
22+
# "gcr.io/distroless/base:debug" circa 2021-09-25 14:45 -0400
23+
"debug": "sha256:efd8711717d9e9b5d0dbb20ea10876dab0609c923bc05321b912f9239090ca80",
24+
# "gcr.io/distroless/base:latest" circa 2021-09-25 14:45 -0400
25+
"latest": "sha256:ba7a315f86771332e76fa9c3d423ecfdbb8265879c6f1c264d6fff7d4fa460a4",
2626
}

go/static.bzl

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# git repository.
2020

2121
DIGESTS = {
22-
# "gcr.io/distroless/static:debug" circa 2021-04-07 9:30 -0400
23-
"debug": "sha256:acbec568a18bc35f06f95878bcc4b1aa82991824a60174b2233408bd97e25dab",
24-
# "gcr.io/distroless/static:latest" circa 2021-04-07 9:30 -0400
25-
"latest": "sha256:a7752b29b18bb106938caefd8dcce8a94199022cbd06ea42268b968f35e837a8",
22+
# "gcr.io/distroless/static:debug" circa 2021-09-25 14:45 -0400
23+
"debug": "sha256:a8fc00a6b3fe7b536b0731df01574c2113cad63c6196246126224c698265a885",
24+
# "gcr.io/distroless/static:latest" circa 2021-09-25 14:45 -0400
25+
"latest": "sha256:aadea1b1f16af043a34491eec481d0132479382096ea34f608087b4bef3634be",
2626
}

java/java.bzl

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# git repository.
2020

2121
DIGESTS = {
22-
# "gcr.io/distroless/java:debug" circa 2021-03-14 11:14 -0400
23-
"debug": "sha256:40ebcde63488757cfcb4451465f17fec7955cfad960d63fbb5d5a9b3c7ad04ec",
24-
# "gcr.io/distroless/java:latest" circa 2021-03-14 11:14 -0400
25-
"latest": "sha256:1e569cb980bcb1b8fc9db5d887240fe5b7d1cc722e601c0b3e68cdc65d66f1a9",
22+
# "gcr.io/distroless/java:debug" circa 2021-09-25 14:45 -0400
23+
"debug": "sha256:0551431d74d180cb50e5354732388aff55e896691ad79f20da4897fecee1feed",
24+
# "gcr.io/distroless/java:latest" circa 2021-09-25 14:45 -0400
25+
"latest": "sha256:5b4bb0f378489f8b15547d79844a9e7b5343539051d99942f414872e380124a2",
2626
}

java/jetty.bzl

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# git repository.
2020

2121
DIGESTS = {
22-
# "gcr.io/distroless/java/jetty:debug" circa 2021-03-14 11:14 -0400
23-
"debug": "sha256:32d8a92f2f4c59b5440221b627d94d6d7cc33e3702b67a9e542cda3d5e76dd49",
24-
# "gcr.io/distroless/java/jetty:latest" circa 2021-03-14 11:14 -0400
25-
"latest": "sha256:9696f0882ac318904348f2204ccae11232e1978f7f66bf083dd0b8206f59d5da",
22+
# "gcr.io/distroless/java/jetty:debug" circa 2021-09-25 14:45 -0400
23+
"debug": "sha256:c5966df7d452e1e91043d364bc193ad0fc084fab9885d1d1c55c78c69bf810d7",
24+
# "gcr.io/distroless/java/jetty:latest" circa 2021-09-25 14:45 -0400
25+
"latest": "sha256:3b4445909b0af7d1203ba9d6cd571cbc4ea14f3fd2eb5cedc51f9fc2c5560f77",
2626
}

nodejs/nodejs.bzl

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# git repository.
2020

2121
DIGESTS = {
22-
# "gcr.io/google-appengine/debian9:debug" circa 2021-03-14 11:14 -0400
23-
"debug": "sha256:18fffa1540afe7784c23384479e161c7e86c9c4b24726bb90857bb62897bda93",
24-
# "gcr.io/google-appengine/debian9:latest" circa 2021-03-14 11:14 -0400
25-
"latest": "sha256:18fffa1540afe7784c23384479e161c7e86c9c4b24726bb90857bb62897bda93",
22+
# "gcr.io/google-appengine/debian9:debug" circa 2021-09-25 14:45 -0400
23+
"debug": "sha256:b64677de34eeb83c55dd874d9b7e3ae74ff6e41a81bbe199c5f80bbcb339f9f4",
24+
# "gcr.io/google-appengine/debian9:latest" circa 2021-09-25 14:45 -0400
25+
"latest": "sha256:b64677de34eeb83c55dd874d9b7e3ae74ff6e41a81bbe199c5f80bbcb339f9f4",
2626
}

python/python.bzl

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# git repository.
2020

2121
DIGESTS = {
22-
# "gcr.io/distroless/python2.7:debug" circa 2021-03-14 11:14 -0400
23-
"debug": "sha256:0243d3b0fae19c4cddf55a43018c617793e61c5ef79ee40852f144b1d70f356a",
24-
# "gcr.io/distroless/python2.7:latest" circa 2021-03-14 11:14 -0400
25-
"latest": "sha256:14e6b999bd473c5b08cdb260432e6d01b7111325133341af54a68b4e1ba6d6c1",
22+
# "gcr.io/distroless/python2.7:debug" circa 2021-09-25 14:45 -0400
23+
"debug": "sha256:85f45e3b5ab66da2eb04c10d29519deb21bf14bcfa8fa6769817db4f031ad3c9",
24+
# "gcr.io/distroless/python2.7:latest" circa 2021-09-25 14:45 -0400
25+
"latest": "sha256:83b8dc7881f3e3c85740bfffd32b7ce64527757e74c68d6a31102a7d1b2a977b",
2626
}

python3/python3.bzl

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# git repository.
2020

2121
DIGESTS = {
22-
# "gcr.io/distroless/python3:debug" circa 2021-03-14 11:14 -0400
23-
"debug": "sha256:0951be19d51e7db0706299b3d08bea13ddedf62435d68e98a001e4c73775bea4",
24-
# "gcr.io/distroless/python3:latest" circa 2021-03-14 11:14 -0400
25-
"latest": "sha256:daaeda88192f299fd430a5278657b2322b24de6514bf94086083ef7c367c21ba",
22+
# "gcr.io/distroless/python3:debug" circa 2021-09-25 14:45 -0400
23+
"debug": "sha256:ec7b6f080ace2ad18677441351405477f41c9b3bb2574cc524bddc5218e8231b",
24+
# "gcr.io/distroless/python3:latest" circa 2021-09-25 14:45 -0400
25+
"latest": "sha256:646751d617197447aedc0899d5d3db65b5538f21dec368e5406f96178151b206",
2626
}

0 commit comments

Comments
 (0)