StarlingX/Containers/Applications/app-harbor
< StarlingX | Containers | Applications
Application: app-harbor
Source
Building
- From the Debian Build environment:
build-pkgs [-c] -p stx-harbor-helm
Testing
Configure harbor as nodeport and install as mentioned here. After installation please verify all the pods in harbor namespace is running.
kubectl get pods -n harbor NAME READY STATUS RESTARTS AGE harbor-core-767df546f-9wkms 1/1 Running 0 2m40s harbor-database-0 1/1 Running 0 2m35s harbor-jobservice-6757d6bbf6-2qgf2 1/1 Running 2 (2m35s ago) 2m40s harbor-nginx-85c8557ffc-s57qb 1/1 Running 0 2m40s harbor-notary-server-9cccd7d94-ktptl 1/1 Running 0 2m40s harbor-notary-signer-7f98dd6d5f-qvjpg 1/1 Running 0 2m40s harbor-portal-f8ffb65f9-2zc9h 1/1 Running 0 2m40s harbor-redis-0 1/1 Running 0 2m36s harbor-registry-58d8cbf476-j5ddn 2/2 Running 0 2m40s harbor-trivy-0 1/1 Running 0 2m37s
Push an image as specified here.
Pull an image.
docker pull <harbor_address>/<project>/ image:tag