packer-cn/website/pages/guides/packer-on-cicd/index.mdx

18 lines
900 B
Plaintext
Raw Normal View History

2017-12-08 11:28:27 -05:00
---
layout: guides
sidebar_current: guides-packer-on-cicd-index
2017-12-11 17:31:44 -05:00
page_title: Build Immutable Infrastructure with Packer in CI/CD
2017-12-08 11:28:27 -05:00
---
2017-12-11 17:31:44 -05:00
# Build Immutable Infrastructure with Packer in CI/CD
2017-12-08 11:28:27 -05:00
2017-12-11 18:10:37 -05:00
This guide focuses on the following workflow for building immutable
infrastructure. This workflow can be manual or automated and it can be
implemented with a variety of technologies. The goal of this guide is to show
how this workflow can be fully automated using Packer for building images from
a continuous integration/continuous deployment (CI/CD) pipeline.
2017-12-08 13:31:00 -05:00
2017-12-11 17:37:28 -05:00
1. [Build Images using Packer in CI/CD](/guides/packer-on-cicd/build-image-in-cicd.html)
2. [Upload the new image to S3](/guides/packer-on-cicd/upload-images-to-artifact.html) for future deployment or use during development
3. [Create new Terraform Enterprise runs](/guides/packer-on-cicd/trigger-tfe.html) to provision new instances with the images