wilfred-dev / wilfred

🐿️ A CLI for managing game servers using Docker.
https://wilfredproject.org
MIT License
35 stars 2 forks source link

Handle API version change on image refresh #9

Closed vilhelmprytz closed 4 years ago

vilhelmprytz commented 4 years ago

Environment

Steps to Reproduce

Change image API version and try to perform image refresh.

Expected Behavior

Skip image parsing and refresh images before parsing.

Observed Behavior

Wilfred tries to parse the images before refreshing resulting in the application exiting before the refresh process initiates.