Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-image

Build the image and push it to the registry of your choice.