debian (sha256:72fd4ef325dabb64c2d121952f730c1e4b7dbd269a1d76cfbb50e995e68f6359)
Installation
docker pull code.neureka.dev/base/debian@sha256:72fd4ef325dabb64c2d121952f730c1e4b7dbd269a1d76cfbb50e995e68f6359sha256:72fd4ef325dabb64c2d121952f730c1e4b7dbd269a1d76cfbb50e995e68f6359Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600' |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates passwd util-linux && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY --chmod=755 entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit |
| ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |
| CMD ["sh"] |