https://github.com/ivarref/docker-update-tag
Add or update your Dockerfile tags with style.
https://github.com/ivarref/docker-update-tag
Last synced: 5 months ago
JSON representation
Add or update your Dockerfile tags with style.
- Host: GitHub
- URL: https://github.com/ivarref/docker-update-tag
- Owner: ivarref
- Created: 2024-05-07T09:56:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T17:39:01.000Z (over 1 year ago)
- Last Synced: 2025-03-11T23:37:16.621Z (10 months ago)
- Language: Clojure
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-update-tag
Add or update your Dockerfile tags _with style_.

## Usage
`docker-update-tag scan DIR` - Scan `DIR` for docker image names. The current directory's Dockerfile is always included
and thus `docker-update-tag scan .` is not needed.
`docker-update-tag` - Add or update a docker image tag.
## Installing
0. Install Babashka: https://github.com/babashka/babashka
1. Install fzf: https://github.com/junegunn/fzf
2. Install bbin: https://github.com/babashka/bbin
3. Install docker-update-tag with bbin:
```
bbin install com.github.ivarref/docker-update-tag --latest-sha
```
## Thanks!
Without [@teodorlu][teodorlu], [@borkdude][borkdude] and [@rads][rads], `docker-update-tag` wouldn't exist. Thank you!
[teodorlu]: https://github.com/teodorlu/
[borkdude]: https://github.com/borkdude/
[rads]: https://github.com/rads/