ianc769 opened a new issue, #11009:
URL: https://github.com/apache/cloudstack/issues/11009
### problem
There is a version label mismatch in the Docker image simulator-4.19.3.0.
The image name indicates version 4.19.3.0, but when inspecting the image labels
with docker inspect simulator-4.19.3.0 | jq -r '.[0].Config.Labels', the
Version field shows 4.18.3.0 instead of the expected 4.19.3.0.
```bash
┌[user@work] [/dev/pts/2] [maint/update-testing-20250611]
└[~/go/src/github.com/apache/cloudstack-terraform-provider]> docker inspect
simulator-4.19.3.0 | jq -r '.[0].Config.Labels
|> '
{
"Author": "Apache CloudStack <[email protected]>",
"License": "ApacheV2",
"Vendor": "Apache.org",
"Version": "4.18.3.0",
"org.opencontainers.image.ref.name": "ubuntu",
"org.opencontainers.image.version": "22.04"
}
```
This discrepancy creates confusion about the actual software version
contained in the image.
The Docker image build process should be updated to ensure the Version label
correctly reflects 4.19.3.0 to match the image name.
### versions
_No response_
### The steps to reproduce the bug
_No response_
### What to do about it?
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]