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

[BUG] <title> #93

Closed
1 task done
sesto-dev opened this issue Nov 12, 2024 · 4 comments
Closed
1 task done

[BUG] <title> #93

sesto-dev opened this issue Nov 12, 2024 · 4 comments

Comments

@sesto-dev
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Manifest for ghcr.io/linuxserver/baseimage-kasmvnc:debianbullseye cannot be found even though it worked until yesterday.

load metadata for ghcr.io/linuxserver/baseimage-kasmvnc:debianbullseye:
------
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

But the manifest for the current latest version when specified can be found and works:

docker pull ghcr.io/linuxserver/baseimage-kasmvnc:debianbullseye-8446af38-ls104
debianbullseye-8446af38-ls104: Pulling from linuxserver/baseimage-kasmvnc
3cb9336d0acf: Already exists
82b04c31e307: Already exists
cb4860b164e4: Already exists
09d1965a0983: Already exists
cc987275b418: Already exists
9ed48f8965c6: Already exists
68b5ffb578a9: Pull complete
0f64e7aaebc6: Pull complete
a480cf71e662: Pull complete
1c885a653680: Pull complete
Digest: sha256:c0a70d010865cc9281aab466853a5417c1a94ca5b765e4e4f4d1db1bd006e799
Status: Downloaded newer image for ghcr.io/linuxserver/baseimage-kasmvnc:debianbullseye-8446af38-ls104
ghcr.io/linuxserver/baseimage-kasmvnc:debianbullseye-8446af38-ls104

Expected Behavior

It should pull the appropriate image.

Steps To Reproduce

A simple line in Dockerfile file:

FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbullseye AS base

You can also clone this branch in my repo:

https://github.com/sesto-dev/metatrader5-linux-django-docker/tree/chapter-1

with:

git clone -b chapter-1 --single-branch https://github.com/sesto-dev/metatrader5-linux-django-docker

Environment

- OS: Ubuntu 24.04
- How docker service was installed: distro's packagemanager

Docker creation

docker-compose.yml:
https://github.com/sesto-dev/metatrader5-linux-django-docker/blob/chapter-1/docker-compose.yml

Dockerfile:
https://github.com/sesto-dev/metatrader5-linux-django-docker/blob/chapter-1/Dockerfile

Container logs

It does not pull the appropriate image so the image does not build.
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@Roxedus
Copy link
Member

Roxedus commented Nov 12, 2024

This is intended, as the branch is deprecated. #92
The invalidation of the non-version tag is how we make consumers aware of this. If you need to keep using bookworm, you need to specify a specific tag.

@Roxedus Roxedus closed this as not planned Won't fix, can't repro, duplicate, stale Nov 12, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Nov 12, 2024
@AmirhsFar
Copy link

The issue is still present and I am getting the exact same error. Please guide us through resolving it.

@sesto-dev
Copy link
Author

The issue is still present and I am getting the exact same error. Please guide us through resolving it.

You can use this:

FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbullseye-8446af38-ls104 AS base

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

No branches or pull requests

3 participants