Generate CircleCI Configuration YAML from JavaScript or TypeScript. Use Dynamic Configuration and the Config SDK together for live generative config.
82
stars
29
forks
source link
Request: add support for docker_layer_caching in machine executor #146
Closed
a-cordier closed 2 years ago
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
It looks like generating a machine executor from the SDK does not allow to define the docker_layer_caching property.
The MachineExecutorShape object defines this property, but it is not handled by the generateContent method in the executor itself.
Describe the solution you'd like
Maybe adding a
useDockerImageLayerCaching
method to the MachineExecutor classTeachability, documentation, adoption, migration strategy
Enabling docker image layer caching on machine executors
What is the motivation / use case for changing the behavior?
We are considering using the SDK to generate our continuation step and need this feature to match our existing config file