Given the current Build Candidate pointing to 8.7.0
When running ./scripts/compose.py start 8.7.0 --bc
Then it fails with
Error response from daemon: manifest for docker.elastic.co/elasticsearch/elasticsearch:8.7.0 not found: manifest unknown: manifest unknown
That's related to a known issue with the upstream, since the docker images based on .tar.gz are not tagged with the required tags related to the version.
For instance, the manifest.json from the Elasticsearch docker context .tar.gz
Given the current
Build Candidate
pointing to8.7.0
When running./scripts/compose.py start 8.7.0 --bc
Then it fails withThat's related to a known issue with the upstream, since the docker images based on
.tar.gz
are not tagged with the required tags related to the version.For instance, the
manifest.json
from the Elasticsearch docker context.tar.gz
while a similar manifest.json for a different stack product got different repo tags:
Workaround
As long as it's not fixed in the upstream it's required to manually run the below commands after hitting the above-mentioned error:
or look for the docker image Id and retag it, in case the docker image is not available in
docker.elastic.co/observability-ci/