python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Error when pulling private docker image from GitLab container registry using DockerOperator in Airflow 2.0
I've been struggling with pulling a private image from my GitLab container registry when running a DockerOperator in Airflow 2.0.
My DockerOperator looks as follows:
python_mailer = DockerOperator(
...
Maarten
Votes: 0
Answers: 1
IBM Cloud: Least privileges for service ID that needs to update a Code Engine app?
I am using IBM Cloud Code Engine to deploy my containerized apps. Now, I would like to use a service ID (or its API key) to run a toolchain and within to update an already existing app. What privilege...

data_henrik
Votes: 0
Answers: 1
How can I find out who pushed an image to the Gitlab Container registry
I want to find out who / what user pushed an image to the Gitlab Container registry. Optimally by using the gitlab-python package.
When using the gitlab-python package I was able to get the object 'Pr...
Moritz
Votes: 0
Answers: 1
Controlling pod recovery from "Error: ImagePullBackOff" when Contrainer Registry is also inaccessible
We had a major outage when both our container registry and the entire K8S cluster lost power. When the cluster recovered faster than the container registry, my pod (part of a statefulset) is stuck in ...
ucipass
Votes: 0
Answers: 1