sha256:24b362392ff7c8b917f4196ab679897320822a380a0779963c60b8f07a6f4b94
OS/ARCH
Compressed size
36.99 MB
Last pushed
21 days by olger
Type
Image
Manifest digest
sha256:2a6e3c68dc47e8ee080b468f29c26275b7ed2d1c0e4347c25cfe03071d8a2d5a
Image Layers
1# debian.sh --arch 'amd64' out/28.41 MB2RUN /bin/sh -c apt-get update3.99 MB3RUN /bin/sh -c groupadd --system1.08 KB4COPY --chown=root:root --chmod=755 /usr/src/fakeidp/target/release/fakeidp /usr/local/bin/fakeidp4.52 MB5COPY --chown=root:runtme --chmod=440 /usr/src/fakeidp/keys/private_key.der /usr/local/etc/private_key.der1.42 KB6COPY --chown=root:root /usr/src/fakeidp/static/ /usr/local/fakeidp/static/ #59.55 KB7ARG VERSION=dev0 B8ARG COMMITID=unknown0 B9LABEL org.opencontainers.image.title=fakeidp org.opencontainers.image.description=OIDC compatible fake0 B10USER runtme0 B11EXPOSE [8080/tcp]0 B12ENV BIND=0.0.0.00 B13ENV PORT=80800 B14ENV EXPOSED_HOST=http://localhost:80800 B15CMD ["sh" "-c" "exec fakeidp0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'