Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
7 views

does vault agent generate approle secret id after it expire?

I inject the role ID and secret ID of Hashicorp vault using Jenkins during the build stage of my app docker image. Then, the vault agent read the role ID and secret ID connect to vault and deliver ...
habib ammar's user avatar
-1 votes
0 answers
30 views

Access kubectl commands within my jenkins container

I have a Jenkins container running in docker compose. Inside my jenkins container I want to access kubectl, so far this was part of my docker-compose.yaml - /usr/local/bin/kubectl:/usr/local/bin/...
Mariángel Pérez's user avatar
0 votes
1 answer
25 views

Jenkins agent with custom docker image is not running. Error: "Container is not running"

Summary: On raspberry pi, linux debian, when i try use jenkins agent image "jenkins/agent:jdk11" it works fine. But if i try pull my own image from dockerhub (literraly the same), it give me ...
tomek19991999's user avatar
0 votes
0 answers
9 views

How to upgrade Jenkins which is running in a docker container withour losing any data?

So the problem is my Jenkins is running on a docker container and that Jenkins needs update. So that cannot happen while this Jenkins is running. If I download the latest Jenkins image , I will have ...
jaqen_hgar's user avatar
-1 votes
0 answers
72 views
+50

Jenkins on EKS, mount EFS in DIND

I am running Jenkins master and agents on K8S. Some of CI workloads require a docker image to be build and pushed to ECR. I installed Jenkins using its Helm chart and running the DIND agent as a ...
Doug's user avatar
  • 123
0 votes
1 answer
21 views

Docker cloud agent - Can I use local image instead of publishing to Docker hub

i was creating a Docker cloud agent template and I provided the image name from my local Docker. But I'm getting an error saying as below. "pull access denied for agent, repository does not exist ...
learner's user avatar
  • 288
1 vote
2 answers
60 views

Jenkins doesn’t have label - dockerhub cloud

I use Jenkins locally on Ubuntu 20.04. I have installed the following plugins: Docker plugin Docker pipeline I have added a new docker cloud: Manage Jenkins -> Clouds -> New cloud -> Docker ...
Irbis's user avatar
  • 1,397
0 votes
1 answer
50 views

Docker: "no space left on device" on Jenkins master node

I'm using Docker on amazonlinux 2023 with Jenkins (non docker) installed. Everything has been working fine for a month, but today, running a Jenkins job that builds docker image and pushes to ...
Alex Sitiy's user avatar
-1 votes
1 answer
33 views

pod terminating when container image is build on Mac M3 Pro chip

I am trying to add ssh to my dockerfile and locally the container runs fine. but on jenkins k8s cluster it fails to come up and exits. any hint? error Defaulted container "main" out of: main,...
AhmFM's user avatar
  • 1,744
0 votes
0 answers
82 views

DOCKER ERROR: failed to solve: frontend grpc server closed unexpectedly

I am using docker on an EC2 linux/arm64 instance Since my last docker upgrade, I have been getting the following error DOCKER_BUILDKIT=1 docker build --ssh default -f ../containers/api/Dockerfile . -t ...
i.am.it's user avatar
  • 21
0 votes
1 answer
117 views

Jenkins Pipeline Error: "Selected Git installation does not exist."

I'm setting up a Jenkins pipeline that fetches the script from the SCM. However, I'm encountering an error during the pipeline execution. The pipeline is configured to run inside a Docker container ...
user avatar
0 votes
0 answers
43 views

C# Functional Test Automation via CI/CD

I have a C#.NET-based solution for a console application, which includes two projects: "hotel" and "library." The "hotel" project initiates execution and utilizes ...
Himanshu Garg's user avatar
0 votes
1 answer
25 views

Setup kaniko config.yml file

I am executing a Jenkins pipeline on a k8s based Jenkins server which has Kaniko pre-installed. I would like to build a docker image of my application on this Jenkins server and push my image to ...
Vishnukk's user avatar
  • 564
0 votes
0 answers
29 views

Home directory missing in Docker container launched by Jenkins (Jenkins uses its own OS user in container)

I am just setting up Jenkins as a CI/build system on a host. Some pipelines would use Docker container for the build process. Jenkins itself is installed on the host system (so no Docker-in-Docker ...
andimeier's user avatar
  • 1,231
0 votes
0 answers
45 views

Does this JAVA_OPTS setting apply to Jenkins running as a Docker container?

We run our Jenkins instance as a Docker container, like this docker run --restart=unless-stopped -d -p 8080:8080 -v /mnt/jenkins_master/jenkins_home:/var/jenkins_home --name jenkins_master --memory=...
Chris F's user avatar
  • 16k

15 30 50 per page
1
2 3 4 5
224