{"id":16111381,"url":"https://github.com/vergissberlin/centos-development","last_synced_at":"2025-07-29T15:35:00.567Z","repository":{"id":70688856,"uuid":"98328433","full_name":"vergissberlin/centos-development","owner":"vergissberlin","description":"Docker centos image to use for development, testing and deployment.","archived":false,"fork":false,"pushed_at":"2020-06-23T09:31:33.000Z","size":7,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-20T07:05:26.329Z","etag":null,"topics":["centos","deployment","development","docker","testing"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/vergissberlin/centos-development/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vergissberlin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-25T16:37:30.000Z","updated_at":"2020-06-23T09:31:24.000Z","dependencies_parsed_at":"2023-04-07T03:35:27.717Z","dependency_job_id":null,"html_url":"https://github.com/vergissberlin/centos-development","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vergissberlin/centos-development","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vergissberlin%2Fcentos-development","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vergissberlin%2Fcentos-development/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vergissberlin%2Fcentos-development/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vergissberlin%2Fcentos-development/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vergissberlin","download_url":"https://codeload.github.com/vergissberlin/centos-development/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vergissberlin%2Fcentos-development/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267709596,"owners_count":24131921,"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-07-29T02:00:12.549Z","response_time":2574,"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","deployment","development","docker","testing"],"created_at":"2024-10-09T19:42:13.882Z","updated_at":"2025-07-29T15:35:00.527Z","avatar_url":"https://github.com/vergissberlin.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# centos-development\n\n\u003e Docker centos image to use for development, testing and deployment.\n\n| Docker base image | Docker image            | Tag               | Size   | Pulls  | Build  | Status |\n| ----------------- | ----------------------- | ----------------- | ------ | ------ | ------ | ------ |\n| [centos][1]       | [centos-development][2] | [latest][3]       | ![][4] | ![][5] | ![][6] | ![][7] |\n\n[1]: https://hub.docker.com/_/centos/\n[2]: https://hub.docker.com/r/vergissberlin/centos-development/\n[3]: https://hub.docker.com/r/vergissberlin/centos-development/tags/\n[4]: https://images.microbadger.com/badges/image/vergissberlin/centos-development.svg\n[5]: https://img.shields.io/docker/pulls/vergissberlin/centos-development.svg?style=flat-square\n[6]: https://img.shields.io/docker/automated/vergissberlin/centos-development.svg?style=flat-square\n[7]: https://img.shields.io/docker/build/vergissberlin/centos-development.svg?style=flat-square\n\n## Promise\n\n\u003e You will **always get the latest** build from the base image with additional installed packages.\n\u003e An [concourse ci](http://concourse.ci) instance is watching on changes. It starts to rebuild the image and push it to the registry immediately.\n\n\n## Installed packages\n\n| Package       | Description                                                                                                |\n| ------------- | ---------------------------------------------------------------------------------------------------------- |\n| bash          | Bash is a Unix shell and command language as a free software replacement for the Bourne shell.             |\n| bats          | Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected. |\n| curl          | cURL is a computer software project providing a library and command-line tool for transferring data using various protocols. |\n| figlet        | FIGlet generates text banners, in a variety of typefaces, composed of letters made up of conglomerations of smaller ASCII characters (see ASCII art). |\n| findutils     | Find Utilities are the basic directory searching utilities of the GNU operating system.                    |\n| git           | Git is a version control system (VCS) for tracking changes in computer files and coordinating work on those files among multiple people. |\n| make          | Make is a build automation tool that automatically builds executable programs and libraries from source code. |\n| mc            | GNU Midnight Commander (also known as mc) is a free cross-platform orthodox file manager.                  |\n| siege         | Siege is an open source regression test and benchmark utility. It can stress test a single URL with a user defined number of simulated users, or it can read many URLs into memory and stress them simultaneously. |\n| wget          | GNU Wget is a computer program that retrieves content from web servers.                                    |\n| vim           | Vim is a clone of Bill Joy's vi text editor program for Unix.                                              |\n\n\n## Usage\n\n        docker run -it vergissberlin/centos-development:latest bash\n\n### Docker registry\n\nhttps://hub.docker.com/r/vergissberlin/centos-development/\n\n\n## Similar images\n\n| Name                  | Git       | Docker       |\n| --------------------- | --------- | ------------ |\n| alpine-development    | [git][10] | [docker][15] |\n| debian-development    | [git][30] | [docker][35] |\n| fedora-development    | [git][40] | [docker][45] |\n| opensuse-development  | [git][50] | [docker][55] |\n| ubuntu-development    | [git][60] | [docker][65] |\n\n[10]: https://github.com/vergissberlin/alpine-development\n[15]: https://hub.docker.com/r/vergissberlin/alpine-development/\n[30]: https://github.com/vergissberlin/debian-development\n[35]: https://hub.docker.com/r/vergissberlin/debian-development/\n[40]: https://github.com/vergissberlin/fedora-development\n[45]: https://hub.docker.com/r/vergissberlin/fedora-development/\n[50]: https://github.com/vergissberlin/opensuse-development\n[55]: https://hub.docker.com/r/vergissberlin/opensuse-development/\n[60]: https://github.com/vergissberlin/ubuntu-development\n[65]: https://hub.docker.com/r/vergissberlin/ubuntu-development/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvergissberlin%2Fcentos-development","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvergissberlin%2Fcentos-development","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvergissberlin%2Fcentos-development/lists"}