mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 02:25:24 +00:00
use published core image for debian-trixie-desktop
This commit is contained in:
parent
a27c59ff30
commit
415ea70007
2 changed files with 2 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ stages:
|
|||
- run
|
||||
variables:
|
||||
BASE_TAG: "develop"
|
||||
USE_PRIVATE_IMAGES: 1
|
||||
USE_PRIVATE_IMAGES: 0
|
||||
KASM_RELEASE: "1.17.0"
|
||||
TEST_INSTALLER: "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.17.0.bbc15c.tar.gz"
|
||||
MIRROR_ORG_NAME: "kasmtech"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
ARG BASE_TAG="develop"
|
||||
ARG BASE_IMAGE="core-debian-trixie"
|
||||
# FROM kasmweb/$BASE_IMAGE:$BASE_TAG
|
||||
FROM kasmweb/core-debian-trixie-private:bugfix_KASM-7386-add_core_debian_trixie_develop
|
||||
FROM kasmweb/$BASE_IMAGE:$BASE_TAG
|
||||
|
||||
USER root
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue