FROM alpine
ADD plugin.sh /bin/
RUN chmod +x /bin/plugin.sh
RUN apk -Uuv add podman ca-certificates
ENTRYPOINT /bin/plugin.sh