Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error building debianbullseye #16

Open
edemir206 opened this issue Nov 24, 2024 · 2 comments
Open

Error building debianbullseye #16

edemir206 opened this issue Nov 24, 2024 · 2 comments

Comments

@edemir206
Copy link

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
@iamisti
Copy link

iamisti commented Nov 26, 2024

im getting the same error

@Hallykola
Copy link

Hallykola commented Nov 28, 2024

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

Leave everything else the way it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants