9 comments (9 comments)1 reaction (1 reaction)0 assignees (0 assignees)Go5,235 forks (5,235 forks)batch import
help wantedkind/requirement
Repository metrics
- Stars
- 28,490 stars (28,490 stars)
- PR merge metrics
- Avg merge 8d 17h (Avg merge 8d 17h)74 merged PRs in 30d (74 merged PRs in 30d)
Description
I am trying to build a latest version harbor images for arm machine, but some base images is missing.
https://hub.docker.com/r/goharbor/harbor-prepare-base/tags
is there any instructions to get these images?
btw, more and more developers are trying to run harbor on arm machine. It could be better if offical images or instructions were provided. thank you.
Contributor guide
- Research direction
- Examine the Docker build process for multi architecture support, specifically for arm64. Look at the Dockerfile for harbor prepare base and the CI configuration (e.g., GitHub Actions) to understand how images are built and pushed. Consider contributing by adding arm64 build steps or providing documentation for manual cross compilation.
- Tech stack
- go
- Domain
- devopsinfrastructure
- Issue type
- Bug
- Prerequisites
- DockerGo