Skip to content

Commit 27c0491

Browse files
authored
Merge branch 'kubernetes-sigs:main' into dorser/node-debugger
2 parents a27ffc2 + a535f13 commit 27c0491

File tree

14 files changed

+221
-316
lines changed

14 files changed

+221
-316
lines changed

.github/workflows/build-container.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
3434
with:
3535
node-version: 20.x
36+
- name: Verify container image digests
37+
run: npm run image:verify-image-digests
3638
- name: Start Cluster 1
3739
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.0.0
3840
with:

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,12 @@ image:
328328
Dockerfile \
329329
.
330330

331+
.PHONY: image-verify-digests
332+
333+
image-verify-digests:
334+
@echo "Verifying Docker image digests..."
335+
@npm run image:verify-image-digests
336+
331337
.PHONY: build-plugins-container
332338
build-plugins-container:
333339
$(DOCKER_CMD) $(DOCKER_BUILDX_CMD) build \

0 commit comments

Comments
 (0)