Remove tag
article thumbnail

Deploying web applications on Kubernetes with continuous integration

CircleCI

application on Azure Kubernetes Service (AKS) with continuous integration and continuous deployment (CI/CD). To build and tag the container, you can type: docker build -t nodejs-aks-app:latest. Creating the continuous integration pipeline. In this tutorial, you will learn how to deploy a Node.js

article thumbnail

Our Latest Open Source Innovation, Yor: Automated IaC Tag and Trace

Palo Alto Networks

To make that process easier to navigate, many organizations leverage cloud tagging as a scalable way to attribute cloud resources to organizational owners. Tags can simplify operational tasks, cost allocation, access control, automation and risk management. Introducing Yor for Automatic IaC Tagging.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Infrastructure as code, part 3: automate Kubernetes deployments with continuous integration and deployment

CircleCI

In this post, I will demonstrate how to create continuous integration and deployment (CI/CD) pipelines that automate the Terraform IaC deployments that were covered in part 1 and part 2 of this series. Continuous integration and continuous deployment. The export TAG=0.2.

article thumbnail

Continuous integration with the Google Cloud Run orb

CircleCI

echo 'export TAG=${CIRCLE_SHA1}' >> $BASH_ENV. docker build -t us.gcr.io/$GOOGLE_PROJECT_ID/$IMAGE_NAME -t us.gcr.io/$GOOGLE_PROJECT_ID/$IMAGE_NAME:$TAG. - echo 'export TAG=${CIRCLE_SHA1}' >> $BASH_ENV. docker build -t us.gcr.io/$GOOGLE_PROJECT_ID/$IMAGE_NAME -t us.gcr.io/$GOOGLE_PROJECT_ID/$IMAGE_NAME:$TAG.

article thumbnail

Continuous integration for Android projects

CircleCI

We can use filters to set up logical rules for running a particular job only on a specific branch or git tag. That means the release-build is put in the queue until all the unit-test jobs have passed. Only then is the release-build job run.

article thumbnail

Continuous integration for Salesforce applications

CircleCI

For those of you coming to CircleCI for the first time, I want to give a quick overview of how a continuous integration pipeline can improve your development workflow. If you have your own Salesforce application you can still follow along. What is a CI pipeline? In short, CircleCI helps you ship code faster and safer.

article thumbnail

The software delivery tool trap

Xebia

At some point most teams started to do Continuous Integration and Continuous Delivery, and it seemed like the consensus became that trunk-based development with short-lived branches was the best way to do CI/CD. For example, when the pipeline passes the “test” stage, you could tag that commit with “test ”.

Tools 147