Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xsc/docker-s2i
Docker image with CLI tools for docker, git and s2i
https://github.com/xsc/docker-s2i
Last synced: 27 days ago
JSON representation
Docker image with CLI tools for docker, git and s2i
- Host: GitHub
- URL: https://github.com/xsc/docker-s2i
- Owner: xsc
- Created: 2019-03-06T10:35:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T10:42:08.000Z (over 5 years ago)
- Last Synced: 2024-04-13T20:09:31.868Z (7 months ago)
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-s2i
This image is intended to be used in CI pipelines that want to leverage
[source-to-image][s2i] to remove the need for a dedicated `Dockerfile`.
It provides the following tools:- [`docker`][docker]
- [`git`][git]
- [`s2i`][s2i][docker]: https://www.docker.com/
[git]: https://git-scm.com/
[s2i]: https://github.com/openshift/source-to-imageBuild the image and push it to the registry of your choice.