Honza Horak
Honza Horak
When we share container sources over FTP, permissions don't need to be kept. Then it can happen that image will be build but not working, because scripts in `/usr/bin` need...
We need to maintain the feature of being able to run the container as any user ID, so we cannot just leave the user to have read permissions for the...
Test certificates age, so we are sure the certificates were just generated during assemble script
**WARNING**: This PR requires https://github.com/sclorg/container-common-scripts/pull/245 to be merged first.
We should describe: * what we want to test * where we test * how we do it
The image should be generally flexible, which means it should be easy to extend the functionality of the image by end users. A common thing that the end users need...
Most of the folks seem to go to the page to check the Packaging guide. More recent version of the packaging guide is actually available without need of authentication at...
Not all SCLs are x86_64, for example, devtoolset v6 and v7 are already available as aarch64 and ppc64le. However, scl.org hard-codes x86_64 on some cases. We should be able to...
Some SCLs have a nice content on https://developers.redhat.com/products/softwarecollections/overview/, so we should point to that portal in description for particular collections.
In https://www.softwarecollections.org/en/scls/ it seems like the supported SCLs are not used at all, but the reason is that packages live on mirror, so I'd rather not show the downloads number...
In the Dockerfile, there are these three lines: ``` COPY ./contrib/ /opt/app-root ADD contrib/bin/container-entrypoint /usr/bin/container-entrypoint ADD contrib/bin/usage /usr/local/bin/usage ``` It means usage and container-entrypoint scripts will be twice in the...