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:35 UTC

[airflow-ci-infra] branch main updated (47be7eb -> a4466fe)

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

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


    from 47be7eb  Bumped runner version
     add ce63fb3  Add packer configuration to build ARM docker instance
     new a4466fe  Merge pull request #51 from apache/add-packer-for-arm-docker-instance

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../packer/files/docker-permissions.sh             |  5 +-
 .../packer/files/install-dependencies.sh           |  7 +-
 .../packer/linux-ami.pkr.hcl                       | 82 ++++------------------
 .../packer/vars/variables.pkrvars.hcl              |  3 +-
 4 files changed, 20 insertions(+), 77 deletions(-)
 copy lambdas/scale_out_runner/requirements.txt => arm-docker-ami/packer/files/docker-permissions.sh (93%)
 copy lambdas/scale_out_runner/requirements.txt => arm-docker-ami/packer/files/install-dependencies.sh (92%)
 copy github-runner-ami/packer/ubuntu2004.pkr.hcl => arm-docker-ami/packer/linux-ami.pkr.hcl (50%)
 copy {github-runner-ami => arm-docker-ami}/packer/vars/variables.pkrvars.hcl (93%)


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

Posted by po...@apache.org.
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(+)