sha256:f7fd72034877474f32ff7c172218950c23819e4023590c6e53ada860cd0b4740
OS/ARCH
linux/amd64
Compressed size
116.48 MB
Last pushed
3 months by djlactose
Type
Image
Manifest digest
sha256:6737a6f5da042e125044b7cc033d400a09f20368f8e7690c547646ce48772bfa
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.36 MB5CMD ["/bin/bash"]0 B6EXPOSE [22/tcp]0 B7EXPOSE [80/tcp]0 B8EXPOSE [443/tcp]0 B9EXPOSE [8000/tcp]0 B10VOLUME [/home]0 B11VOLUME [/root/bastion]0 B12VOLUME [/etc/bastion]0 B13VOLUME [/var/lib/bastion]0 B14VOLUME [/var/log/bastion]0 B15HEALTHCHECK {Test:[CMD-SHELL nc -q 00 B16COPY config/sshd_config /etc/ssh/sshd_config # buildkit1.92 KB17COPY config/sshd /etc/pam.d/sshd # buildkit1.05 KB18COPY config/bastion-app-sudo /etc/sudoers.d/bastion-app-sudo # buildkit231 B19COPY config/nginx.conf /etc/nginx/sites-available/default # buildkit650 B20COPY utils/RestoreUsers.sh /root/bin/RestoreUsers.sh # buildkit455 B21COPY utils/BackupUsers.sh /root/bin/BackupUsers.sh # buildkit473 B22COPY utils/upgrade.sh /root/bin/upgrade.sh # buildkit412 B23COPY utils/adduser.sh /root/bin/adduser.sh # buildkit847 B24COPY utils/deluser.sh /root/bin/deluser.sh # buildkit317 B25COPY utils/resetpw.sh /root/bin/resetpw.sh # buildkit335 B26COPY utils/rotate-host-keys.sh /root/bin/rotate-host-keys.sh # buildkit1.56 KB27COPY servers.sh /root/bin/servers.sh # buildkit5.61 KB28COPY config/servers.conf-sample /root/bin/servers.conf-sample # buildkit667 B29COPY config/servers.json-sample /root/bin/servers.json-sample # buildkit322 B30COPY run.sh /root/bin/run.sh # buildkit2.13 KB31COPY web/templates/base.html /opt/bastion/web/templates/base.html # buildkit1.92 KB32COPY web/templates/index.html /opt/bastion/web/templates/index.html # buildkit4.47 KB33COPY web/templates/users.html /opt/bastion/web/templates/users.html # buildkit870 B34COPY web/templates/add_user.html /opt/bastion/web/templates/add_user.html # buildkit786 B35COPY web/templates/edit_user.html /opt/bastion/web/templates/edit_user.html # buildkit1.03 KB36COPY web/templates/login.html /opt/bastion/web/templates/login.html # buildkit823 B37COPY web/templates/register.html /opt/bastion/web/templates/register.html # buildkit713 B38COPY web/templates/setup.html /opt/bastion/web/templates/setup.html # buildkit937 B39COPY web/templates/change_password.html /opt/bastion/web/templates/change_password.html # buildkit920 B40COPY web/templates/system_users.html /opt/bastion/web/templates/system_users.html # buildkit875 B41COPY web/templates/add_system_user.html /opt/bastion/web/templates/add_system_user.html # buildkit827 B42COPY web/templates/system_user_qr.html /opt/bastion/web/templates/system_user_qr.html # buildkit781 B43COPY web/templates/reset_system_password.html /opt/bastion/web/templates/reset_system_password.html # buildkit748 B44COPY web/app.py /opt/bastion/web/app.py # buildkit8.07 KB45COPY web/wsgi.py /opt/bastion/web/wsgi.py # buildkit227 B46COPY web/migrate.py /opt/bastion/web/migrate.py # buildkit2.11 KB47COPY web/requirements.txt /opt/bastion/web/requirements.txt # buildkit629 B48RUN /bin/sh -c apt-get update88.08 MB49WORKDIR /root/bin32 B50ENTRYPOINT ["/root/bin/run.sh"]0 BCommand
ARG RELEASE