Files
k3s/Dockerfile.manifest
github-actions[bot] daf744ddea chore: Bump golang:alpine version
Made with ❤️️ by updatecli

(cherry picked from commit 5ed2ef73c3)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2025-07-14 18:24:28 -07:00

20 lines
334 B
Docker

ARG GOLANG=golang:1.23.10-alpine3.22
FROM ${GOLANG}
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
RUN apk -U --no-cache add bash
ARG DOCKER_USERNAME
ENV DOCKER_USERNAME $DOCKER_USERNAME
ARG DOCKER_PASSWORD
ENV DOCKER_PASSWORD $DOCKER_PASSWORD
ARG DRONE_TAG
ENV DRONE_TAG $DRONE_TAG
COPY ./scripts/manifest /bin/
RUN manifest