fix(dashboard): add VNC WebSocket support in console image build
- Add --file flag to specify Containerfile path in docker buildx - Build console image from cozystack-ui feat/ui-overhaul branch - Update console image with VNC fix (includes /k8s proxy location) New console image includes nginx /k8s location for VNC WebSocket routing to KubeVirt VMI subresources. Signed-off-by: IvanHunters <xorokhotnikov@gmail.com>
This commit is contained in:
parent
6f78c23881
commit
574dabeb25
2 changed files with 2 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ image-console:
|
|||
rm -rf .tmp-cozystack-ui
|
||||
git clone --depth 1 --branch $(CONSOLE_REF) $(CONSOLE_REPO) .tmp-cozystack-ui
|
||||
docker buildx build .tmp-cozystack-ui \
|
||||
--file .tmp-cozystack-ui/Containerfile \
|
||||
--provenance false \
|
||||
--builder=$(BUILDER) \
|
||||
--platform=linux/amd64,linux/arm64 \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
console:
|
||||
image: 999669/cozystack-ui:latest@sha256:a93a92a8f7b8d7c4842876215f737d782ad373ff8f4ceb89d7b536945184341e
|
||||
image: 999669/cozystack-ui:latest@sha256:c5b0dcfa241603763150188150d56ab58fba1ea820bfdac92c601199057bf9a2
|
||||
tokenProxy:
|
||||
image: ghcr.io/cozystack/cozystack/token-proxy:v1.3.0@sha256:2e280991e07853ea48f97b0a42946afffa10d03d6a83d41099ed83e6ffc94fdc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue