[distribtest] Update images to fedora 39 (#37021)

Closes #37021

PiperOrigin-RevId: 645524074
pull/36984/head
Yash Tibrewal 8 months ago committed by Copybara-Service
parent 0cac2b09f9
commit 9a606ec618
  1. 4
      tools/bazelify_tests/dockerimage_current_versions.bzl
  2. 1
      tools/dockerfile/distribtest/python_dev_fedora38_x64.current_version
  3. 1
      tools/dockerfile/distribtest/python_dev_fedora39_x64.current_version
  4. 2
      tools/dockerfile/distribtest/python_dev_fedora39_x64/Dockerfile
  5. 1
      tools/dockerfile/distribtest/python_fedora38_x64.current_version
  6. 1
      tools/dockerfile/distribtest/python_fedora39_x64.current_version
  7. 2
      tools/dockerfile/distribtest/python_fedora39_x64/Dockerfile
  8. 4
      tools/run_tests/artifacts/distribtest_targets.py

@ -46,10 +46,10 @@ DOCKERIMAGE_CURRENT_VERSIONS = {
"tools/dockerfile/distribtest/python_dev_bullseye_x64.current_version": "docker://us-docker.pkg.dev/grpc-testing/testing-images-public/python_dev_bullseye_x64@sha256:6c15bd5c350dbc206f45fb512418db51db9a3b73cc304d1d28f4df38bad5a702",
"tools/dockerfile/distribtest/python_dev_bullseye_x86.current_version": "docker://us-docker.pkg.dev/grpc-testing/testing-images-public/python_dev_bullseye_x86@sha256:0cbb08f31a9d45ccdc41a88e409b215cac69cc1a9b05f456ebd96b398fd8e9ee",
"tools/dockerfile/distribtest/python_dev_centos7_x64.current_version": "docker://us-docker.pkg.dev/grpc-testing/testing-images-public/python_dev_centos7_x64@sha256:e32238c1c46a752881c6c165b918cb24bd182e3957dc72c514fdbd3d5c3312ab",
"tools/dockerfile/distribtest/python_dev_fedora38_x64.current_version": "docker://us-docker.pkg.dev/grpc-testing/testing-images-public/python_dev_fedora38_x64@sha256:c135480d3fa874766ea0468c29022ef0720605970843beeda33e3b178fe95ca7",
"tools/dockerfile/distribtest/python_dev_fedora39_x64.current_version": "docker://us-docker.pkg.dev/grpc-testing/testing-images-public/python_dev_fedora39_x64@sha256:19e636a63b7d812a0a70b3334ab45ad1593ace4303268eef42c2155770ef08d3",
"tools/dockerfile/distribtest/python_dev_ubuntu2004_x64.current_version": "docker://us-docker.pkg.dev/grpc-testing/testing-images-public/python_dev_ubuntu2004_x64@sha256:cdae114cff8a07ea5fe8738a5cf786075c78ae2bda886e3cc59bcd4890eb78ee",
"tools/dockerfile/distribtest/python_dev_ubuntu2204_x64.current_version": "docker://us-docker.pkg.dev/grpc-testing/testing-images-public/python_dev_ubuntu2204_x64@sha256:4fc253b24afa128d6295c4e1ac71ea4f8602c7153f4e2e0f38433c14236ec643",
"tools/dockerfile/distribtest/python_fedora38_x64.current_version": "docker://us-docker.pkg.dev/grpc-testing/testing-images-public/python_fedora38_x64@sha256:8e632247ef6041550a4e28db96b36eddd8c5f5d18b12e7ca46efe5a18dfb7c41",
"tools/dockerfile/distribtest/python_fedora39_x64.current_version": "docker://us-docker.pkg.dev/grpc-testing/testing-images-public/python_fedora39_x64@sha256:f2ad099b0d3553f37077705aaf6d221906fba88f0502e7131024a936ec40f58e",
"tools/dockerfile/distribtest/python_opensuse_x64.current_version": "docker://us-docker.pkg.dev/grpc-testing/testing-images-public/python_opensuse_x64@sha256:962e835125423300b800e0448b698de0ff8397819b90c2a8c15fef281619f1b6",
"tools/dockerfile/distribtest/python_python38_buster_aarch64.current_version": "docker://us-docker.pkg.dev/grpc-testing/testing-images-public/python_python38_buster_aarch64@sha256:0a93bf2a0303aebe1280bafad69df228b9444af9144c767d8169ecc70fb383f6",
"tools/dockerfile/distribtest/python_ubuntu2004_x64.current_version": "docker://us-docker.pkg.dev/grpc-testing/testing-images-public/python_ubuntu2004_x64@sha256:288cf72bc98fc384b9352d1f6d258b3513925ffe5746dda7e2e343723dd5f733",

@ -1 +0,0 @@
us-docker.pkg.dev/grpc-testing/testing-images-public/python_dev_fedora38_x64:f2f07b0a51d7f4d2fee3536335488c0c4405b871@sha256:c135480d3fa874766ea0468c29022ef0720605970843beeda33e3b178fe95ca7

@ -0,0 +1 @@
us-docker.pkg.dev/grpc-testing/testing-images-public/python_dev_fedora39_x64:c10f9536b4ab2d3ee79f4d67ebb60287b3dc4193@sha256:19e636a63b7d812a0a70b3334ab45ad1593ace4303268eef42c2155770ef08d3

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM fedora:38
FROM fedora:39
RUN yum clean all && yum update -y && yum install -y python3 python3-pip
RUN python3 -m pip install virtualenv

@ -1 +0,0 @@
us-docker.pkg.dev/grpc-testing/testing-images-public/python_fedora38_x64:7f4e4684a23266306eb942b42ed479c7db33fe91@sha256:8e632247ef6041550a4e28db96b36eddd8c5f5d18b12e7ca46efe5a18dfb7c41

@ -0,0 +1 @@
us-docker.pkg.dev/grpc-testing/testing-images-public/python_fedora39_x64:5b322d995cbd46dda593e32a32aced42f6b0089e@sha256:f2ad099b0d3553f37077705aaf6d221906fba88f0502e7131024a936ec40f58e

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM fedora:38
FROM fedora:39
RUN yum clean all && yum update -y && yum install -y python3 python3-pip
RUN python3 -m pip install virtualenv

@ -445,7 +445,7 @@ def targets():
# Python
PythonDistribTest("linux", "x64", "bullseye", presubmit=True),
PythonDistribTest("linux", "x86", "bullseye", presubmit=True),
PythonDistribTest("linux", "x64", "fedora38"),
PythonDistribTest("linux", "x64", "fedora39"),
PythonDistribTest("linux", "x64", "arch"),
PythonDistribTest("linux", "x64", "alpine"),
PythonDistribTest("linux", "x64", "ubuntu2204"),
@ -461,7 +461,7 @@ def targets():
PythonDistribTest(
"linux", "x86", "bullseye", source=True, presubmit=True
),
PythonDistribTest("linux", "x64", "fedora38", source=True),
PythonDistribTest("linux", "x64", "fedora39", source=True),
PythonDistribTest("linux", "x64", "arch", source=True),
PythonDistribTest("linux", "x64", "ubuntu2204", source=True),
# Ruby

Loading…
Cancel
Save