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
- Host: GitHub
- URL: https://github.com/fgrehm/docker-replay
- Owner: fgrehm
- License: mit
- Created: 2015-05-28T00:03:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T00:04:32.000Z (about 11 years ago)
- Last Synced: 2025-03-30T06:11:21.182Z (about 1 year ago)
- Language: Shell
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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..._