Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vergissberlin/fedora-development
Docker fedora image to use for development, testing and deployment.
https://github.com/vergissberlin/fedora-development
deployment development docker-image fedora testing
Last synced: 6 days ago
JSON representation
Docker fedora image to use for development, testing and deployment.
- Host: GitHub
- URL: https://github.com/vergissberlin/fedora-development
- Owner: vergissberlin
- License: mit
- Created: 2017-07-25T15:21:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T15:00:29.000Z (11 months ago)
- Last Synced: 2024-10-10T19:41:17.218Z (27 days ago)
- Topics: deployment, development, docker-image, fedora, testing
- Language: Vim script
- Homepage: https://hub.docker.com/r/vergissberlin/fedora-development/
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fedora-development
> Docker fedora image to use for development, testing and deployment.
| Docker base image | Docker image | Tag | Size | Pulls | Build | Status |
| ----------------- | ----------------------- | -------------- | ------ | ------ | ------ | ------ |
| [fedora][1] | [fedora-development][2] | [latest][3] | ![][4] | ![][5] | ![][6] | ![][7] |[1]: https://hub.docker.com/_/fedora/
[2]: https://hub.docker.com/r/vergissberlin/fedora-development/
[3]: https://hub.docker.com/r/vergissberlin/fedora-development/tags/
[4]: https://images.microbadger.com/badges/image/vergissberlin/fedora-development.svg
[5]: https://img.shields.io/docker/pulls/vergissberlin/fedora-development.svg?style=flat-square
[6]: https://img.shields.io/docker/automated/vergissberlin/fedora-development.svg?style=flat-square
[7]: https://img.shields.io/docker/build/vergissberlin/fedora-development.svg?style=flat-square## Promise
> You will **always get the latest** build from the base image with additional installed packages.
> An [concourse ci](http://concourse.ci) instance is watching on changes. It starts to rebuild the image and push it to the registry immediately.## Installed packages
| Package | Description |
| ------------- | ---------------------------------------------------------------------------------------------------------- |
| bash | Bash is a Unix shell and command language as a free software replacement for the Bourne shell. |
| 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. |
| curl | cURL is a computer software project providing a library and command-line tool for transferring data using various protocols. |
| figlet | FIGlet generates text banners, in a variety of typefaces, composed of letters made up of conglomerations of smaller ASCII characters (see ASCII art). |
| findutils | Find Utilities are the basic directory searching utilities of the GNU operating system. |
| git | Git is a version control system (VCS) for tracking changes in computer files and coordinating work on those files among multiple people. |
| make | Make is a build automation tool that automatically builds executable programs and libraries from source code. |
| mc | GNU Midnight Commander (also known as mc) is a free cross-platform orthodox file manager. |
| powerline | Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile. |
| powerline-fonts | Patched fonts for Powerline users. |
| powerline-gitstatus | A Powerline segment for showing the status of a Git working copy. |
| 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. |
| tmux | tmux is a terminal multiplexer. It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal. |
| tmux-powerline | Statusbar configuration for tmux that looks like vim-powerline and consist of dynamic segments. |
| wget | GNU Wget is a computer program that retrieves content from web servers. |
| vim | Vim is a clone of Bill Joy's vi text editor program for Unix. |## Usage
docker run -it vergissberlin/fedora-development:latest bash
### Docker registry
https://hub.docker.com/r/vergissberlin/fedora-development/
## Similar images
| Name | Git | Docker |
| --------------------- | --------- | ------------ |
| alpine-development | [git][10] | [docker][15] |
| centos-development | [git][20] | [docker][25] |
| debian-development | [git][30] | [docker][35] |
| opensuse-development | [git][50] | [docker][55] |
| ubuntu-development | [git][60] | [docker][65] |[10]: https://github.com/vergissberlin/alpine-development
[15]: https://hub.docker.com/r/vergissberlin/alpine-development/
[20]: https://github.com/vergissberlin/centos-development
[25]: https://hub.docker.com/r/vergissberlin/centos-development/
[30]: https://github.com/vergissberlin/debian-development
[35]: https://hub.docker.com/r/vergissberlin/debian-development/
[50]: https://github.com/vergissberlin/opensuse-development
[55]: https://hub.docker.com/r/vergissberlin/opensuse-development/
[60]: https://github.com/vergissberlin/ubuntu-development
[65]: https://hub.docker.com/r/vergissberlin/ubuntu-development/