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
After investigating I found that it is using dockerfile.base as the base image in above error, so I have successfully build this base image from dockerfile.base on my local arm64 machine without making any changes in dockerfile and also successfully pushed to the docker hub.
I have used the above base image to build the arm64 docker image for goharbor/harbor-core but it is failing with below error on both amd64 and arm64 architecture.
Step 7/15 : COPY ./make/photon/core/harbor_core /harbor/
COPY failed: file not found in build context or excluded by .dockerignore: stat make/photon/core/harbor_core: file does not exist
I checked this file but it is unavailable.
It will be very helpful if the image is released for the ARM64 platform.
Do you have any plans to release an ARM64 image?
If required, I am happy to contribute. But as a start, can you please provide me with some pointers on the above issues?
The text was updated successfully, but these errors were encountered:
Hi Team,
I am trying to use goharbor/harbor on ARM64 architecture but it seems it is not available for arm64.
There seem to be multiple dockerfiles and docker images present, from which harbor-core is the main docker image using make/photon/core/Dockerfile.
So, I tried to build goharbor/harbor-core image on my arm64 local machine using command
docker build -t image_name .
but it is failing for FROM ${harbor_base_namespace}/harbor-core-base:${harbor_base_image_version} command and givinginvalid reference format
error.After investigating I found that it is using dockerfile.base as the base image in above error, so I have successfully build this base image from dockerfile.base on my local arm64 machine without making any changes in dockerfile and also successfully pushed to the docker hub.
I have used the above base image to build the arm64 docker image for goharbor/harbor-core but it is failing with below error on both amd64 and arm64 architecture.
I checked this file but it is unavailable.
It will be very helpful if the image is released for the ARM64 platform.
Do you have any plans to release an ARM64 image?
If required, I am happy to contribute. But as a start, can you please provide me with some pointers on the above issues?
The text was updated successfully, but these errors were encountered: