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 think we can safely change bootc to just work around these on import time. The downside is we create drift between the container rootfs and what is visible at runtime, but I think it's worth it for this.
The text was updated successfully, but these errors were encountered:
I accidentally worked around this in the composefs-rs examples by including extra/etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf in a directory that gets added to the container via COPY. This produces a correct image, so we need to be careful: we shouldn't just blanket delete these files.
See containers/buildah#4242 (comment) and https://gitlab.com/fedora/bootc/tracker/-/issues/25
I think we can safely change bootc to just work around these on import time. The downside is we create drift between the container rootfs and what is visible at runtime, but I think it's worth it for this.
The text was updated successfully, but these errors were encountered: