react2minio (sha256:3f7124f552a64377e6ef8308d32f89ad07fb79dc68bce7d27b8a792f380e9c9d)
Installation
docker pull src.pmh.codes/build-tools/react2minio@sha256:3f7124f552a64377e6ef8308d32f89ad07fb79dc68bce7d27b8a792f380e9c9d
sha256:3f7124f552a64377e6ef8308d32f89ad07fb79dc68bce7d27b8a792f380e9c9d
Image Layers
ADD alpine-minirootfs-3.20.3-aarch64.tar.gz / # buildkit |
CMD ["/bin/sh"] |
RUN /bin/sh -c apk add --no-cache nodejs npm git curl # buildkit |
RUN /bin/sh -c npm i -g pnpm # buildkit |
RUN /bin/sh -c wget https://dl.min.io/client/mc/release/linux-arm64/mc -O /usr/bin/mc && chmod a+rx /usr/bin/mc # buildkit |
CMD ["/bin/ash"] |