Skip to content

Commit 7eae553

Browse files
nginx-botpdabelf5
andcommitted
Docker image update 00f989f4 (#7199)
* Update docker images 00f989f4 * Added debug to Kind setup * debug docker version * change kind version --------- Co-authored-by: Paul Abel <[email protected]>
1 parent ef3c9a5 commit 7eae553

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
outputs:
3737
docs_only: ${{ github.event.pull_request && steps.docs.outputs.docs_only == 'true' }}
3838
some_docs: ${{ github.event.pull_request && steps.docs.outputs.some_docs == 'true' }}
39-
k8s_latest: ${{ steps.vars.outputs.k8s_latest }}
39+
k8s_latest: "1.32.0"
4040
go_path: ${{ steps.vars.outputs.go_path }}
4141
go_code_md5: ${{ steps.vars.outputs.go_code_md5 }}
4242
binary_cache_hit: ${{ steps.binary-cache.outputs.cache-hit }}
@@ -464,7 +464,9 @@ jobs:
464464
id: k8s
465465
run: |
466466
kind create cluster --name ${{ github.run_id }} --image=kindest/node:v${{ needs.checks.outputs.k8s_latest }} --wait 75s
467+
docker version
467468
kind load docker-image "${{ matrix.image }}:${{ matrix.tag }}" --name ${{ github.run_id }}
469+
echo "DEBUG: Kind setup complete!"
468470
if: ${{ steps.stable_exists.outputs.exists != 'true' && needs.checks.outputs.docs_only == 'false' }}
469471

470472
- name: Create Plus Secret

tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM kindest/node:v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf
55
# this is here so we can grab the latest version of skopeo and have dependabot keep it up to date
66
FROM quay.io/skopeo/stable:v1.17.0
77

8-
FROM python:3.13@sha256:d57ec66c94b9497b9f3c66f6cdddc1e4e0bad4c584397e0b57a721baef0e6fdc
8+
FROM python:3.13@sha256:6ee79759eb6c6843f7aec973df1d3ae60f7199822669deaf77fba16a7b27d1db
99

1010
RUN apt-get update \
1111
&& apt-get install -y curl git \

0 commit comments

Comments
 (0)