File Dockerfile of Package container-kpack-webhook
#!BuildTag: kpack-webhook:v%%kpack-webhook_patch%%-%RELEASE%
#!BuildTag: kpack-webhook:v%%kpack-webhook_patch%%
#!BuildTag: kpack-webhook:%%kpack-webhook_patch%%
#!BuildTag: kpack-webhook:latest
FROM opensuse/tumbleweed
RUN zypper install -y kpack-webhook ca-certificates && \
zypper clean && rm -rf /tmp/* /var/tmp/*
WORKDIR /
USER 1000:1000
EXPOSE 8443
ENTRYPOINT ["/usr/bin/kpack-webhook"]