File Dockerfile of Package container-kustomize-controller
#!BuildTag: kustomize-controller:v%%kustomize-controller_patch%%-%RELEASE%
#!BuildTag: kustomize-controller:v%%kustomize-controller_patch%%
#!BuildTag: kustomize-controller:%%kustomize-controller_patch%%
#!BuildTag: kustomize-controller:latest
FROM opensuse/tumbleweed
RUN zypper install -y fluxcd-kustomize-controller tini git openssh-clients gnupg ca-certificates && \
zypper clean && rm -rf /tmp/* /var/tmp/*
USER 65534:65534
ENV GNUPGHOME=/tmp
ENTRYPOINT [ "/usr/sbin/tini", "--", "/usr/bin/kustomize-controller"]