bjhale/AWS ECS Container Definition Generator Action

Generates an AWS ECS Container Definition JSON file

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
containerDefinitionRawThe container definition YAML/JSON as a stringno
commandThe command to run in the containerno
memoryThe hard limit (in MiB) of memory to present to the containerno
cpuThe number of cpu units reserved for the containerno
memory_reservationThe soft limit (in MiB) of memory to reserve for the containerno
linksThe link parameter allows containers to communicate with each other without the need for port mappingsno
dockerLabelsThe Docker labels to add to the containerno
environmentThe environment variables to pass to a container in INI formatno
imageThe image used to start a containerno
linuxParametersLinux-specific modifications that are applied to the container, such as Linux kernel capabilitiesnoinitProcessEnabled: true
logConfigurationThe log configuration specification for the containerno
mountPointsThe mount points for data volumes in your containerno
nameThe name of a containerno
portMappingsThe list of port mappings for the containerno
dependsOnThe dependencies defined for container startup and shutdownno
healthCheckThe health check command and associated configuration parameters for the containerno
entryPointThe entry point that is passed to the containerno
namedescription
container_definitionThe path to the file containing the container definition JSON
container_definition_rawThe container definition JSON as a string