{"id":16111275,"url":"https://github.com/vergissberlin/alpine-development","last_synced_at":"2025-04-06T06:28:16.191Z","repository":{"id":70688833,"uuid":"98385463","full_name":"vergissberlin/alpine-development","owner":"vergissberlin","description":"Docker alpine image to use for development, testing and deployment.","archived":false,"fork":false,"pushed_at":"2023-12-15T14:30:53.000Z","size":14,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T09:49:04.827Z","etag":null,"topics":["alpine","deep-learning","deployment","docker","docker-image","testing"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/vergissberlin/alpine-development/","language":null,"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-26T06:03:59.000Z","updated_at":"2021-01-14T20:25:00.000Z","dependencies_parsed_at":"2024-10-31T22:40:31.217Z","dependency_job_id":"75f4449a-1af5-4742-be41-a08de16dd5e5","html_url":"https://github.com/vergissberlin/alpine-development","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vergissberlin%2Falpine-development","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vergissberlin%2Falpine-development/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vergissberlin%2Falpine-development/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vergissberlin%2Falpine-development/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vergissberlin","download_url":"https://codeload.github.com/vergissberlin/alpine-development/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247445091,"owners_count":20939938,"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":["alpine","deep-learning","deployment","docker","docker-image","testing"],"created_at":"2024-10-09T19:41:16.341Z","updated_at":"2025-04-06T06:28:16.173Z","avatar_url":"https://github.com/vergissberlin.png","language":null,"readme":"# alpine-development\n\n\u003e Docker alpine image to use for development, testing and deployment.\n\n\n| Docker base image | Docker image            | Tag            | Size   | Pulls  | Status | Build  |\n| ----------------- | ----------------------- | -------------- | ------ | ------ | ------ | ------ |\n| [alpine][1]       | [alpine-development][2] | [latest][3]    | ![][4] | ![][6] | ![][7] | ![][8] |\n| [alpine][1]       | [alpine-development][2] | [edge][3]      | ![][5] |        |        |        |\n\n[1]: https://hub.docker.com/_/alpine/\n[2]: https://hub.docker.com/r/vergissberlin/alpine-development/\n[3]: https://hub.docker.com/r/vergissberlin/alpine-development/tags/\n[4]: https://images.microbadger.com/badges/image/vergissberlin/alpine-development.svg\n[5]: https://images.microbadger.com/badges/image/vergissberlin/alpine-development:edge.svg\n[6]: https://img.shields.io/docker/pulls/vergissberlin/alpine-development.svg?style=flat-square\n[7]: https://img.shields.io/docker/build/vergissberlin/alpine-development.svg?style=flat-square\n[8]: https://img.shields.io/docker/automated/vergissberlin/alpine-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| 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/alpine-development:latest bash\n        docker run -it vergissberlin/alpine-development:edge bash\n\n## Docker registry\n\nhttps://hub.docker.com/r/vergissberlin/alpine-development/\n\n\n## Similar images\n\n| Name                  | Git       | Docker       |\n| --------------------- | --------- | ------------ |\n| centos-development    | [git][20] | [docker][25] |\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[20]: https://github.com/vergissberlin/centos-development\n[25]: https://hub.docker.com/r/vergissberlin/centos-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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvergissberlin%2Falpine-development","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvergissberlin%2Falpine-development","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvergissberlin%2Falpine-development/lists"}