{"id":50853622,"url":"https://github.com/foundata/oci-opensuseleap160-itt","last_synced_at":"2026-06-14T16:38:27.484Z","repository":{"id":361261252,"uuid":"1127456918","full_name":"foundata/oci-opensuseleap160-itt","owner":"foundata","description":"OCI container image config: openSUSE Leap 16.0, Integration Test Target (ITT)","archived":false,"fork":false,"pushed_at":"2026-03-01T20:04:19.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T21:28:14.654Z","etag":null,"topics":["continuous-integration","oci-image","opensuse","opensuse-leap","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":"2026-01-03T23:24:13.000Z","updated_at":"2026-03-01T20:04:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/foundata/oci-opensuseleap160-itt","commit_stats":null,"previous_names":["foundata/oci-opensuseleap160-itt"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/foundata/oci-opensuseleap160-itt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foundata%2Foci-opensuseleap160-itt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foundata%2Foci-opensuseleap160-itt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foundata%2Foci-opensuseleap160-itt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foundata%2Foci-opensuseleap160-itt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foundata","download_url":"https://codeload.github.com/foundata/oci-opensuseleap160-itt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foundata%2Foci-opensuseleap160-itt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34328115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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":["continuous-integration","oci-image","opensuse","opensuse-leap","podman","podman-image","podman-systemd"],"created_at":"2026-06-14T16:38:25.514Z","updated_at":"2026-06-14T16:38:27.476Z","avatar_url":"https://github.com/foundata.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OCI Image: openSUSE Leap 16.0, Integration Test Target (ITT)\n\n[openSUSE Leap 16.0](https://doc.opensuse.org/release-notes/x86_64/openSUSE/Leap/16.0/) (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- [Non-goals / Limitations](#limitations)\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\nImages are typically rebuilt approximately every four weeks to include updates and security patches.\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-opensuseleap160-itt` git repository](https://github.com/foundata/oci-opensuseleap160-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 opensuseleap160-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/opensuseleap160-itt):\n     ```bash\n     podman pull quay.io/foundata/opensuseleap160-itt:latest\n     ```\n3. Run a container from the image:\n   ```bash\n   podman run --detach opensuseleap160-itt:latest\n   ```\n   Note: **On SELinux-enabled systems**, systemd attempts to write to the cgroup filesystem, which might be 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## Non-goals / Limitations\u003ca id=\"limitations\"\u003e\u003c/a\u003e\n\nThis image is intentionally scoped for integration testing and development scenarios. It prioritizes compatibility and functionality over security and performance and is for **usage in isolated environments only**.\n\nSpecifically, it does **not** provide:\n\n- Guaranteed compatibility with container runtimes other than [Podman](https://podman.io/). We do *not* support [Docker](https://www.docker.com/) (but it might work).\n- A production-hardened or security-optimized environment (e.g. CIS hardening, minimal attack surface).\n- Support for long-running, multi-tenant, or internet-facing workloads.\n- Optimizations for image size, fast startup time, or minimal resource usage.\n- High availability, clustering, or orchestration features (e.g. Kubernetes tuning).\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) 2026 [foundata GmbH](https://foundata.com/) (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-opensuseleap160-itt)](https://api.reuse.software/info/github.com/foundata/oci-opensuseleap160-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://en.opensuse.org/openSUSE:License\n- https://en.opensuse.org/Category:Policies_and_guidelines\n\n\n\n## Author information\u003ca id=\"author-information\"\u003e\u003c/a\u003e\n\nThis [project](https://foundata.com/en/projects/) was created and is maintained by [foundata](https://foundata.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoundata%2Foci-opensuseleap160-itt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoundata%2Foci-opensuseleap160-itt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoundata%2Foci-opensuseleap160-itt/lists"}