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.

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 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
article thumbnail

Convert a Jenkinsfile to CircleCI config

CircleCI

Speaking personally, I can easily recall my first experiences building CircleCI config.yml files, both 1.0 and the many iterations I went through while having the CircleCI configuration reference open on a separate screen. Since the announcement of CircleCI 2.0, Since the announcement of CircleCI 2.0, sources/calc.py

Testing 59
article thumbnail

Simplifying your CI/CD build pipeline to GKE with CircleCI orbs

CircleCI

This article attempts to demystify the use of orbs to quickly get started with the CircleCI platform. You can also refer to the CircleCI Orbs Registry for the complete list of available orbs. CircleCI - Used for continuous integration and continuous deployment (CI/CD). For a quickstart to GKE, see the docs.

article thumbnail

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

CircleCI

Part 02: build Docker images and deploy to Kubernetes. CircleCI pipelines. CircleCI pipelines are the full set of processes you run when you trigger work on your projects. Settin up the project on CircleCI. Before we start building a config.yml file for this project, we need to add this project to CircleCI.