Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
454 views

I am new to kubernetes and trying to deploy harbor on minikube using their official helm chart. I would like to use my custom docker authentication server when the docker client tries to authenticate ...
notbob's user avatar
  • 19
1 vote
1 answer
217 views

After setting up a CI/CD pipeline using GitLab, Harbor, and Rancher, I identified an issue with the deployment of my application where it didn't function properly. However, when deploying manually (...
Héricles Francisco's user avatar
1 vote
0 answers
290 views

What is the meaning of the namespace during the creation of Harbor replication rule. I have seen this: (https://goharbor.io/docs/2.0.0/administration/configuring-replication/create-replication-rules/),...
MichalT's user avatar
  • 49
0 votes
1 answer
266 views

I'm trying to build a Debian package on a ubuntu container job on azure pipeline. Here is my setup: pool: 'AWSLinux' container: image: ubuntu:20.04 But it looks ubuntu:20.04 docker image does not ...
Ming's user avatar
  • 639
0 votes
1 answer
730 views

have a pipeline for installation/deploying db cluster Patroni(Postgress). Cheerfully had been designing my pipeline and stack with kinda type of error below. Most obvious remarks: And Yes, i had ...
AllFurryMustDie's user avatar
0 votes
1 answer
622 views

I have set up harbor behind an nginx reverse-proxy, and when I push docker images to it, I get this error 5bfe9e7b484e: Retrying in 1 second b59ac5e5fd8f: Retrying in 1 second 3a69b46a1ce6: Retrying ...
Redover's user avatar
  • 23
0 votes
1 answer
2k views

I'm encountering an issue while attempting to push a large image (~1 GB) to an internally hosted Harbor repository. Upon completion of pushing the largest layer, I receive the following error: ...
Michele Ietri's user avatar
0 votes
1 answer
240 views

I see some teams push an unnecessary number of image artifacts (revisions/tags) to a harbor repository. I understand that there may be some rules that can be applied that prune artifacts but I do not ...
SteveFishHuntCode's user avatar
0 votes
1 answer
1k views

I deleted some repositories from the Harbor registry UI; however, the disk space is not being freed up. I want to completely remove the repositories that I deleted from the UI, but I also want to ...
smgtkn's user avatar
  • 150
0 votes
1 answer
1k views

We have a unique setup where we use Harbor as a mirror. So we setup a registry and replication, so we could pull from another repository. But since we are just pulling, we don't need to backup the ...
jonathan tan's user avatar
0 votes
1 answer
1k views

I've been working on deploying Harbor using the goharbor/harbor-helm Helm chart. My goal is to streamline the Harbor deployment by cutting down some of the services, specifically leaving only Core, ...
Kumuda Behera's user avatar
0 votes
1 answer
292 views

I'm using the Swagger API tool built into harbor. I've successfully created replication rules using the API, but the problem comes when I try to add a filter. From trial and error, I've managed to ...
Soop's user avatar
  • 467
1 vote
0 answers
1k views

I'm currently setting up a Kubernetes cluster and using containerd as the container runtime. I have a Harbor registry with a proxy cache project set up to cache images from an external registry (...
Siraxis's user avatar
  • 51
1 vote
0 answers
110 views

cli, err := client.NewClientWithOpts(client.WithVersion("1.40")) if err != nil { return "", err } defer cli.Close() authConfig := types.AuthConfig{ ...
ynzion's user avatar
  • 11
0 votes
1 answer
153 views

Harbor rollback. Updated Harbor, but after a while the work had to be rolled back. The database and settings of Harbor itself were rolled back, but the artifacts on the disk have changed in the ...
Biwis's user avatar
  • 1
0 votes
0 answers
2k views

i'm trying to push images to my harbor registry. I'm sure my account can pull and push. when i use docker push command in terminal it shows received unexpected HTTP status: 500 Internal Server Error. ...
rajnuz's user avatar
  • 21
1 vote
0 answers
1k views

I have a new instance of Harbor with OIDC enabled. I can log into the web portal just fine. However when I am trying to do a docker login it fails as follows Error response from daemon: Get "...
JakeUT's user avatar
  • 597
0 votes
1 answer
715 views

I faced such a task, there is a kubernetes cluster in a private network without Internet access, it is necessary for k8s deployments to pull an image from a private docker repository that does not ...
Ed Black's user avatar
0 votes
1 answer
1k views

I am currently using Harbor as a Docker image configuration management tool in my company. Before running the Next.js Docker image on the Linux server, I push the Docker image to Harbor and then ...
Asher Kim's user avatar
0 votes
1 answer
729 views

There is no information within Harbor's documentation about the kind of data that is stored within the persistent volume claim's for Harbor. Is anyone aware of what's being stored on there?
Arc3us_Zekr0m's user avatar
0 votes
1 answer
435 views

I have a deployment of Kubeflow. During creation of Jupyter Notebook, we have image name tags that are longer than that can be displayed in the Docker image name list. See the image list in the ...
Ranjit's user avatar
  • 48
-1 votes
1 answer
929 views

I'm new to Harbor registry. I was asked to propose an architecture for harbor in my company. I proposed at first to use an architecture based on proxy cache. But the CISO refused to use proxy cache ...
mastertopg's user avatar
3 votes
0 answers
3k views

I am unable to login to harbor portal after installing it in kubernetes and port forwarding it. Harbor-core service is not accessible and I am not sure if I should accesss harbor core or harbor portal....
Syed Ammar's user avatar
1 vote
1 answer
579 views

I use Harbor as a private Registry for my Docker images, and I store my images in different projects (ex: myproject1, myproject2, etc). Then I create one robot account in my project "myproject1&...
Jeremy Delmotte's user avatar
0 votes
1 answer
2k views

I'm making some tests with harbor container registry. In order to publish it to production I wanted to add the ssl support. As cloudflare provides it I'm wondering if is it possible to make it work. ...
Vinicius Andrade's user avatar
1 vote
1 answer
3k views

I try pull image in K8s from my private registry But the container describe show Events: Type Reason Age From Message ---- ------ ---- ---- ...
Prodigalgal's user avatar
1 vote
1 answer
3k views

change admin password in WEB UI (harbor v2.1.0) login in error happen, have success and unauthorized WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password ...
junjie lee's user avatar
0 votes
1 answer
346 views

Suppose I have enabled webhook on harbor And... How to get a webhook from harbor using alertmanger? Initially, I tried to do it through vmalert and collecting metrics from harbor. In this way I did ...
Alexandr's user avatar
1 vote
1 answer
887 views

How to get the docker image when has been pulled with skopeo inspect? When I use skopeo inspect --tls-verify=false docker://${image_path}:${tag} --config I can only find the key value "created&...
finalha's user avatar
  • 11
1 vote
0 answers
103 views

Suppose I have 2 harbor repositories, 1 A and 1 B. A has set up replication rules in replication management to replicate mirrors to B via push mode. So I want to ask when I push the mirror like A, ...
李志博's user avatar
1 vote
0 answers
1k views

I have a private docker harbour repository which is having docker images and helm charts. I don't want to expose my harbour repository directly. I want to pull docker images and helm charts via HA ...
Ashok Kumar's user avatar
2 votes
0 answers
1k views

harbor version 2.6.2 description harbor was deployed in vmware machin http://192.168.195.160:8092/,it's OK, I can get accessed with no issue. but when I deploy nginx in order to use http://192.168....
Jimmy He's user avatar
2 votes
0 answers
915 views

I am looking to mirror Docker images to a Harbor instance based on tags and digests. My standard approach thus far has involved creating Harbor Replication Rules. This works well for replicating ...
Thomas Anderson's user avatar
2 votes
1 answer
546 views

I have a private Docker registry based on Harbor. I know that Docker does its own compression just before pushing an image to the registry. However, local-to-registry compression ratio is never the ...
doruk.sonmez's user avatar
0 votes
1 answer
415 views

Before pushing an image into Harbor, I'm running a Trivy scan. Instead of having Trivy scan images again within harbor, I'm looking for a way to pass the JSON results from Trivy into harbor. trivy ...
J'e's user avatar
  • 3,926
2 votes
1 answer
1k views

it is about to expose service via ingress rules and ingress controller , i do installation of harbor registry via helm chart https://github.com/bitnami/charts/tree/master/bitnami/harbor and default ...
sahib nasirri's user avatar
0 votes
1 answer
3k views

In ethernet connected system I use harbor registry for docker images in login session it returns x509: certificate relies on legacy Common Name field, use SANs instead error. How I resolve this ...
Fatih Bildirici's user avatar
0 votes
1 answer
834 views

I have a Harbor registry containing docker images on AWS s3, what is the path for the manifest file for each image?
smgtkn's user avatar
  • 150
0 votes
1 answer
1k views

I have a Harbor server which has no connection to the internet what so ever. Not through a proxy, nothing and I need to get a bunch of container images from a vendor to it. I've installed Harbor on a ...
Patrik Falck's user avatar
0 votes
1 answer
218 views

My db.docker file FROM loongson.harbor.cn/larchloongsoncloud/loongnix-server:8.3 RUN yum install -y glibc-common #RUN locale-gen en_US.UTF-8 ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US....
qingyu li's user avatar
0 votes
1 answer
2k views

I need to create and deploy on an existing Kubernetes cluster, an application based on a docker image which is hosted on private Harbor repo on a remote server. I could use this if the repo was public:...
Mac's user avatar
  • 13
0 votes
1 answer
419 views

I have harbor git registry in private network. This network connect internet using router. I try docker login where remote server. This server not in private network (Remote server - Router - Harbor(...
snow_kor's user avatar
0 votes
1 answer
5k views

I am using k3s kubernetes, and Harbor as a private container registry. I use a self-sign cert in Harbor. And I have a sample image in Harbor, which I want to create a sample pod in Kubernetes using ...
maantarng's user avatar
  • 171
1 vote
3 answers
8k views

I am using Harbor (https://goharbor.io/) for private container registry. I run the Harbor using docker compose, and it is working fine. I can push/ pull images to this private registry using a VM. I ...
maantarng's user avatar
  • 171
2 votes
1 answer
2k views

I'm using a setting like this: However, this also makes the untagged artifact immutable. I want to delete untagged artifacts according to the retention policy, but I can't delete them because they ...
hsbrysk's user avatar
  • 31
0 votes
1 answer
893 views

We are facing the issue while doing onboarding of a oidc user via API. We are calling the same API which called from the UI when we do the same activity from UI. /c/oidc/onboard Api is always throwing ...
Ashish's user avatar
  • 188
1 vote
4 answers
8k views

We have a private harbor registry that's insecure. We use docker client on a centos7 VM to push /pull images. We lost the docker client centos7 VM so have installed a new one. The issue I see is ...
John's user avatar
  • 13
0 votes
2 answers
651 views

I'm stuck deploying the microservices locally with the following stack: Skaffold, minikube, helm, and harbor. These microservices can be deployed locally without any problem with docker and docker-...
Martín Marrari's user avatar
0 votes
1 answer
858 views

I installed Harbor in a server inside the company farm and I can use it without problem through https://my-internal-server.com/harbor. I tried to add the reverse proxy rules to Apache to access it ...
luandrea's user avatar
  • 301
3 votes
0 answers
5k views

I've successfully pushed some locally built helm chart to harbor private helm registry using below commands: helm registry login private.harbor.com helm push chart-version.tgz oci://private.harbor.com/...
rokpoto.com's user avatar
  • 11.1k