Skip to content

Commit ec1e003

Browse files
authored
Upgrade ACK controllers runtime image (#463)
Upgrade `eks-distro-build-tooling/eks-distro-minimal-base-nonroot` image to tag `2023-08-24-1692903666.2023` By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent e9c5318 commit ec1e003

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base image to use at runtime
2-
ARG base_image=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2021-12-01-1638322424
2+
ARG base_image=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2023-08-24-1692903666.2023
33

44
# Golang image to use for compiling the manager
55
ARG builder_image=public.ecr.aws/docker/library/golang

Dockerfile.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base image to use at runtime
2-
ARG base_image=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2021-12-01-1638322424
2+
ARG base_image=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2023-08-24-1692903666.2023
33

44
# Golang image to use for compiling the manager
55
ARG builder_image=public.ecr.aws/docker/library/golang

0 commit comments

Comments
 (0)