├── .github └── workflows │ └── docker.yml ├── .gitignore ├── acunetix.dockerfile ├── airflow.dockerfile ├── arduino.dockerfile ├── arduino:esp32.dockerfile ├── asterisk.dockerfile ├── bash.dockerfile ├── beastiebox.dockerfile ├── cartography.dockerfile ├── ceph.dockerfile ├── chromium.dockerfile ├── clustercontrol.dockerfile ├── ctf.dockerfile ├── curl.dockerfile ├── darkstat.dockerfile ├── darling.dockerfile ├── debian.dockerfile ├── debug.dockerfile ├── devsocket.dockerfile ├── dind.dockerfile ├── dockerfile ├── elemental.dockerfile ├── esp-idf.dockerfile ├── figlet.dockerfile ├── flask.dockerfile ├── flask:alpine.dockerfile ├── flask:slim.dockerfile ├── forticlient.dockerfile ├── freebsd.dockerfile ├── gitbook.dockerfile ├── github-runner.dockerfile ├── go.dockerfile ├── goaccess.dockerfile ├── graphviz.dockerfile ├── h2o.dockerfile ├── haproxy.dockerfile ├── healer.dockerfile ├── heirloom.dockerfile ├── heroku.dockerfile ├── icestorm.dockerfile ├── imx.dockerfile ├── ipython.dockerfile ├── jumpserver.dockerfile ├── jupyter.dockerfile ├── kali.dockerfile ├── mesa.dockerfile ├── minimodem.dockerfile ├── ncdu.dockerfile ├── nessus.dockerfile ├── netcat.dockerfile ├── nginx.dockerfile ├── nmap.dockerfile ├── notebook.dockerfile ├── nwjs.dockerfile ├── openbsd.dockerfile ├── openfire.dockerfile ├── openfortivpn.dockerfile ├── owncloud.dockerfile ├── percona-pmm2-client.dockerfile ├── proxysql.dockerfile ├── puppeteer.dockerfile ├── pvs.dockerfile ├── python.dockerfile ├── racoon.dockerfile ├── react-native.dockerfile ├── react.dockerfile ├── redis-stat.dockerfile ├── rig.dockerfile ├── rsync.dockerfile ├── sendmail.dockerfile ├── shadowsocks.dockerfile ├── shadowsocks:client.dockerfile ├── shadowsocks:server.dockerfile ├── snidump.dockerfile ├── soong.dockerfile ├── splunk.dockerfile ├── ssh-gateway.dockerfile ├── ssl.dockerfile ├── steamcmd.dockerfile ├── steamcmd:csgo.dockerfile ├── steamcmd:doi.dockerfile ├── steamcmd:hl2dm.dockerfile ├── steamcmd:insurgency.dockerfile ├── steamcmd:rust.dockerfile ├── sublime.dockerfile ├── tableau.dockerfile ├── tailscale.dockerfile ├── tinyproxy.dockerfile ├── tmux.dockerfile ├── toolbox.dockerfile ├── unbound.dockerfile ├── unhealthy.dockerfile ├── vscode.dockerfile ├── webdev.dockerfile ├── websocketd.dockerfile ├── wireshark.dockerfile ├── wordpress.dockerfile ├── xsv.dockerfile ├── yq.dockerfile └── zeronet.dockerfile /.github/workflows/docker.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/.github/workflows/docker.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | **/ 2 | */ 3 | -------------------------------------------------------------------------------- /acunetix.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/acunetix.dockerfile -------------------------------------------------------------------------------- /airflow.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/airflow.dockerfile -------------------------------------------------------------------------------- /arduino.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/arduino.dockerfile -------------------------------------------------------------------------------- /arduino:esp32.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/arduino:esp32.dockerfile -------------------------------------------------------------------------------- /asterisk.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/asterisk.dockerfile -------------------------------------------------------------------------------- /bash.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/bash.dockerfile -------------------------------------------------------------------------------- /beastiebox.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/beastiebox.dockerfile -------------------------------------------------------------------------------- /cartography.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/cartography.dockerfile -------------------------------------------------------------------------------- /ceph.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/ceph.dockerfile -------------------------------------------------------------------------------- /chromium.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/chromium.dockerfile -------------------------------------------------------------------------------- /clustercontrol.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/clustercontrol.dockerfile -------------------------------------------------------------------------------- /ctf.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/ctf.dockerfile -------------------------------------------------------------------------------- /curl.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/curl.dockerfile -------------------------------------------------------------------------------- /darkstat.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/darkstat.dockerfile -------------------------------------------------------------------------------- /darling.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/darling.dockerfile -------------------------------------------------------------------------------- /debian.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/debian.dockerfile -------------------------------------------------------------------------------- /debug.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/debug.dockerfile -------------------------------------------------------------------------------- /devsocket.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/devsocket.dockerfile -------------------------------------------------------------------------------- /dind.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/dind.dockerfile -------------------------------------------------------------------------------- /dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/dockerfile -------------------------------------------------------------------------------- /elemental.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/elemental.dockerfile -------------------------------------------------------------------------------- /esp-idf.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/esp-idf.dockerfile -------------------------------------------------------------------------------- /figlet.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/figlet.dockerfile -------------------------------------------------------------------------------- /flask.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/flask.dockerfile -------------------------------------------------------------------------------- /flask:alpine.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/flask:alpine.dockerfile -------------------------------------------------------------------------------- /flask:slim.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/flask:slim.dockerfile -------------------------------------------------------------------------------- /forticlient.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/forticlient.dockerfile -------------------------------------------------------------------------------- /freebsd.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/freebsd.dockerfile -------------------------------------------------------------------------------- /gitbook.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/gitbook.dockerfile -------------------------------------------------------------------------------- /github-runner.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/github-runner.dockerfile -------------------------------------------------------------------------------- /go.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/go.dockerfile -------------------------------------------------------------------------------- /goaccess.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/goaccess.dockerfile -------------------------------------------------------------------------------- /graphviz.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/graphviz.dockerfile -------------------------------------------------------------------------------- /h2o.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/h2o.dockerfile -------------------------------------------------------------------------------- /haproxy.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/haproxy.dockerfile -------------------------------------------------------------------------------- /healer.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/healer.dockerfile -------------------------------------------------------------------------------- /heirloom.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/heirloom.dockerfile -------------------------------------------------------------------------------- /heroku.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/heroku.dockerfile -------------------------------------------------------------------------------- /icestorm.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/icestorm.dockerfile -------------------------------------------------------------------------------- /imx.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/imx.dockerfile -------------------------------------------------------------------------------- /ipython.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/ipython.dockerfile -------------------------------------------------------------------------------- /jumpserver.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/jumpserver.dockerfile -------------------------------------------------------------------------------- /jupyter.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/jupyter.dockerfile -------------------------------------------------------------------------------- /kali.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/kali.dockerfile -------------------------------------------------------------------------------- /mesa.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/mesa.dockerfile -------------------------------------------------------------------------------- /minimodem.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/minimodem.dockerfile -------------------------------------------------------------------------------- /ncdu.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/ncdu.dockerfile -------------------------------------------------------------------------------- /nessus.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/nessus.dockerfile -------------------------------------------------------------------------------- /netcat.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/netcat.dockerfile -------------------------------------------------------------------------------- /nginx.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/nginx.dockerfile -------------------------------------------------------------------------------- /nmap.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/nmap.dockerfile -------------------------------------------------------------------------------- /notebook.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/notebook.dockerfile -------------------------------------------------------------------------------- /nwjs.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/nwjs.dockerfile -------------------------------------------------------------------------------- /openbsd.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/openbsd.dockerfile -------------------------------------------------------------------------------- /openfire.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/openfire.dockerfile -------------------------------------------------------------------------------- /openfortivpn.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/openfortivpn.dockerfile -------------------------------------------------------------------------------- /owncloud.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/owncloud.dockerfile -------------------------------------------------------------------------------- /percona-pmm2-client.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/percona-pmm2-client.dockerfile -------------------------------------------------------------------------------- /proxysql.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/proxysql.dockerfile -------------------------------------------------------------------------------- /puppeteer.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/puppeteer.dockerfile -------------------------------------------------------------------------------- /pvs.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/pvs.dockerfile -------------------------------------------------------------------------------- /python.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/python.dockerfile -------------------------------------------------------------------------------- /racoon.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/racoon.dockerfile -------------------------------------------------------------------------------- /react-native.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/react-native.dockerfile -------------------------------------------------------------------------------- /react.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/react.dockerfile -------------------------------------------------------------------------------- /redis-stat.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/redis-stat.dockerfile -------------------------------------------------------------------------------- /rig.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/rig.dockerfile -------------------------------------------------------------------------------- /rsync.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/rsync.dockerfile -------------------------------------------------------------------------------- /sendmail.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/sendmail.dockerfile -------------------------------------------------------------------------------- /shadowsocks.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/shadowsocks.dockerfile -------------------------------------------------------------------------------- /shadowsocks:client.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/shadowsocks:client.dockerfile -------------------------------------------------------------------------------- /shadowsocks:server.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/shadowsocks:server.dockerfile -------------------------------------------------------------------------------- /snidump.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/snidump.dockerfile -------------------------------------------------------------------------------- /soong.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/soong.dockerfile -------------------------------------------------------------------------------- /splunk.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/splunk.dockerfile -------------------------------------------------------------------------------- /ssh-gateway.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/ssh-gateway.dockerfile -------------------------------------------------------------------------------- /ssl.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/ssl.dockerfile -------------------------------------------------------------------------------- /steamcmd.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/steamcmd.dockerfile -------------------------------------------------------------------------------- /steamcmd:csgo.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/steamcmd:csgo.dockerfile -------------------------------------------------------------------------------- /steamcmd:doi.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/steamcmd:doi.dockerfile -------------------------------------------------------------------------------- /steamcmd:hl2dm.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/steamcmd:hl2dm.dockerfile -------------------------------------------------------------------------------- /steamcmd:insurgency.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/steamcmd:insurgency.dockerfile -------------------------------------------------------------------------------- /steamcmd:rust.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/steamcmd:rust.dockerfile -------------------------------------------------------------------------------- /sublime.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/sublime.dockerfile -------------------------------------------------------------------------------- /tableau.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/tableau.dockerfile -------------------------------------------------------------------------------- /tailscale.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/tailscale.dockerfile -------------------------------------------------------------------------------- /tinyproxy.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/tinyproxy.dockerfile -------------------------------------------------------------------------------- /tmux.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/tmux.dockerfile -------------------------------------------------------------------------------- /toolbox.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/toolbox.dockerfile -------------------------------------------------------------------------------- /unbound.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/unbound.dockerfile -------------------------------------------------------------------------------- /unhealthy.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/unhealthy.dockerfile -------------------------------------------------------------------------------- /vscode.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/vscode.dockerfile -------------------------------------------------------------------------------- /webdev.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/webdev.dockerfile -------------------------------------------------------------------------------- /websocketd.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/websocketd.dockerfile -------------------------------------------------------------------------------- /wireshark.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/wireshark.dockerfile -------------------------------------------------------------------------------- /wordpress.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/wordpress.dockerfile -------------------------------------------------------------------------------- /xsv.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/xsv.dockerfile -------------------------------------------------------------------------------- /yq.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/yq.dockerfile -------------------------------------------------------------------------------- /zeronet.dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacelatte/static-docker/HEAD/zeronet.dockerfile --------------------------------------------------------------------------------