Questions tagged [container-registry]
67 questions
0
votes
3 answers
How can I change the private namespace with the IBM Containers-Registry at Bluemix?
I wonder how I can change the private namespace with the IBM Containers-Registry at Bluemix.
I do not find any function do this. Is this possible? If yes, how?
Regards,
Christian

Christian Hartmann
- 135
- 2
- 8
0
votes
4 answers
Use public container images on IBM Bluemix
How can i start a container from the public docker hub (registry.hub.docker) on Bluemix?
I tried adding the repo url to the public name but I always get "Image not found".
cf ic run -d registry.hub.docker.com/ghost

Jan
- 46
- 1
- 9
-1
votes
1 answer
Helm v3.7 How to specify repository name of chart
i just upgraded helm to the latest version. We were still running on a version before the breaking changes of 3.7.
So far we have pushed a chart (in Azure Pipeline) into the repo (ACR) as follows:
- script: |
helm chart save Chart…

DaveVentura
- 612
- 5
- 19
-1
votes
1 answer
IBM Cloud Code Engine: Build fails in step "step-build-and-push" with error UNAUTHORIZED
I have an existing IBM Cloud Code Engine project which was working before. I submitted a new buildrun, but it fails. Based on the error message it is due to permissions with the private image registry (IBM Cloud Container Registry). The IAM API Key…

data_henrik
- 16,724
- 2
- 28
- 49
-1
votes
2 answers
Docker: setting up `docker build` as a service
I'm looking to be able to build docker containers on the fly given a docker file. That is, given a docker file, I want to be able to send the file to a remote "build service", which builds it for me programatically. Are there any hosted or open…

Jay K.
- 546
- 2
- 10
- 17
-2
votes
0 answers
Do I have to use Gitlab container registry when using DinD?
Currently, I'm using DinD but I don't have enable Gitlab container registry in my Gitlab repo to use it in gitlab-ci.
Whenever I'm building a Docker image, it's building the same image from scratch. Therefore, if you don't push a recently build…

andrestoga
- 49
- 7
-3
votes
1 answer
Get kubernetes image from container registry
Is it possible to get a list of available images from Kubernetes container registry? Preferably by REST API.

Brivvirs
- 2,461
- 3
- 18
- 31