Skip to content

Commit

Permalink
feat(aws): add created-via targeting tag (#562)
Browse files Browse the repository at this point in the history
This will ease in the removal of orphaned arm builder EC2 instances.
  • Loading branch information
curiositycasualty authored Oct 21, 2022
1 parent 9cf6dfb commit 1d79753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ else ifeq ($(BUILDX),true)
--amazonec2-ami $(AWS_AMI) \
--amazonec2-vpc-id $(AWS_VPC) \
--amazonec2-monitoring \
--amazonec2-tags created-by,${USER} ${DOCKER_MACHINE_ARM64_NAME}
--amazonec2-tags created-by,${USER},created-via,kong-build-tools ${DOCKER_MACHINE_ARM64_NAME}
docker context create ${DOCKER_MACHINE_ARM64_NAME} --docker \
host=tcp://`docker-machine config ${DOCKER_MACHINE_ARM64_NAME} | grep tcp | awk -F "//" '{print $$2}'`,\
ca=`docker-machine config ${DOCKER_MACHINE_ARM64_NAME} | grep tlscacert | awk -F "=" '{print $$2}' | tr -d "\""`,\
Expand Down

0 comments on commit 1d79753

Please sign in to comment.