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
Since version 0.54.2, building a devcontainer with podman on a macOS M3 is broken. It works with version 0.54.1. It seems related to the issue #548 [2/2] STEP 6/16: RUN --mount=type=bind,from=dev_containers_feature_content_source,source=pre-commit_0,target=/tmp/build-features-src/pre-commit_0,z cp -ar /tmp/build-features-src/pre-commit_0 /tmp/dev-container-features && chmod -R 0755 /tmp/dev-container-features/pre-commit_0 && cd /tmp/dev-container-features/pre-commit_0 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh && rm -rf /tmp/dev-container-features/pre-commit_0 Error: building at STEP "RUN --mount=type=bind,from=dev_containers_feature_content_source,source=pre-commit_0,target=/tmp/build-features-src/pre-commit_0,z cp -ar /tmp/build-features-src/pre-commit_0 /tmp/dev-container-features && chmod -R 0755 /tmp/dev-container-features/pre-commit_0 && cd /tmp/dev-container-features/pre-commit_0 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh && rm -rf /tmp/dev-container-features/pre-commit_0": resolving mountpoints for container "d21daae06c6ae127a9b99f89e9ae68ccd7e117248fceef7158dc973325c1bd99": lsetxattr /var/folders/dz/kxtlzb710js5568ln76kh7d80000gn/T/devcontainercli/container-features/0.54.2-1710751732102/pre-commit_0: operation not supported
The text was updated successfully, but these errors were encountered:
Since version 0.54.2, building a devcontainer with podman on a macOS M3 is broken. It works with version 0.54.1. It seems related to the issue #548
[2/2] STEP 6/16: RUN --mount=type=bind,from=dev_containers_feature_content_source,source=pre-commit_0,target=/tmp/build-features-src/pre-commit_0,z cp -ar /tmp/build-features-src/pre-commit_0 /tmp/dev-container-features && chmod -R 0755 /tmp/dev-container-features/pre-commit_0 && cd /tmp/dev-container-features/pre-commit_0 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh && rm -rf /tmp/dev-container-features/pre-commit_0 Error: building at STEP "RUN --mount=type=bind,from=dev_containers_feature_content_source,source=pre-commit_0,target=/tmp/build-features-src/pre-commit_0,z cp -ar /tmp/build-features-src/pre-commit_0 /tmp/dev-container-features && chmod -R 0755 /tmp/dev-container-features/pre-commit_0 && cd /tmp/dev-container-features/pre-commit_0 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh && rm -rf /tmp/dev-container-features/pre-commit_0": resolving mountpoints for container "d21daae06c6ae127a9b99f89e9ae68ccd7e117248fceef7158dc973325c1bd99": lsetxattr /var/folders/dz/kxtlzb710js5568ln76kh7d80000gn/T/devcontainercli/container-features/0.54.2-1710751732102/pre-commit_0: operation not supported
The text was updated successfully, but these errors were encountered: