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
{{ message }}
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.
IMPORTANT: Starting with this release, Docker is on a monthly release cycle and uses a
new YY.MM versioning scheme to reflect this. Two channels are available: monthly and quarterly.
Any given monthly release will only receive security and bugfixes until the next monthly
release is available. Quarterly releases receive security and bugfixes for 4 months after
initial release. This release includes bugfixes for 1.13.1 but
there are no major feature additions and the API version stays the same.
Upgrading from Docker 1.13.1 to 17.03.0 is expected to be simple and low-risk.
But azk agent start doesn't like it:
The `17.03.0` is not in semver format
I had to do this to start it
export AZK_DOCKER_VERSION=1.13.1
azk agent start
Any chance you can make a new release fixing this?
Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Docker is now using versions in
YY.MM
format:https://github.com/docker/docker/releases/tag/v17.03.0-ce
But
azk agent start
doesn't like it:I had to do this to start it
Any chance you can make a new release fixing this?
Thanks!
The text was updated successfully, but these errors were encountered: