{"id":26571735,"url":"https://github.com/foundata/oci-centosstream9-itt","last_synced_at":"2025-10-07T21:02:06.281Z","repository":{"id":282645337,"uuid":"949129520","full_name":"foundata/oci-centosstream9-itt","owner":"foundata","description":"OCI container image config: CentOS Stream 9, Integration Test Target (ITT)","archived":false,"fork":false,"pushed_at":"2025-09-28T07:05:24.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-28T09:08:43.345Z","etag":null,"topics":["centos","centos-stream","continuous-integration","docker-image","oci-image","podman","podman-image","podman-systemd"],"latest_commit_sha":null,"homepage":"https://foundata.com/en/projects/oci-images/#itt","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/foundata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSES/GPL-3.0-or-later.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-15T18:38:43.000Z","updated_at":"2025-09-28T07:06:03.000Z","dependencies_parsed_at":"2025-09-28T17:05:17.693Z","dependency_job_id":null,"html_url":"https://github.com/foundata/oci-centosstream9-itt","commit_stats":null,"previous_names":["foundata/oci-centosstream9-itt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/foundata/oci-centosstream9-itt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foundata%2Foci-centosstream9-itt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foundata%2Foci-centosstream9-itt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foundata%2Foci-centosstream9-itt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foundata%2Foci-centosstream9-itt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foundata","download_url":"https://codeload.github.com/foundata/oci-centosstream9-itt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foundata%2Foci-centosstream9-itt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278846344,"owners_count":26056090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["centos","centos-stream","continuous-integration","docker-image","oci-image","podman","podman-image","podman-systemd"],"created_at":"2025-03-22T23:15:49.939Z","updated_at":"2025-10-07T21:02:06.271Z","avatar_url":"https://github.com/foundata.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OCI Image: CentOS Stream 9, Integration Test Target (ITT)\n\n[CentOS Stream 9](https://www.centos.org/stream9/) (Linux) for integration testing.\n\nMain features of the [OCI](https://opencontainers.org/) image:\n\n* Fully functional [`systemd`](https://systemd.io/) (not a shim)\n* Unprivileged execution support\n\nThe image aims to replicate a \"VM-like\" operating system environment while maintaining container portability, making it ideal for:\n\n* DevOps validation (like testing Ansible collections, roles, and playbooks)\n* CI pipeline testing for quick smoke tests (e.g. before running full VM integration test)\n* Development environments requiring systemd\n* Testing system services and daemons\n\n\n\n## Table of contents\u003ca id=\"toc\"\u003e\u003c/a\u003e\n\n- [Tags](#tags)\n- [How to build](#build)\n- [How to use](#usage)\n- [Notes](#notes)\n- [Licensing, copyright](#licensing-copyright)\n  - [Container configuration, repository](#licensing-copyright-project)\n  - [Container image](#licensing-copyright-image)\n- [Author information](#author-information)\n\n\n\n## Tags\u003ca id=\"tags\"\u003e\u003c/a\u003e\n\n- `latest`: Latest release of this image.\n\n\n\n## How to build\u003ca id=\"build\"\u003e\u003c/a\u003e\n\nTo build the image locally, do the following:\n\n1. [Install Podman](https://podman.io/docs/installation).\n2. Clone or pull the latest changes from the [`foundata/oci-centosstream9-itt` git repository](https://github.com/foundata/oci-centosstream9-itt).\n3. Change into the directory and execute the [build command](https://docs.podman.io/en/latest/markdown/podman-build.1.html):\n   ```bash\n   podman build -t centosstream9-itt .\n   ```\n\n\n\n## How to use\u003ca id=\"usage\"\u003e\u003c/a\u003e\n\n1. [Install Podman](https://podman.io/docs/installation).\n2. Use the image you built earlier or pull the image from a registry:\n   - [Quay](https://quay.io/repository/foundata/centosstream9-itt):\n     ```bash\n     podman pull quay.io/foundata/centosstream9-itt:latest\n     ```\n   - [Docker Hub](https://hub.docker.com/r/foundata/centosstream9-itt):\n     ```bash\n     podman pull docker.io/foundata/centosstream9-itt:latest\n     ```\n3. Run a container from the image:\n   ```bash\n   podman run --detach --systemd=always centosstream9-itt:latest \"/usr/sbin/init\"\n   ```\n   Note: **On SELinux-enabled systems**, systemd attempts to write to the cgroup filesystem, which is typically denied by default security policies. To allow this operation, you must **enable the `container_manage_cgroup` boolean** on the host system: `sudo setsebool -P container_manage_cgroup 1`\n4. You can now work with the container, e.g. open a Bash terminal:\n   ```bash\n   podman ps\n   podman exec -it \"\u003ccontainer-id-or-name\u003e\" \"/bin/bash\"\n   ```\n   Look around and check if `systemd` is really working:\n   ```bash\n   cat /etc/os-release\n   systemctl status\n   ```\n\n\n\n## Notes\u003ca id=\"notes\"\u003e\u003c/a\u003e\n\nThis image is built and tested with [Podman](https://podman.io/) only.\n\nWe currently do *not* support [Docker](https://www.docker.com/) (but it might work with `sudo` and `--privileged --volume=/sys/fs/cgroup/systemd:/sys/fs/cgroup/systemd:rw --cgroupns=host --env container=docker` instead of `--systemd=always`).\n\n\u003e **Important**: This image is not hardened or optimized for production use. It prioritizes compatibility and functionality over security and performance and is for usage in isolated environments only.\n\n\n\n## Licensing, copyright\u003ca id=\"licensing-copyright\"\u003e\u003c/a\u003e\n\n### Container configuration, repository\u003ca id=\"licensing-copyright-project\"\u003e\u003c/a\u003e\n\n\u003c!--REUSE-IgnoreStart--\u003e\nCopyright (c) 2025 foundata GmbH (https://foundata.com)\n\nThis project is licensed under the GNU General Public License v3.0 or later (SPDX-License-Identifier: `GPL-3.0-or-later`), see [`LICENSES/GPL-3.0-or-later.txt`](LICENSES/GPL-3.0-or-later.txt) for the full text.\n\nThe [`REUSE.toml`](REUSE.toml) file provides detailed licensing and copyright information in a human- and machine-readable format. This includes parts that may be subject to different licensing or usage terms, such as third-party components. The repository conforms to the [REUSE specification](https://reuse.software/spec/). You can use [`reuse spdx`](https://reuse.readthedocs.io/en/latest/readme.html#cli) to create a [SPDX software bill of materials (SBOM)](https://en.wikipedia.org/wiki/Software_Package_Data_Exchange).\n\u003c!--REUSE-IgnoreEnd--\u003e\n\n[![REUSE status](https://api.reuse.software/badge/github.com/foundata/oci-centosstream9-itt)](https://api.reuse.software/info/github.com/foundata/oci-centosstream9-itt)\n\n\n\n### Container image\u003ca id=\"licensing-copyright-image\"\u003e\u003c/a\u003e\n\nThe pre-built image itself bundles various software components along with direct and indirect dependencies, which are subject to their respective licenses. When using the pre-built image, **you are responsible for ensuring that your usage complies with all relevant licenses** for the software contained within the image.\n\nFor further licensing information about the software contained in this image, please refer to the following resources:\n\n* https://www.centos.org/legal/licensing-policy/\n\n\n\n## Author information\u003ca id=\"author-information\"\u003e\u003c/a\u003e\n\nThis project was created and is maintained by foundata GmbH (https://foundata.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoundata%2Foci-centosstream9-itt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoundata%2Foci-centosstream9-itt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoundata%2Foci-centosstream9-itt/lists"}