on-demand icon indicating copy to clipboard operation
on-demand copied to clipboard

Parameterise the buildkite-base and buildkite-sidecar images

Open keithduncan opened this issue 5 years ago • 1 comments
trafficstars

These are hardcoded to keithduncan/buildkite-base and keithduncan/buildkite-sidecar repsectively.

keithduncan avatar Apr 15 '20 03:04 keithduncan

These might be good as an SSM parameter, something like:

BuildkiteBaseImage:
    Description: Docker Image for base agent
    Type: AWS::SSM::Parameter::Value<String>
    Default: /buildkite/on-demand/${AWS::StackName}/base/image_id

keithduncan avatar Apr 29 '20 00:04 keithduncan