Questions tagged [container-registry]

67 questions
2
votes
4 answers

Deploy to IBM Containers without cf/ice CLI

I currently have a workflow that goes like this: Bitbucket -> Wercker. Wercker correctly builds my app, but when it comes to deploying I am lost. I am attempting to deploy to my IBM Containers registry on Bluemix (recently out of beta). Running…
1
vote
1 answer

How to make aliases of apptainer container tags?

Apptainer (and singularity) can interact with container registries, much like docker can. Common practice for these registries is to have a (semantic version) tag for each image pushed and maintain the tag "latest" to point to the most recent…
1
vote
1 answer

IBM Cloud: How to control number of container images caused by Code Engine builds?

I frequently build and deploy my app from source code using the IBM Cloud Code Engine feature. I noticed the container images filling up my container registry. How can I reduce the number of images in the container registry or limit how many are…
data_henrik
  • 16,724
  • 2
  • 28
  • 49
1
vote
1 answer

How to run a Docker Containers pulled from GitLab Container Registry using Shared Runners?

Basically what I have got working so far is as follows in the following order; Login to GitLab Container Registry Build Docker Containers from docker-compose.yml config file using GitLab shared runners CI/CD Push all built Docker containers to…
1
vote
1 answer

Need help understanding gitlab docker script

I've been trying to wrap my head around some old CI/CD scripts my company has written previously, to deploy some applications. The gitlab pipeline has several stages, as is seen in the beginning of the .gitlab-ci.yml file: image:…
Psychotechnopath
  • 2,471
  • 5
  • 26
  • 47
1
vote
2 answers

How to pull private docker image from GitLab container registry using DockerOperator in Airflow 2.0?

I have installed Airflow 2.0 using Docker on AWS and trying to pull my own private docker image GitLab container registry using DockerOperator but getting permission denied. How I can pull my docker image from GitLab and How I can create a…
Mobin Al Hassan
  • 954
  • 11
  • 22
1
vote
0 answers

This image has no active tags. Gitlab docker image registry

I have a docker image in my Gitlab registry with 3 tags. Today I noticed that all my tags were deleted but I can pull and push any tags to registry, and on the site in docker registry tab I have a message: This image has no active tags The last tag…
exud
  • 570
  • 6
  • 15
1
vote
2 answers

Create Docker Image with pre-Compiled Files

we are developing an application for our customer. The customer must not see the code, since we do not offer the source code to them. Our offer only contains the setup, maintenance and running the Application. So, we have the Source code here in our…
xola
  • 455
  • 1
  • 4
  • 15
1
vote
0 answers

Cannot see container images in Gitlab Container Registry

I configured GitLab (GitLab Enterprise Edition 12.9.3) on Ubuntu (on Virtual Box) including Container Registry ("insecure-registries" enabled for Docker). When I try to retrieve the container images in GitLab, I'm getting "There are no container…
1
vote
1 answer

IBM Cloud Functions "Failed to pull container image"

I have a docker container that I want to run in IBM Cloud Functions (OpenWhisk), because I don't want the container to be publicly accessible I want to store it in the IBM Cloud Container Registry. For OpenWhisk to be able to access it I followed…
1
vote
1 answer

Failed to pull container image registry.eu-de.bluemix.net

Here's what I have: a java application (as JAR file) docker image (built from Dockerfile) with this java application The image was built with: sudo docker build -t registry.eu-de.bluemix.net/watson2018/imagerecognition:latest . The image is pushed…
1
vote
0 answers

GitLab container does not communicate with GitLab Container Registry container

I use this docker-compose file to create a GitLab installation along with the GitLab Container Registry enabled. All containers start nicely, but when I try to access the container registry via a new GitLab project, I get a 500 error. From…
Kostas Demiris
  • 3,415
  • 8
  • 47
  • 85
1
vote
2 answers

How to rename a Bluemix namespace (container registry)?

I've set up a namespace for my container registry. I tried creating my first docker container. However, now I would like to change the namespace. How can I do this?
0
votes
0 answers

How to setup Gitlab's insecure container registry?

I’m trying to configure self-hosted gitlab-ce docker container on localhost. Gitlab runs fine, but I have problem with insecure container registry. My Gitlab build fails when trying to login to the container repository. I’m working on Windows 10…
0
votes
1 answer

Impossible to get nuget package from another gitlab project (error NU1301)

I installed Gitlab locally. I have two projects: a toolkit (project 1) and a second project (project 2) which uses the nuget package from this first project. The nuget package is stored in Gitlab's package registry of project 1. I want to create a…
profou
  • 197
  • 1
  • 17