Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add imageshim for terminal and applaunchpad cluster image #3458

Merged
merged 3 commits into from Jul 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions frontend/providers/applaunchpad/deploy/images/shim/images
@@ -0,0 +1 @@
docker.io/library/nginx:latest
2 changes: 1 addition & 1 deletion frontend/providers/terminal/.env
@@ -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
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
@@ -0,0 +1 @@
docker.io/labring/docker-terminal:1.20.4-6