mirror of
https://github.com/outbackdingo/ack-image-builder.git
synced 2026-01-27 10:18:13 +00:00
a5262159170a0b05230d25756738c7d982a58081
Image Build Specification of Alibaba Cloud Container Service for Kubernetes (ACK)
This repository contains resources and configuration scripts for building a custom base OS Image for ACK with HashiCorp Packer.
Setup
You must have Packer installed on your local system. For more information, see Installing Packer in the Packer documentation. You must also have Alibaba Cloud account credentials configured so that Packer can make calls to Alibaba Cloud API operations on your behalf.
For more information, see Alibaba Cloud builder in the Packer documentation.
Building the OS Image
Execute following scripts in your shell
export ALICLOUD_ACCESS_KEY=XXX
export ALICLOUD_SECRET_KEY=XXX
packer build ack-centos.json
Security
For security issues or concerns, please do not open an issue or pull request on GitHub. Please report any suspected or confirmed security issues to Alibaba Cloud Container Security contact kubernetes-security@service.aliyun.com
Description
Languages
Shell
99.4%
Dockerfile
0.4%
Makefile
0.2%