代码拉取完成,页面将自动刷新
{
"builders": [
{
"type": "amazon-ebs",
"region": "us-east-1",
"access_key": "{{user `MY_ACCESS_KEY`}}",
"secret_key": "{{user `MY_SECRET_KEY`}}",
"source_ami_filter": {
"filters": {
"virtualization-type": "hvm",
"name": "ubuntu/images/*ubuntu-focal-20.04-amd64-server-*",
"root-device-type": "ebs"
},
"owners": ["099720109477"],
"most_recent": true
},
"instance_type": "c5.xlarge",
"ssh_username": "ubuntu",
"ami_name": "compiler-explorer builder packer 20.04 @ {{timestamp}}",
"tags": {"Site": "CompilerExplorer"},
"run_volume_tags": {"Site": "CompilerExplorer"},
"associate_public_ip_address": true,
"iam_instance_profile": "XaniaBlog",
"vpc_id": "vpc-17209172",
"security_group_id": "sg-f53f9f80",
"subnet_id": "subnet-1df1e135",
"ami_block_device_mappings": [
{
"device_name": "/dev/sda1",
"volume_size": 6,
"delete_on_termination": true,
"volume_type": "gp2"
}
],
"launch_block_device_mappings": [
{
"device_name": "/dev/sda1",
"volume_size": 24,
"delete_on_termination": true,
"volume_type": "gp2"
}
]
}
],
"variables": {
"BRANCH": "main",
"MY_ACCESS_KEY": "",
"MY_SECRET_KEY": ""
},
"provisioners": [
{ "type": "file", "source": "packer", "destination": "/home/ubuntu/" },
{
"type": "shell",
"execute_command" : "{{ .Vars }} sudo -E bash '{{ .Path }}'",
"inline": [
"set -euo pipefail",
"while [ ! -f /var/lib/cloud/instance/boot-finished ]; do echo 'Waiting for cloud-init...'; sleep 1; done",
"export DEBIAN_FRONTEND=noninteractive",
"cp /home/ubuntu/packer/known_hosts /home/ubuntu/.ssh/",
"rm -rf /home/ubuntu/packer",
"apt-get -y update",
"apt-get -y install git",
"git clone -b {{user `BRANCH`}} https://ghproxy.com/https://github.com/compiler-explorer/infra.git /infra",
"cd /infra",
"env PACKER_SETUP=yes bash setup-builder.sh 2>&1 | tee /tmp/setup.log"
]
}
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。