Most Popular

1500 questions
3
votes
1 answer

Continuous delivery workflow: Build script for PHP Composer (Drupal) on Docker

I'd like to set up a continuous delivery workflow for our new Drupal site. When someone pushes to our Git repo (typically) master branch, a build job on our CI server is triggered. This job will check out the source code, import the database from…
protoken
  • 133
  • 2
3
votes
2 answers

VPN container providing access to host's LAN?

I'm kinda new to this Docker thing and I'm interested in getting a biffed up VPS for some containers (websites/data, mysql, nginx, rocket.chat, etc) but I wouldn't like to access them in the wild (even through SSH) and some VPS hosts's console…
DARKGuy
  • 133
  • 1
  • 3
3
votes
1 answer

AWS Security group rule for certbot renewal

I want to add a rule to my aws security group to allow for incoming traffic from the acme server (I guess it is acme-v01.api.letsencrypt.org) to issue and automate the renewal of my cert; What is the best way of doing this, given that sg rules do…
pkaramol
  • 987
  • 2
  • 7
  • 13
3
votes
2 answers

Bamboo Group Deploy Projects

I have a numerous deploy projects in Bamboo that are used for deploying DevOps/release tools. I would like have all of these projects grouped together for easy reference. Is there a way to group or organize related projects in Bamboo? Ideally, this…
Preston Martin
  • 3,278
  • 4
  • 17
  • 39
3
votes
1 answer

What's the best way to restrict an environment to a specific CDN?

We have had problems a couple times now where the links to the CDN in our components don't get properly updated between the team, QA, and staging environments. Is there a way to force an error if the QA environment tries to access the team CDN or…
avi
  • 1,279
  • 1
  • 13
  • 32
3
votes
1 answer

How to avoid code duplication in bitbucket-pipelines?

The following bitbucket-pipelines file has been created: options: docker: true pipelines: default: - step: script: - echo "Login to the docker registry" - docker login some-docker-registry - step: …
030
  • 13,235
  • 16
  • 74
  • 173
3
votes
2 answers

Does HA-git exist?

For the second time in three months, bitbucket is down https://status.developer.atlassian.com/ Now I wonder whether HA-git is possible or we should switch. Thanks to this it will be hard to finish the work before the deadline... What other options…
030
  • 13,235
  • 16
  • 74
  • 173
3
votes
1 answer

trigger command on registry update

I'm fairly new to CI/CD so this is probably a noob question. Anyway, here's my current setup: * Bitbucket repo * Registry service on AWS (ECS Registry) * Pipeline on Bitbucket that builds a docker image on master branch update and pushes it to…
Simon Ertl
  • 33
  • 2
3
votes
1 answer

Minikube - Is there a way to run Windows Containers?

How do I run Windows containers on Minikube? Is it possible?
David West
  • 1,463
  • 3
  • 16
  • 25
3
votes
1 answer

What are Pros and Cons of various VCS and CI/CD tools to store, change and deploy configuration snippets of more than 1000 customers in a VCS?

Follow-up to this question. We are in the middle of a transition to Configuration as Code (CaC). At the moment a lot of sites are configured manually. A side effect of this is that so now and then configuration gets broken and nobody knows what…
030
  • 13,235
  • 16
  • 74
  • 173
3
votes
1 answer

Count of currently active jenkins agents

Is there an easy way to get a count of how many agents are currently up? I know I can go to www.myjenkins.com/computer/ to see the agents, but counting them manually is tedious. Is there an API call or something I can run in the script console that…
Alex
  • 4,512
  • 6
  • 27
  • 47
3
votes
2 answers

Mitigating Maven Central risks as seen from the DevSecOps perspective

AFAIK there are two official primary repositories for Maven packages (Java language): search.maven.org offered by Sonatype Inc. mvnrepository.com offered by a private person @frodriguez Now obviously it makes sense to have a complete archive for…
Ta Mu
  • 6,772
  • 5
  • 39
  • 82
3
votes
1 answer

AWS Batch use existing ECS cluster

I would like AWS Batch to use one of my existing ECS clusters. The problem is that when I create an unmanaged "compute environment" from the AWS Batch service, it doesn't allow me to specify an existing ECS cluster and it will automatically deploy a…
miticoluis
  • 31
  • 1
3
votes
1 answer

How to export EC2 snapshot into S3 bucket?

I've created a snapshot of EC2 instance via: aws ec2 create-snapshot --volume-id vol-xyz In aws ec2 create-snapshot help we can read: Creates a snapshot of an EBS volume and stores it in Amazon S3. Although I cannot see in which bucket it has…
kenorb
  • 7,841
  • 12
  • 40
  • 77
3
votes
1 answer

Ansible Remote provisioning not working in Docker container build

I have a Packer template to start with a Docker container and provision it. The shell script provisioners seem to be working, but, while the playbook runs and seems to succeed, unlike the shell provisioners, it seems to not be applying to the…
David West
  • 1,463
  • 3
  • 16
  • 25