To use k8s and microk8s for GitHub private repositories, it is necessary to provide credentials for the ghcr.io repository.
We are currently doing this in operator-workflows for:
This feature will allow us to use concierge in our GitHub pipelines.
This requests is similar to #75. That issue is related to the mirror for docker.io. I do not think that approach works, as a bearer token is necessary for authentication following the authentication flow.
To use k8s and microk8s for GitHub private repositories, it is necessary to provide credentials for the
ghcr.iorepository.We are currently doing this in
operator-workflowsfor:This feature will allow us to use
conciergein our GitHub pipelines.This requests is similar to #75. That issue is related to the mirror for
docker.io. I do not think that approach works, as a bearer token is necessary for authentication following the authentication flow.