docker-lock-bot
GitHub App
docker-lock-bot
GitHub App
Dependabot for Dockerfiles and docker-compose files.
docker-lock-bot automates docker-lock to manage image digests by tracking them in a separate Lockile (think package-lock.json or Pipfile.lock).
Example Workflow:
- (1) Add
docker-lock-botto a repo. - (2)
docker-lock-botlooks for Dockerfiles and docker-compose files in the repo. - (3)
docker-lock-botusesdocker-lockto generate a Lockfile,docker-lock.json, with all of the base image digests. - (4)
docker-lock-botmakes a pull request to the default branch (usuallymaster) with the Lockfile. - (5) Whenever a new base image is published,
docker-lock-botupdates the Lockfile and makes a pull request.
With docker-lock-bot, if base images change or Dockerfiles/docker-compose files change, the Lockfile will always be up-to-date, automatically.
For more in depth examples with screenshots, view the docker-lock-botREADME.
Developer
docker-lock-bot is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.
Report abuse