sha256:8c887f81442f0b7f883bf93a04ba7ec5f595e32091bc69bde1d042219e61e8a6
OS/ARCH
linux/amd64
Compressed size
118.51 MB
Last pushed
2 months by djlactose
Type
Image
Manifest digest
sha256:9797a48ed86282ed5422dee172fd5062161472a9c738e755c2d344ba78b84026
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 # buildkit232 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 # buildkit472 B22COPY utils/upgrade.sh /root/bin/upgrade.sh # buildkit412 B23COPY utils/adduser.sh /root/bin/adduser.sh # buildkit845 B24COPY utils/deluser.sh /root/bin/deluser.sh # buildkit317 B25COPY utils/resetpw.sh /root/bin/resetpw.sh # buildkit336 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 # buildkit321 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 # buildkit714 B38COPY web/templates/setup.html /opt/bastion/web/templates/setup.html # buildkit938 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 # buildkit876 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 # buildkit782 B43COPY web/templates/reset_system_password.html /opt/bastion/web/templates/reset_system_password.html # buildkit747 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 # buildkit625 B48RUN /bin/sh -c apt-get update90.11 MB49WORKDIR /root/bin32 B50ENTRYPOINT ["/root/bin/run.sh"]0 BCommand
ARG RELEASE