container-common-scripts
container-common-scripts copied to clipboard
- [x] httpd-container https://github.com/sclorg/httpd-container/pull/205 - [x] nginx-container - [x] s2i-php-container https://github.com/sclorg/s2i-php-container/pull/441 - [x] varnish-container https://github.com/sclorg/varnish-container/pull/140 - [x] mariadb-container https://github.com/sclorg/mariadb-container/pull/232 - [x] postgresql-container https://github.com/sclorg/postgresql-container/pull/549 - [ ] s2i-nodejs-container https://github.com/sclorg/s2i-nodejs-container/pull/427 - [...
Source: https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/ We will leave Dockerfiles as they are, just will add .exclude-files and remove c8s from our GitHub Actions. - [ ] httpd-container - [ ] nginx-container - [...
- It would be nice, if the tests are run automatically under its PRs. I am not sure yet, how hard would be to implement this. - The default commit...
### Container platform OCP 4 ### Version _No response_ ### OS version of the container image _No response_ ### Bugzilla, Jira _No response_ ### Description OpenShift 4 tests are failing...
PR: https://github.com/sclorg/container-common-scripts/pull/356 This PR was intended as hotfix. Some analysis needs to happen to find out if we can use this fix permanently or need to propose additional changes.
As suggested in https://github.com/sclorg/httpd-container/pull/94, there could be a generic `ct_run_cmd` function similar to what https://github.com/sclorg/httpd-container/ and some other images use -- such a function might check the output and exit...
It would be nice to have a database library, like `test-database.sh` which could have functions, which are used by `mysql-container`, `mariadb-container`, and `postgresql-container`. See files: - https://github.com/sclorg/mariadb-container/blob/master/test/test-lib-mysql.sh - https://github.com/sclorg/mysql-container/blob/master/test/test-lib-mysql.sh -...
It's supposed to be used as simple as this: ``` ct_os_show_all_image_stream_tags imagestreams/*json Tags in the image stream imagestreams/postgresql-centos.json: - latest -> 12-el8 - 13-el7 -> quay.io/centos7/postgresql-13-centos7:latest - 12-el8 -> docker.io/centos/postgresql-12-centos8:latest...
We miss tests for OpenShift. It needs to be enhanced at least for one image.
It would be nice to be able to selectively pick particular VERSIONs for remote images, e.g. And later even the test-cases.