Skip to content

Commit

Permalink
feat: add imageshim for terminal and applaunchpad cluster image (labr…
Browse files Browse the repository at this point in the history
  • Loading branch information
lingdie committed Jul 4, 2023
1 parent d673049 commit 759509a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions frontend/providers/applaunchpad/deploy/images/shim/images
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker.io/library/nginx:latest
2 changes: 1 addition & 1 deletion frontend/providers/terminal/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SITE="https://cloud.sealos.io"
TTYD_IMAGE="hub.sealos.cn/labring/terminal-app:1.19.4"
TTYD_IMAGE="docker.io/labring/docker-terminal:1.20.4-6"
2 changes: 1 addition & 1 deletion frontend/providers/terminal/deploy/Kubefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY manifests manifests

ENV certSecretName="wildcard-cert"
ENV cloudDomain="cloud.example.com"
ENV ttydImage="docker.io/labring/docker-terminal:1.20.4-3"
ENV ttydImage="docker.io/labring/docker-terminal:1.20.4-6"


CMD ["kubectl apply -f manifests"]
1 change: 1 addition & 0 deletions frontend/providers/terminal/deploy/images/shim/imagelist
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker.io/labring/docker-terminal:1.20.4-6

0 comments on commit 759509a

Please sign in to comment.