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
Operating System and version: macOS Monterey, version 12.5
Docker version: Docker Desktop 4.11.1 (84025)
Expected Behavior
Successfully build the CouchDB docker image under Arm64 arch. Run docker build --platform linux/arm64 --tag username/couchdb:arm64-latest . at the folder couchdb-docker/3.2.2-ubi-clouseau
Context
I am running the docker in my mac M1. When I run the docker build command docker build --platform linux/arm64 --tag myuser/couchdb:arm64-latest . in the folder 3.2.2-ubi-clouseau, the building image progress cancelled in the halfway. It show below errors:
First of all, thanks for maintain the docker image version. 😄 I am using the pull request Add 3.2.2 UBI / Clouseau reference container to build the image.
Your Environment
Expected Behavior
Successfully build the CouchDB docker image under
Arm64
arch. Rundocker build --platform linux/arm64 --tag username/couchdb:arm64-latest .
at the foldercouchdb-docker/3.2.2-ubi-clouseau
Context
I am running the docker in my mac M1. When I run the docker build command
docker build --platform linux/arm64 --tag myuser/couchdb:arm64-latest .
in the folder3.2.2-ubi-clouseau
, the building image progress cancelled in the halfway. It show below errors:Is it because
https://apache.jfrog.io/artifactory/couchdb-rpm/el8/aarch64/repodata/repomd.xml
is an invalid URL?Any guidance will be appreciate.
The text was updated successfully, but these errors were encountered: