Community Digest

Greatest hits from previous weeks:

Downloading Docker Images from Docker Hub without using Docker

I want to manually download a Docker Image from Docker Hub. More specifically, I want to download a Docker Image from Docker Hub on a machine in a restricted environment which does not (and cannot) ...

docker dockerhub  
user avatar asked by igal Score of 87
user avatar answered by igal Score of 56

Passing variables between scripts in a Jenkins pipeline

I have a declarative Jenkins pipeline that looks like the following: pipeline{ agent { ... } stages { stage("Provision EC2 Instance and Set ENV Variable"){ ...

jenkins ansible jenkins-pipeline python  
user avatar asked by Preston Martin Score of 8
user avatar answered by jayhendren Score of 9

how to check running containers with containerd

I've switched to containerd in a k8s cluster. There's 2 pods running on one node, 2 github runners. I used to check on a host what containers were running with "docker container ls" but how ...

docker kubernetes containerd  
user avatar asked by Serve Laurijssen Score of 12
user avatar answered by fsp Score of 27

Running a background process in Pipeline job

I am looking for a way to run a java process in background using Jenkins declarative pipeline. Below is the snippet of code stage('Deploy'){ steps{ script{ withEnv(...

jenkins jenkins-pipeline jenkinsfile  
user avatar asked by Dharanidhar Score of 24
user avatar answered by Dharanidhar Score of 22

Can I run multiple pipelines in a single GitLab repo using GitLab CI/CD?

I know that I can't have multiple gitlab-ci.yml files in one repo, but it still seems fairly limited. Say for example I have one set of tests I want to run whenever a change is pushed or on PRs, and ...

continuous-integration gitlab continuous-deployment gitlab-ci-runner  
user avatar asked by Christian Legge Score of 10
user avatar answered by zm31 Score of 14

How to build a complex parallel Jenkins pipeline?

I've been interested in converting our bespoke Jenkins integrations into a pipeline. However, I can't seem to figure out how to do it. Can anyone help me with the Jenkins script that could do the ...

jenkins jenkins-pipeline build-pipeline jenkinsfile  
user avatar asked by Bert Goethals Score of 29
user avatar answered by Bert Goethals Score of 11

Best practices for app and infrastructure code repositories

We're looking for guidance on how to structure application code versus infrastructure code (IaC). More specifically, are there typical advantages/disadvantages to storing the two types of code in the ...

infrastructure-as-code repository  
user avatar asked by GaTechThomas Score of 33
user avatar answered by Software Engineer Score of 56
You're receiving this message because you subscribed to the DevOps community digest.
Unsubscribe from this community digest       Edit email settings       Leave feedback       Privacy
Stack Overflow

Stack Overflow, 14 Wall Street, 20th Floor, New York, NY 10005

<3