ConSol / docker-headless-vnc-container

Collection of Docker images with headless VNC environments
Apache License 2.0
1.73k stars 737 forks source link

latest docker image on dockerhub is not compatible with arm64 architecture #198

Closed mgoerens closed 9 months ago

mgoerens commented 9 months ago

Image all 4 I think

Tag latest

Short overview not compatible with arm64 architecture, while nightly is.

Detailed error description

$ docker run consol/debian-xfce-vnc
Unable to find image 'consol/debian-xfce-vnc:latest' locally
latest: Pulling from consol/debian-xfce-vnc
b0248cf3e63c: Already exists 
223519f7ba9b: Already exists 
75f6989b3234: Already exists 
02daab75fffd: Already exists 
2c872fdb5762: Already exists 
5991662e72bd: Already exists 
c8506c4169c9: Already exists 
3c4fe21d8a40: Already exists 
5b318f0ccb83: Already exists 
27d6b66ecc0f: Already exists 
4e9453b7c080: Already exists 
4d9543ec3239: Already exists 
f10e0d98a61d: Already exists 
c057989923ee: Already exists 
c5f32dedf3ee: Already exists 
Digest: sha256:090e2ab7d8f83b896e46d6706a1815305263d782f9811011e5c18ef0a9930805
Status: Downloaded newer image for consol/debian-xfce-vnc:latest
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /dockerstartup/vnc_startup.sh: exec format error

$ docker run consol/debian-xfce-vnc:nightly # succeeds

Additional content

mgoerens commented 9 months ago

I think the issue is simply that latest images are 9 months old, prior to this PR https://github.com/ConSol/docker-headless-vnc-container/pull/177/

Simply re-releasing should do the trick

sni commented 9 months ago

should be fine now, thanks for reminding me.