File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
custom-domain/dstack-ingress Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ The fastest way to get started is to use our pre-built image. Simply use the fol
5252``` yaml
5353services :
5454 dstack-ingress :
55- image : kvin/dstack-ingress@sha256:8dfc3536d1bd0be0cb938140aeff77532d35514ae580d8bec87d3d5a26a21470
55+ image : kvin/dstack-ingress@sha256:0f9d97aee13764895f967a00874418330a56e20cf4b0a4c2700934c5755b3350
5656 ports :
5757 - " 443:443"
5858 environment :
Original file line number Diff line number Diff line change 11services :
22 dstack-ingress :
3- image : kvin/dstack-ingress@sha256:8fad2a37bf2b4d2f9529e8953bca341bea17475b72d0ba746789395e5eace9d1
3+ image : kvin/dstack-ingress@sha256:0f9d97aee13764895f967a00874418330a56e20cf4b0a4c2700934c5755b3350
44 ports :
55 - " 443:443"
66 environment :
Original file line number Diff line number Diff line change 11services :
22 launcher :
3- image : kvin/launcher@sha256:873dd2117b0159575d62b79863dafd984cd02be25b46ff164e3b83ed5c9642f7
3+ image : kvin/launcher@sha256:7da8216283685c2ba94d2921bb23776cdca1849b1a87bfbde61b5ca13abed128
44 volumes :
55 - /var/run/docker.sock:/var/run/docker.sock
66 restart : always
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
88 build :
99 context : .
1010 dockerfile_inline : |
11- FROM ubuntu:22.04
11+ FROM ubuntu:22.04@sha256:01a3ee0b5e413cefaaffc6abe68c9c37879ae3cced56a8e088b1649e5b269eee
1212 RUN apt-get update && apt install -y curl wget
1313 WORKDIR /root
1414
Original file line number Diff line number Diff line change 11services :
22 busybox :
3- image : busybox:latest
3+ image : busybox@sha256:f85340bf132ae937d2c2a763b8335c9bab35d6e8293f70f606b9c6178d84f42b
44 command : sh -c "cat /etc/motd"
55 volumes :
66 - /tapp/motd:/etc/motd
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
33 build :
44 context : .
55 dockerfile_inline : |
6- FROM ubuntu:latest
6+ FROM ubuntu:22.04@sha256:01a3ee0b5e413cefaaffc6abe68c9c37879ae3cced56a8e088b1649e5b269eee
77 RUN apt-get update && apt-get install -y openssh-server sudo
88 RUN mkdir /run/sshd
99 RUN echo 'root:${ROOT_PW:-123456}' | chpasswd
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
88 build :
99 context : .
1010 dockerfile_inline : |
11- FROM ubuntu:22.04
11+ FROM ubuntu:22.04@sha256:01a3ee0b5e413cefaaffc6abe68c9c37879ae3cced56a8e088b1649e5b269eee
1212 RUN apt-get update
1313 RUN apt install -y curl openssl ntpsec-ntpdate
1414 command : bash run.sh
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
33 build :
44 context : .
55 dockerfile_inline : |
6- FROM debian:bullseye-slim
6+ FROM debian:bullseye-slim@sha256:779034981fec838da124ff6ab9211499ba5d4e769dabdfd6c42c6ae2553b9a3b
77 RUN apt-get update && apt-get install -y tor && apt-get clean && rm -rf /var/lib/apt/lists/*
88 RUN mkdir -p /var/lib/tor/hidden_service && chown -R debian-tor:debian-tor /var/lib/tor/hidden_service/ && \
99 chmod 700 /var/lib/tor/hidden_service/ && echo "HiddenServiceDir /var/lib/tor/hidden_service/" > /etc/tor/torrc && \
@@ -18,7 +18,7 @@ services:
1818
1919 nginx :
2020 depends_on : [tor]
21- image : nginx:alpine
21+ image : nginx:alpine@sha256:65645c7bb6a0661892a8b03b89d0743208a18dd2f3f17a54ef4b76fb8e2f2a10
2222 volumes :
2323 - /var/run/tappd.sock:/var/run/tappd.sock
2424 - tor_data:/tor_data:ro
Original file line number Diff line number Diff line change 11services :
22 ttypd :
3- image : hackinglab/alpine-ttyd-bash:3.2
3+ image : hackinglab/alpine-ttyd-bash:3.2@sha256:ccf936e52a19948b55737ba812ccee1a2ad3d0e8b8b7268fd09595259131e265
44 environment :
55 - HL_USER_USERNAME=root
66 - HL_USER_PASSWORD=suon7eeXuGeechee
You can’t perform that action at this time.
0 commit comments