Updated docker-compose.yml: replaced broken images with latest #120
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The docker-compose.yml contained references to 3 images with version '4.1.0'. However, those images don't exist (anymore?).
Therefore I updated these 3 references to point to version 'latest'. At this moment this will effectively result in version '4.0.0' being downloaded.
Purpose
Resolves issues:
wso2/docs-apim#7405
https://github.com/wso2/samples-apim/issues/118
Goals
In stead of referencing a non-existent version of 3 images, this fix points to the 'latest' version of these images.
Approach
Replaced 3 entries of '4.1.0' in the docker-compose.yml to version 'latest'. At this moment this will effectively result in version '4.0.0' being downloaded
User stories
Enables https://apim.docs.wso2.com/en/latest/tutorials/scenarios/scenario-overview to works again.
Release note
Fixed broken image(-link)s.
Documentation
https://apim.docs.wso2.com/en/latest/tutorials/scenarios/scenario-overview
Training
https://apim.docs.wso2.com/en/latest/tutorials/scenarios/scenario-overview
Certification
N/A. The docker-compose was simply broken.
Marketing
N/A
Automation tests
N/A
Security checks
Samples
N/A
Related PRs
N/A
Migrations (if applicable)
Just clone latest version.
Test environment
N/A
Learning
https://github.com/wso2/samples-apim/issues/118#issuecomment-1779138182