aws / amazon-mwaa-docker-images

Apache License 2.0
24 stars 11 forks source link

Support optional bootstrapping steps for development purposes #27

Closed rafidka closed 3 months ago

rafidka commented 8 months ago

Overview

During development, we frequently need to have access to tools we don't need in production, e.g. vim, sudo, among others. As such, we would like to be able to add additional bootstrapping steps that only get executed if we are building a development image. We can probably achieve this by prefixing the script name with dev, e.g. 400-dev-install-power-tools.sh.

Acceptance Criteria