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

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.

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/