You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/07/04 11:00:36 UTC

[airflow-ci-infra] 01/01: Merge pull request #51 from apache/add-packer-for-arm-docker-instance

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git

commit a4466fe5f28cf33b520801c202478b1c8f03e589
Merge: 47be7eb ce63fb3
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Mon Jul 4 13:00:31 2022 +0200

    Merge pull request #51 from apache/add-packer-for-arm-docker-instance
    
    Add packer configuration to build ARM docker instance

 arm-docker-ami/packer/files/docker-permissions.sh  | 18 ++++
 .../packer/files/install-dependencies.sh           | 22 +++++
 arm-docker-ami/packer/linux-ami.pkr.hcl            | 96 ++++++++++++++++++++++
 arm-docker-ami/packer/vars/variables.pkrvars.hcl   | 22 +++++
 4 files changed, 158 insertions(+)