We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 363f5d7 commit ac48acbCopy full SHA for ac48acb
Dockerfile
@@ -35,7 +35,7 @@ RUN GIT_VERSION=$(git describe --tags --dirty --always) && \
35
-ldflags="-X ${VERSION_PKG}.GitVersion=${GIT_VERSION} -X ${VERSION_PKG}.GitCommit=${GIT_COMMIT} -X ${VERSION_PKG}.BuildDate=${BUILD_DATE}" -a -o controller main.go
36
37
# Build the container image
38
-FROM public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base:2021-10-19-1634675452
+FROM public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base:latest-al2
39
40
WORKDIR /
41
COPY --from=builder /workspace/controller .
0 commit comments