hako icon indicating copy to clipboard operation
hako copied to clipboard

Deploy Docker container

Results 10 hako issues
Sort by recently updated
recently updated
newest added

Sidecars referenced by `depends_on` from the specified containers have to be run along with them when running `hako oneshot`, otherwise a RegisterTaskDefinition API call fails with something along the lines...

Hi, I've created a Dockerfile, so that it is possible to build a docker container and run it in a container, without the need of a local ruby installation.

This adds a new parameter called firelens_configuration, which maps to [ContainerDefinition's firelensConfiguration](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerDefinition.html#ECS-Type-ContainerDefinition-firelensConfiguration), to the container definition. References: - [ContainerDefinition](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerDefinition.html#ECS-Type-ContainerDefinition-firelensConfiguration) - [FirelensConfiguration](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_FirelensConfiguration.html) - [Custom Log Routing](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_firelens.html)

This condition represent config doesn't have `load_balancer_name` key, so I think it would be oposite condition. `if !load_balancer_given?` https://github.com/eagletmt/hako/blob/master/lib/hako/schedulers/ecs_elb_v2.rb#L54 And also it is the same pattern at target group section...

I tried to implement multi target group. It supported on Jul. https://aws.amazon.com/jp/about-aws/whats-new/2019/07/amazon-ecs-services-now-support-multiple-load-balancer-target-groups/ Would it be alright to continue with this plan? Please review this PR!

I will prepare common files for all environments when deploying using hako. and it reads the variable for each environment defined in another file. It is currently used after replacing...

## Drop YAML support I decided to use Jsonnet for the configuration language #38 . YAML is currently still supported, but will be dropped in the future. ## Rename "additional_containers"...

I've implemented the attachment of an EBS volume to the ECS. I'd like to attach ephemeral volumes larger than 200GB in Fargate, and with EBS it can specify volume sizes...

https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-ecs/CHANGELOG.md#1970-2022-03-07