sha256:a055f9a31301605380ba578c8d9c77ccd767d436d9029d5c4fa1872f09c9b1e7
OS/ARCH
linux/amd64
Compressed size
121.98 MB
Last pushed
3 days by djlactose
Type
Image
Manifest digest
sha256:e0f1acfbf8ec26db2607c31c1b54df50114c062b7236452b3e443cfc944359a2
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.38 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.04 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 # buildkit456 B21COPY utils/BackupUsers.sh /root/bin/BackupUsers.sh # buildkit473 B22COPY utils/upgrade.sh /root/bin/upgrade.sh # buildkit413 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 # buildkit7.36 KB28COPY config/servers.conf-sample /root/bin/servers.conf-sample # buildkit828 B29COPY config/servers.json-sample /root/bin/servers.json-sample # buildkit383 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 # buildkit7.07 KB33COPY web/templates/users.html /opt/bastion/web/templates/users.html # buildkit871 B34COPY web/templates/add_user.html /opt/bastion/web/templates/add_user.html # buildkit785 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 # buildkit939 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 # buildkit828 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 # buildkit747 B44COPY web/app.py /opt/bastion/web/app.py # buildkit8.91 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 update93.55 MB49WORKDIR /root/bin32 B50ENTRYPOINT ["/root/bin/run.sh"]0 BCommand
ARG RELEASE