parodos-dev / orchestrator-helm-chart

Helm chart to deploy the Orchestrator solution suite.
https://parodos.dev/orchestrator-helm-chart/
Apache License 2.0
2 stars 22 forks source link

Set specific path to authfile #149

Closed masayag closed 5 months ago

masayag commented 5 months ago

Seems buildah isn't capable of finding the registry auth file in the expected path.

DEBU[0000] No credentials matching registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-builder-rhel8 found in /var/tmp/containers-user-0/containers/containers/auth.json
DEBU[0000] No credentials matching registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-builder-rhel8 found in /root/.config/containers/auth.json
DEBU[0000] No credentials matching registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-builder-rhel8 found in /root/.docker/config.json
DEBU[0000] No credentials matching registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-builder-rhel8 found in /root/.dockercfg
DEBU[0000] No credentials for registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-builder-rhel8 found

By specifying the path, this seems to work:

DEBU[0000] Found credentials for registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-builder-rhel8 in credential helper containers-auth.json in file /workspace/dockerconfig/.dockerconfigjson