mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Build VNC image failed EDIT: affecting all builds #116
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rluvaton on GitHub (Feb 7, 2021).
I can't build the VNC image for some reason 🤔
Output
My Laptop
@sickcodes commented on GitHub (Feb 7, 2021):
Can you try
docker pull sickcodes/docker-osx:latestI just built the image:
@sickcodes commented on GitHub (Feb 7, 2021):
Latest image build in hub.docker.com failed to build from this error too, might be an archlinux image bug, checking it out
@sickcodes commented on GitHub (Feb 7, 2021):
Bug is featured here, should be fixed in a few hours:
https://bbs.archlinux.org/viewtopic.php?id=263379
https://bugs.archlinux.org/task/69563
@rluvaton commented on GitHub (Feb 7, 2021):
@sickcodes Maybe we change the base image version instead of using the latest tag
@sickcodes commented on GitHub (Feb 7, 2021):
The bug only occurs when on some hosts, for example, the hub.docker.com or ubuntu hosts.
If you have an Arch Linux host, you won't be affected.
I'm building and pushing fresh images right now to hub.docker.com.
What host are you running?
@rluvaton commented on GitHub (Feb 7, 2021):
I'm running on Lubuntu, thank you for your great work!
@sickcodes commented on GitHub (Feb 8, 2021):
Some notes regarding the VNC image build security here: https://github.com/sickcodes/Docker-OSX/issues/146
@rluvaton commented on GitHub (Feb 8, 2021):
Just trying to build again (update the repo, remove all of my images + containers) The bug still exists with the same error message but earlier
When trying to build the Dockerfile in the repo root I get the same error but in a different place
@sickcodes commented on GitHub (Feb 8, 2021):
Docker responded and the bug is being tracked in the following already merged pull request:
https://github.com/opencontainers/runc/pull/2750
Will update when hub.docker.com states they've fixed it.
@rluvaton commented on GitHub (Feb 9, 2021):
@sickcodes Just to let you know I switched to Manjaro (which is based on Arch as you know) and it work fine there
@sickcodes commented on GitHub (Feb 9, 2021):
Nice! This bug is a mess though, it prevents anyone from building images. Hopefully hub.docker.com fix their runc implementation.
Waiting for different distros to upgrade their Docker packages undermines the entire concept of Docker.
Also, running old software can be equally as bad.
The bug has been patched but we literally have to wait for them.
I'm building images on a debian-to-arch on digital ocean (semi-automatically) https://github.com/gh2o/digitalocean-debian-to-arch
@sickcodes commented on GitHub (Feb 10, 2021):
A critical fix is being raised:
https://bugs.archlinux.org/task/69613
@sickcodes commented on GitHub (Feb 12, 2021):
Temporary fix here by @MrBenFTW
https://github.com/sickcodes/Docker-OSX/pull/150