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 Jan 23, 2024. It is now read-only.
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 with
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
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/
The text was updated successfully, but these errors were encountered: