containers / containers/toolbox
always offer to pull latest image when creating a toolbox
Open
1. Feature request
2. Container Configuration
- Dominant language
- Go
- Stars
- 3.5k
- Forks
- 262
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 1
Description
**Is your feature request related to a problem? Please describe.**
We frequently see bug reports caused by people having an old toolbox image cached locally.
**Describe the solution you'd like**
`toolbox create` should offer to pull down the latest image being requested.
For extra points it could check if a newer image exists first.
**Additional context**
I am imagining something like this:
```
$ toolbox create
A newer fedora-toolbox:34 image is available, do you want to download it? [Y/n]
```
I think this is the least surprising behavior (though personally I would always want to pull the latest image).
Contributor guide
Assessment
This issue has not been assessed yet.