Unverified Commit 8aecc26b authored by Brian Downs's avatar Brian Downs Committed by GitHub

Update to v1.29.3-k3s1 and Go 1.21.8 (#9747)

parent bba3e3c6
ARG GOLANG=golang:1.21.7-alpine3.18 ARG GOLANG=golang:1.21.8-alpine3.18
FROM ${GOLANG} FROM ${GOLANG}
# Set proxy environment variables # Set proxy environment variables
......
ARG GOLANG=golang:1.21.7-alpine3.18 ARG GOLANG=golang:1.21.8-alpine3.18
FROM ${GOLANG} as infra FROM ${GOLANG} as infra
ARG http_proxy=$http_proxy ARG http_proxy=$http_proxy
......
ARG GOLANG=golang:1.21.7-alpine3.18 ARG GOLANG=golang:1.21.8-alpine3.18
FROM ${GOLANG} FROM ${GOLANG}
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/ COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
......
ARG GOLANG=golang:1.21.7-alpine3.18 ARG GOLANG=golang:1.21.8-alpine3.18
FROM ${GOLANG} as test-base FROM ${GOLANG} as test-base
RUN apk -U --no-cache add bash jq RUN apk -U --no-cache add bash jq
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment