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

https://github.com/eikendev/basechange

Update your Docker image when the base image changed
https://github.com/eikendev/basechange

docker-automated-build docker-build

Last synced: 3 months ago
JSON representation

Update your Docker image when the base image changed

Awesome Lists containing this project

README

        


basechange



Maintain up-to-date Docker images for your users without much effort.


basechange lets you update your Docker image when the base image changed.



Build status 
License 

## 🚀 Installation

The **preferred way** is to download the binary from the [latest release](https://github.com/eikendev/basechange/releases).

Alternatively, you can build it yourself:
```bash
go install github.com/eikendev/basechange/cmd/...@latest
```