opennms-forge / stack-play

🎢 Just the fun parts! - Some docker-compose container stacks for local labs or playgrounds
GNU General Public License v3.0
6 stars 6 forks source link

Wrong ES docker repo is set in minimal-flow config #5

Closed mfuhrmann closed 4 years ago

mfuhrmann commented 4 years ago

Found here: https://github.com/opennms-forge/stack-play/blob/master/minimal-flows/docker-compose.yaml#L30 https://github.com/opennms-forge/stack-play/blob/master/minimal-flows/docker-compose.yaml#L100

Pulling es01 (docker.elastic.co/elasticsearch:7.6.2)...
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

Continue with the new image? [yN]y
Pulling es01 (docker.elastic.co/elasticsearch:7.6.2)...
ERROR: pull access denied for docker.elastic.co/elasticsearch, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Using docker.io and it works.

indigo423 commented 4 years ago

Resolved with 8112fb4e4e9b7709213a8717848874363eeee871