1.0 KiB
Executable File
1.0 KiB
Executable File
harbor
Try to setup Harbor under Docker with a all-in-one docker-compose.
References
Changelog
2023-12-13
- Switched from Bitnami docker images to officials
- Use official Harbor installer to grab files
- Reworked docker-compose.yml and folders structure
- Tuned docker_compose to extends from my base docker-compose definitions
- Use ssl/build.sh to generate SSL self-signed certificates for Nginx
2023-12-11
- Initial try with Bitnami docker images
Setup from : https://hub.docker.com/r/bitnami/harbor-core
Like this:
curl -LO https://raw.githubusercontent.com/bitnami/containers/main/bitnami/harbor-portal/docker-compose.yml
curl -L https://github.com/bitnami/containers/archive/main.tar.gz | tar xz --strip=2 containers-main/bitnami/harbor-portal && cp -RL harbor-portal/config . && rm -rf harbor-portal
docker-compose up
Update docker-compose.yml with this repository one's.