diff --git a/frontend/providers/applaunchpad/deploy/images/shim/images b/frontend/providers/applaunchpad/deploy/images/shim/images new file mode 100644 index 00000000000..76d6e816388 --- /dev/null +++ b/frontend/providers/applaunchpad/deploy/images/shim/images @@ -0,0 +1 @@ +docker.io/library/nginx:latest \ No newline at end of file diff --git a/frontend/providers/terminal/.env b/frontend/providers/terminal/.env index e6a4876e5b2..bd1d14eb6cb 100644 --- a/frontend/providers/terminal/.env +++ b/frontend/providers/terminal/.env @@ -1,2 +1,2 @@ SITE="https://cloud.sealos.io" -TTYD_IMAGE="hub.sealos.cn/labring/terminal-app:1.19.4" \ No newline at end of file +TTYD_IMAGE="docker.io/labring/docker-terminal:1.20.4-6" \ No newline at end of file diff --git a/frontend/providers/terminal/deploy/Kubefile b/frontend/providers/terminal/deploy/Kubefile index 1797a076445..ae68f6fb3f4 100644 --- a/frontend/providers/terminal/deploy/Kubefile +++ b/frontend/providers/terminal/deploy/Kubefile @@ -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"] diff --git a/frontend/providers/terminal/deploy/images/shim/imagelist b/frontend/providers/terminal/deploy/images/shim/imagelist new file mode 100644 index 00000000000..faaf53793fd --- /dev/null +++ b/frontend/providers/terminal/deploy/images/shim/imagelist @@ -0,0 +1 @@ +docker.io/labring/docker-terminal:1.20.4-6 \ No newline at end of file