FROM busybox:1.31

ARG REPO=kaniko
ARG VERSION=v1.25.0

ADD https://github.com/chainguard-dev/$REPO/archive/$VERSION.tar.gz /tmp/release.tar.gz
