Vertiwell

Results 8 comments of Vertiwell

Perhaps just a tick box to turn on or off each Genre would help.

Hey repcsi, appreciate the response, I have added the empty file, mucked around with a few other things and no change, I continue to have the job fail. I am...

Hi, thanks for responding! The error is when I try to connect to the registry with: `echo ${DPASS} | docker login https://${SUBDOMAIN} --username ${DUSER} --password-stdin` The certificate comes from Hashicorp...

This script exposes the registry service: ``` #!/bin/bash ### Docker Registry Access ### Minimum Requirements ### ## Requires docker-registry script ## Requires a Load Balancer (MetalLB) - See script ##...

I will test it out cheers, I do not require this however if I install the docker registry itself: ``` #!/bin/bash ### Deploying Docker Registry on Kubernetes for Debian/Ubuntu based...

Doing it this way lets me in no issue: ``` root@engineering:/home/user# echo ${DPASS} | docker login https://${SUBDOMAIN} --username ${DUSER} --password-stdin WARNING! Your password will be stored unencrypted in /root/.docker/config.json. Configure...

What is the purpose of haSharedSecret?

Ok I understand where I went wrong, apologies, I terminated the SSL connection at the Traefik IngressRoute, which then I guess opens a non-SSL connection to docker, which fails. Changing...