action-builder (0.3)
Published 2025-09-29 17:16:15 +00:00 by ms-eevee
Installation
docker pull git.evelynonline.ca/ms-eevee/action-builder:0.3sha256:e02489c8b2008fa1b5da8a60d7488c6c93363c334aee58954c91b631ae2b9105Image layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:dafefa97de6dc66a6734ec6f05e58125ce01225cccce3f50662330c252aad518 in / |
| CMD ["/bin/bash"] |
| /bin/sh -c apt update |
| /bin/sh -c apt install -y nodejs curl |
| /bin/sh -c curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /etc/install-rust.sh |
| /bin/sh -c bash /etc/install-rust.sh -y |
| ENTRYPOINT ["bash"] |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.41.4 |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 24.04 |