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
- Host: GitHub
- URL: https://github.com/eikendev/basechange
- Owner: eikendev
- License: isc
- Created: 2021-11-14T00:15:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-22T16:00:40.000Z (3 months ago)
- Last Synced: 2025-02-22T17:18:37.407Z (3 months ago)
- Topics: docker-automated-build, docker-build
- Language: Go
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
## 🚀 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
```