Commit 858db52
authored
feat(dockerfile): add a label to the dockerfile (#130)
Because this image is often used in build environments, it's useful to be able to exclude it from things like `docker system prune` by using the `--filter` flag which works on labels. This way, your build system always has the go-dev image available but you still prune old images no longer being used.1 parent 7ae5071 commit 858db52
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments