use private image for testing

This commit is contained in:
Teja Swaroop Pothala 2025-08-18 21:43:32 +00:00
parent ec8650f780
commit a27c59ff30
No known key found for this signature in database
GPG key ID: FA5E53D328E228D2

View file

@ -1,6 +1,7 @@
ARG BASE_TAG="develop"
ARG BASE_IMAGE="core-debian-trixie"
FROM kasmweb/$BASE_IMAGE:$BASE_TAG
# FROM kasmweb/$BASE_IMAGE:$BASE_TAG
FROM kasmweb/core-debian-trixie-private:bugfix_KASM-7386-add_core_debian_trixie_develop
USER root