common icon indicating copy to clipboard operation
common copied to clipboard

Location for shared common files in github.com/containers repos.

Results 73 common issues
Sort by recently updated
recently updated
newest added

This PR improves pkg/capabilities and switches it to using the new fork. Please see individual commits for details. Currently a draft pending * https://github.com/containers/storage/pull/2103 * https://github.com/moby/sys/pull/154 * TODO: runtime-tools PR...

do-not-merge/work-in-progress

Fixes: https://github.com/containers/podman/issues/23818

approved

The `RUN`, `COPY`, and `ADD` commands in a Containerfile can now handle HereDocs notation, but there is no reference to that in https://github.com/containers/common/blob/main/docs/Containerfile.5.md. This should be added. Further background information:...

The `MountsWithUIDGID` function in [pkg/subscriptions/subscriptions.go](https://github.com/containers/common/blob/main/pkg/subscriptions/subscriptions.go#L169C6-L169C22) tests for the presence of `/etc/system-fips` on the host. It calls `addFIPSModeSubscription`, which creates `/etc/system-fips` inside of the container at [pkg/subscriptions/subscriptions.go#L327-L335](https://github.com/containers/common/blob/main/pkg/subscriptions/subscriptions.go#L327-L335). `/etc/system-fips` is deprecated and...

Encrypted images don’t benefit from zstd:chunked , and if asked to do so, the code uses non-chunked zstd (ref. https://github.com/containers/image/issues/2485 .) Around https://github.com/containers/common/blob/1a8d1919e2cea08126f8e26c33562ffe2933086c/pkg/config/containers.conf#L442 , and for `add_compression` option: the documentation...

This section of `CONTRIBUTING.md` looks like it's mixing two separate things, the way to reference a bug that will be fixed by a commit, and the way to reference a...

There is no need of `reportResolvedReferece` in `NewCopier` after https://github.com/containers/common/pull/2339 . I would like to change the public exposed API for `NewCopier` but it is breaking change and other than...

Sometimes it is not possible to install podman in the default location, which is in fact a very common scenario on HPC systems. This includes not being able to put...

This repository contains logos of some projects in the containers org here: https://github.com/containers/common/tree/main/logos, but that directory only contains png versions of the logos. Are there svg versions around? I'd like...

Changes the function to return an absolute path. Without this, EngineConfig.Validate() will return an error on Windows when using the default values.