Remove docs circleci-images
article thumbnail

Deprecating Ubuntu 14.04 and 16.04 images: stay secure with modern Ubuntu

CircleCI

CircleCI’s Ubuntu 14.04 Linux virtual machine (VM) images will be temporarily unavailable in late March 2022 and late April 2022, and they will be permanently unavailable as of May 31, 2022. If you are using either of these images, update your config with a newer Ubuntu machine image before the 14.04 images will fail.

Linux 126
article thumbnail

Announcing CircleCI’s developer hub: CI/CD resources for every dev

CircleCI

TL;DR: You can now find all the best CI/CD config optimizations, migration guides, and CircleCI docs, along with assets like CI configuration packages through CircleCI orbs and Docker convenience images, in one convenient place on our new developer hub. An array of CircleCI interfaces and integrations.

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

Detect hardcoded secrets with GitGuardian

CircleCI

Container image layers. In this tutorial, you will learn how to add GitGuardian real-time monitoring to a CircleCI workflow to scan every new commit for secrets. To follow this tutorial, you will need: A CircleCI account. circleci/config.yml file. GitGuardian Personal access tokens docs. Runner console output.

article thumbnail

Run self-hosted CI jobs in Kubernetes with container runner

CircleCI

Container runner, a new container-friendly self-hosted runner, is now available for all CircleCI users. This means that users are free to use their own custom images or CircleCI convenience images and can easily execute secondary containers during job execution. jobs: build: docker: - image: cimg/base:2021.11

article thumbnail

Introducing the CircleCI Config SDK

CircleCI

We are excited to announce the new CircleCI Config SDK is now available as an open-source TypeScript library. Developers can now write and manage their CircleCI config.yml files using TypeScript and JavaScript. npm init -y npm i --save @circleci/circleci-config-sdk. NPM Package. GitHub Repository. Create the app.

Testing 138
article thumbnail

CircleCI matrix jobs

CircleCI

config, our team has been working on shipping features that make CircleCI more configurable, more flexible, and more efficient. We’re excited to announce that CircleCI now has support for matrices as part of our workflow syntax. This means I have a two-dimensional “matrix” of cases: So how do we express this in CircleCI?

Linux 129
article thumbnail

CircleCI onboarding toolkit: User-friendly tools to help you ship sooner

CircleCI

Fortunately, CircleCI provides several tools you can use to streamline the onboarding process and get up and running with a fast and secure pipeline in a matter of minutes, regardless of experience level. Step 0: Connect a project to CircleCI. You can learn more about the config SDK in Introducing the CircleCI Config SDK.

Tools 59