-
Notifications
You must be signed in to change notification settings - Fork 8
[DOC-604] Download always latest oasisctl tag in Dockerfile #288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Deploy Preview Available Via |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still requires that we rebuild (and publish?) the image. The oasisctl generator should instead fetch the latest release and download the files so that we always get the latest oasisctl in the scheduled workflow without rebuilding the image.
Oasisctl latest binary download is now part of the toolchain script so it will always run when "oasisctl" is part of generators. Quite basic implementation for the moment. A future better implementation could do some version checking to avoid duplicating the download step for each docs version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, only logging should be slightly adjusted
Description
Upstream PRs