You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
This PR addresses the issue of our previous approach to only publish the
latest version of devbox with `:latest` tag in dockerhub. It achieves 2
things:
1. fixes the previously broken github action to release a docker image
after every tag creation.
2. updates the dockerfile so that devbox binary doesn't automatically
upgrade to latest version upon first use. This allows docker pulls have
fixed versions.
## How was it tested?
Already tested on releasing 0.10.7 version to dockerhub as test.
- `docker pull jetpackio/devbox:0.10.7`
- `docker run jetpackio/devbox:0.10.7`
- confirm output shows devbox version 0.10.7 and doesn't upgrade to
latest version.
- same for devbox-root-user
0 commit comments