debug
This commit is contained in:
parent
673162d5b2
commit
16cbf8f291
@ -1,8 +1,8 @@
|
||||
FROM ghcr.io/fluxcd/image-automation-controller:v0.24.0 as build
|
||||
|
||||
FROM artifact.onwalk.net/k8s/alpine-ca:3.13
|
||||
|
||||
# Copy over binary from build
|
||||
FROM artifact.onwalk.net/k8s/alpine-ca:3.13 as prod
|
||||
ARG TARGETPLATFORM
|
||||
RUN [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
|
||||
COPY --from=build /image-automation-controller /usr/local/bin/
|
||||
|
||||
USER 65534:65534
|
||||
|
||||
Loading…
Reference in New Issue
Block a user