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

https://github.com/fgrehm/docker-replay

Proof of concept for rebuilding Docker images built with ONBUILD instructions
https://github.com/fgrehm/docker-replay

Last synced: 11 months ago
JSON representation

Proof of concept for rebuilding Docker images built with ONBUILD instructions

Awesome Lists containing this project

README

          

# docker-replay

`docker-replay` is a proof of concept for rebuilding [Docker](https://www.docker.com/)
images built with [`ONBUILD` instructions](https://docs.docker.com/reference/builder/#onbuild)
on top of a previously built image.

_More information soon..._