{"id":18293103,"url":"https://github.com/kubesphere/s2i-base-container","last_synced_at":"2025-04-09T08:13:54.687Z","repository":{"id":49903795,"uuid":"173275790","full_name":"kubesphere/s2i-base-container","owner":"kubesphere","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-13T07:11:15.000Z","size":46,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-04-13T21:43:05.251Z","etag":null,"topics":["devops"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kubesphere.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-01T09:40:47.000Z","updated_at":"2022-03-22T09:10:03.000Z","dependencies_parsed_at":"2023-02-09T15:01:33.207Z","dependency_job_id":null,"html_url":"https://github.com/kubesphere/s2i-base-container","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubesphere%2Fs2i-base-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubesphere%2Fs2i-base-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubesphere%2Fs2i-base-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubesphere%2Fs2i-base-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubesphere","download_url":"https://codeload.github.com/kubesphere/s2i-base-container/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247536719,"owners_count":20954812,"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","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":["devops"],"created_at":"2024-11-05T14:22:04.330Z","updated_at":"2025-04-09T08:13:54.671Z","avatar_url":"https://github.com/kubesphere.png","language":"Shell","readme":"kubesphere base images\n========================================\n\n[![Build and push images to Quay.io registry](https://github.com/kubesphere/s2i-base-container/actions/workflows/build-and-push.yml/badge.svg)](https://github.com/kubesphere/s2i-base-container/actions/workflows/build-and-push.yml)\n\nImages available on Quay are:\n* CentOS 7 [s2i-core](https://quay.io/repository/centos7/s2i-core-centos7)\n* CentOS 7 [s2i-base](https://quay.io/repository/centos7/s2i-base-centos7)\n* CentOS Stream 8 [s2i-core](https://quay.io/repository/kubesphere/s2i-core-c8s)\n* CentOS Stream 8 [s2i-base](https://quay.io/repository/kubesphere/s2i-base-c8s)\n* CentOS Stream 9 [s2i-core](https://quay.io/repository/kubesphere/s2i-core-c9s)\n* CentOS Stream 9 [s2i-base](https://quay.io/repository/kubesphere/s2i-base-c9s)\n* Fedora [s2i-core](https://quay.io/repository/fedora/s2i-core)\n* Fedora [s2i-base](https://quay.io/repository/fedora/s2i-base)\n\nThis repository contains Dockerfiles which serve as base images for various kubesphere images.\n\nVersions\n---------------------------------\ns2i image versions currently provided are:\n* [core](core/README.md) - rhel7 base + s2i settings\n* [base](base/README.md) - s2i-core + development libraries + npm\n\nRHEL versions currently supported are:\n* RHEL7\n* RHEL8\n* RHEL9\n\nCentOS versions currently supported are:\n* CentOS7\n* CentOS Stream 8\n* CentOS Stream 9\n\nFor more information about contributing, see\n[the Contribution Guidelines](https://github.com/kubesphere/welcome/blob/master/contribution.md).\nFor more information about concepts used in these container images, see the\n[Landing page](https://github.com/kubesphere/welcome).\n\n\nInstallation\n---------------\nTo build a S2I base image, choose either the CentOS or RHEL based image:\n*  **RHEL based image**\n\n    This image is available in Red Hat Container Registry. To download it run:\n\n    ```\n    $ docker pull kubespheredev/s2i-base-rhel7\n    ```\n\n    Or\n\n    ```\n    $ docker pull kubespheredev/s2i-core-rhel7\n    ```\n\n    To build a RHEL based S2I base image, you need to run the build on a properly\n    subscribed RHEL machine.\n\n    ```\n    $ git clone --recursive https://github.com/kubesphere/s2i-base-container.git\n    $ cd s2i-base-container\n    $ git submodule update --init\n    $ make build TARGET=rhel7 VERSIONS=base\n    ```\n\n*  **CentOS based image**\n\n    This image is available on DockerHub. To download it run:\n\n    ```\n    $ docker pull kubespheredev/s2i-base-centos7\n    ```\n\n    Or\n\n    ```\n    $ docker pull kubespheredev/s2i-core-centos7\n    ```\n\n    To build a S2I base image from scratch run:\n\n    ```\n    $ git clone --recursive https://github.com/kubesphere/s2i-base-container.git\n    $ cd s2i-base-container\n    $ git submodule update --init\n    $ make build TARGET=centos7 VERSIONS=base\n    ```\n\nNote: while the installation steps are calling `docker`, you can replace any such calls by `docker` with the same arguments.\n\n**Notice: By omitting the `VERSIONS` parameter, the build/test action will be performed\non all provided versions of S2I base image.**\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubesphere%2Fs2i-base-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubesphere%2Fs2i-base-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubesphere%2Fs2i-base-container/lists"}