empire icon indicating copy to clipboard operation
empire copied to clipboard

A PaaS built on top of Amazon EC2 Container Service (ECS)

Results 90 empire issues
Sort by recently updated
recently updated
newest added

Now that GitHub has shut down their legacy access for apps, users need to upgrade to a version of empire that supports `weblogin`, and we should probably remove the `login`...

Just a heads up that Go 1.17 (and the just-released 1.16 without first changing `GO111MODULE`) won't support builds that aren't in module-aware mode. I'm not sure what the status of...

We have a Rails server, using empire, with Github Actions for deployment. After successful deploy, we run migrations. We basically followed the steps in the [empire documentation](https://empire.readthedocs.io/en/latest/deploying_an_application/#run-only-processes). When it runs...

AWS have long had an option to use a new format for ECS arns for services, tasks and container-instances, see https://aws.amazon.com/blogs/compute/migrating-your-amazon-ecs-deployment-to-the-new-arn-and-resource-id-format-2/ What's new is that from October 2020 these options...

(The purpose of this report is to alert `remind101/empire` to the possible problems when `remind101/empire` try to upgrade the following dependencies) ## An error will happen when upgrading library _urfave/cli_:...

According to the recent announcement [[1]], Github is > GitHub is deprecating password authentication to the API Looking at the empire source code, it looks like the `emp login` command...

AWS Announced last year support for daemon scheduling in ECS: https://aws.amazon.com/about-aws/whats-new/2018/06/amazon-ecs-adds-daemon-scheduling/ This allows 1 container per instance. Does empire support running a "service" scaled to "one per instance"? Thanks!

We rely on the release tags to deploy versions of Empire to our infrastructure; we'd like to use 0.13 but as 0.13.1 contains what appears to be a fairly critical...

The remote connection will die with an error message like this: ``` attaching to container (e413a2f40b7de61f84839a7b8fd0d52f3b25997f80afcf3c7c2eee6eea2af305): InvalidParameterException: Upload too large: 1049218 bytes exceeds limit of 1048576 status code: 400, request...

bug

I've been running an empire cluster for a few months v0.12.0 with similar setup to the example cloud-formation template. I'm trying to harden for production and split the controller from...