Skip to content

Commit

Permalink
Uses private instance
Browse files Browse the repository at this point in the history
  • Loading branch information
davividal committed Jan 23, 2024
1 parent 3937c88 commit 42d411a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ env:
CURRENT_VERSION: 10.3.0
NEXT_VERSION: 10.4.0


vm_instance_template: &VM_TEMPLATE
image: docker-builder-v*
build_server_hw_template: &BUILD_SERVER_HW_TEMPLATE
type: t2.small
region: eu-central-1
subnet_id: ${CIRRUS_AWS_SUBNET}

vm_instance_template: &VM_TEMPLATE
image: docker-builder-v*
<<: *BUILD_SERVER_HW_TEMPLATE


ci_instance_scanner: &CI_SCANNER
type: t2.small
region: eu-central-1
subnet_id: ${CIRRUS_AWS_SUBNET}
image: https://eu-central-1.console.aws.amazon.com/ecr/repositories/private/275878209202/base:j17
image: 275878209202.dkr.ecr.eu-central-1.amazonaws.com/base:j17
<<: *BUILD_SERVER_HW_TEMPLATE

multi_arch_build_task:
env:
Expand Down

0 comments on commit 42d411a

Please sign in to comment.