utility_image (test)
Published 2024-11-15 12:41:06 -07:00 by bryce
Installation
docker pull git.thorup.us/can_do_computer/utility_image:testsha256:fcba07d8ecc913d234a300ed5b6fd2023251a126a10f5062179f71a3c751dad8Image Layers
| ADD file:5f9954090af042b377ea0d1d184faa64d2e9d4c946b6c3898d52aff47e764056 in / |
| CMD ["bash"] |
| WORKDIR /usr/local/app |
| COPY file:60a4e134fef09f5fcd848fe1b3c58fdf63acc066d09895c00e99f7ca91a96efc in ./ |
| /bin/sh -c apt update && apt upgrade -y && apt clean -y && apt autoremove -y && apt autoclean -y && apt install -y ddclient nginx certbot && rm -rf /tmp/* && rm -rf /var/lib/apt/lists/* |
| CMD ["/bin/bash", "/usr/local/app/run.sh"] |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.33.7 |