You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an error building. It seems debianbullseye image is not available anymore.
[+] Building 0.8s (2/2) FINISHED docker:default
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 913B 0.0s
=> ERROR [internal] load metadata for ghcr.io/linuxserver/baseimage-kasmvnc:debianbullseye 0.7s
------
> [internal] load metadata for ghcr.io/linuxserver/baseimage-kasmvnc:debianbullseye:
------
Dockerfile:1
--------------------
1 | >>> FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbullseye
2 |
3 | # set version label
--------------------
ERROR: failed to solve: ghcr.io/linuxserver/baseimage-kasmvnc:debianbullseye: failed to resolve source metadata for ghcr.io/linuxserver/baseimage-kasmvnc:debianbullseye: no match for platform in manifest: not found
ERROR: Service 'mt5' failed to build : Build failed
The text was updated successfully, but these errors were encountered:
The error is from the docker file. Change the first line on the docker file from ....
this:
FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbullseye
to:
FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbullseye-8446af38-ls104
I'm having an error building. It seems debianbullseye image is not available anymore.
The text was updated successfully, but these errors were encountered: