cyberark / conjur-quickstart

Start securing your secrets and infrastructure by installing Conjur, using Docker and the official Conjur containers on DockerHub.
Apache License 2.0
33 stars 36 forks source link

Error in docker pull on mac m1 computer #53

Closed sofiadimant closed 1 year ago

sofiadimant commented 1 year ago

Summary

When working with mac with m1 chip, and performing "docker-compose pull" command, an error "no matching manifest for linux/arm64/v8 in the manifest list entries" appears

Steps to Reproduce

Work on macbook m1 chip

  1. git clone https://github.com/cyberark/conjur-quickstart.git
  2. docker-compose pull

Expected Results

No errors appear

Actual Results

The following error appears: no matching manifest for linux/arm64/v8 in the manifest list entries

Reproducible

Version/Tag number

latest version

Environment setup

macbook with m1 chip

Additional Information

upon adding: "platform: linux/amd64" to docker-compose.yaml to the services the problem resolved.

szh commented 1 year ago

Sounds like this works when adding the necessary metadata. I'm going to close this, please comment and reopen if it's still an issue.