-
Notifications
You must be signed in to change notification settings - Fork 21
DOC-484: update to use correct version variables #537
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 for frosty-curran-1fc0c4 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
I'll take your word for it that this works :-)
@@ -49,7 +49,7 @@ services: | |||
ports: | |||
- "5701:5701" | |||
management-center: | |||
image: hazelcast/management-center:latest | |||
image: hazelcast/management-center:{full-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.
Updated to specific MC version, but left the platform version as "latest" per #463.
@@ -25,19 +25,6 @@ docker version | |||
|
|||
. Pull the Management Center Docker image from Docker Hub. | |||
+ |
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.
Removed IF statement so always points to full version
@@ -247,7 +233,7 @@ Development versions of an upcoming release are available as snapshots. To use t | |||
+ | |||
[source,bash,subs="attributes+"] |
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 section's specifically for the latest available versions, so updated to use latest-snapshot
❌ Failed to backport, change must be manually backported. |
https://hazelcast.atlassian.net/browse/DOC-484