-
Notifications
You must be signed in to change notification settings - Fork 780
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
Are default-policy.json & default.yaml in wrong place? Shouldn't they be in containers/image? #2170
Comments
rahilarious
pushed a commit
to rahilarious/skopeo
that referenced
this issue
Dec 1, 2023
All major distros (Fedora, debian, archlinux, gentoo, alpine, opensuse) are placing these 2 files in containers-common package. Why not fix it upstream? 1st step towards addressing containers#2170 Signed-off-by: Rahil Bhimjiani <[email protected]>
rahilarious
pushed a commit
to rahilarious/common
that referenced
this issue
Dec 1, 2023
All major distros (Fedora, debian, archlinux, gentoo, alpine, opensuse) are placing these 2 files in containers-common package. Why not fix it upstream? 2nd step towards addressing containers/skopeo#2170 Signed-off-by: Rahil Bhimjiani <[email protected]>
rahilarious
pushed a commit
to rahilarious/skopeo
that referenced
this issue
Dec 1, 2023
All major distros (Fedora, debian, archlinux, gentoo, alpine, opensuse) are placing these 2 files in containers-common package. Why not fix it upstream? 1st step towards addressing containers#2170 Signed-off-by: Rahil Bhimjiani <[email protected]>
rahilarious
changed the title
Are default-policy.json & default.yaml in wrong place? Shouldn't they be in containers/common?
Are default-policy.json & default.yaml in wrong place? Shouldn't they be in containers/image?
Jan 25, 2024
The 2 files in question are now in c/image. |
@lsm5 the Skopeo repo still contains copies. Can we remove them? |
The containers-common rpm fetches them from c/image . So it should be safe to remove unless other tests need it. |
rahilarious
pushed a commit
to rahilarious/skopeo
that referenced
this issue
Sep 16, 2024
All major distros (Fedora, debian, archlinux, gentoo, alpine, opensuse) are placing these 2 files in containers-common package. Why not fix it upstream? 1st step towards addressing containers#2170 Signed-off-by: Rahil Bhimjiani <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to Fedora's source spec, various "common" files are pulled from containers/{common,image,storage,shortnames} which makes sense as they're all modules. But these 2 common files are pulled from skopeo which already depends on containers/common, so it doesn't make sense to have both in skopeo.
All major distros (Fedora, debian, archlinux, gentoo, alpine, opensuse) are placing these 2 files in containers-common package.
Thoughts on moving them to containers/image?
The text was updated successfully, but these errors were encountered: