amazon-ecs-render-task-definition icon indicating copy to clipboard operation
amazon-ecs-render-task-definition copied to clipboard

Inserts a container image URI into an Amazon ECS task definition JSON file.

Results 51 amazon-ecs-render-task-definition issues
Sort by recently updated
recently updated
newest added

Would be great to have the ability to change environment variables when rending a new task definition. I cannot find any other chance how to do it :)

feature-request
Investigating

*Issue #, if available:* We currently have support for fixed environment variables, but not for sensitive data store at SSM or Secrets Manager. *Description of changes:* I've added a parameter...

Would be great if you could pass in CPU/Memory reservations at the container level when rendering a new task definition. This would support differing reservations based on environment (as most...

*Issue #, if available:* *Description of changes:* - Add `docker-labels` to optional action input(action.yml) - Apply `docker-labes` to ecs task definition `dockerLabels`. - Add test to empty case and update...

The error: ```Warning: Unexpected input(s) 'environment-variables', valid inputs are ['task-definition', 'container-name', 'image']``` The definition: ``` - name: Fill in the new image ID in the Amazon ECS task definition id:...

It would be helpful to be able to update the images if there are multiple containers in the same task definition. Currently, a user would have to chain multiple of...

feature-request

Not sure if this should be one in the same issue, but; I wanted to deploy task definitions to two environments changing the CPU value. Generally this is static, but...

feature-request

Hi using version `aws-actions/amazon-ecs-render-task-definition@v1` and getting the following warning on every run of the action: Warning: The set-output command is deprecated and will be disabled soon. Please upgrade to using...

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.5.1 to 29.2.1. Release notes Sourced from jest's releases. v29.2.1 Features [@jest/globals, jest-mock] Add jest.Spied* utility types (#13440) Fixes [jest-environment-node] make globalThis.performance writable for Node 19 and...

dependencies

*Issue #, if available:* Resolves #194 *Description of changes:* 1. `action.yml` - Switch to `node16` 2. `package-lock.json` - Run `npm install` using Node v16.18.0 By submitting this pull request, I...