-
-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding support for bind mount volume types #173
Adding support for bind mount volume types #173
Conversation
I tried running the
|
@bfox1793 please run |
Hmm, still running into some problems locally. Could the fact that I'm running on an arm machine be the root-cause?
|
Hmmm. It's possible that it's failing due to arm. You could try to debug it by passing in You could also try to PR this in from a personal fork rather than a github org fork. That would probably let the cloudposse-bot commit the changes directly to the branch. |
@bfox1793 wrote:
Perhaps, but it should not. Granted, we do not currently consider M1 supported, although it should mostly work via emulation. What is concerning here are these lines:
This means it is trying to run tools from the host file system, not the container. Our build harness will install the required tools, but we have not sorted out how to deal with the M1 vs Intel issue when doing so. In any case, that code is outdated, it should be using the tools in the container. I suggest you try running: make clean
make init
make pr/auto-format If you still have problems, please paste the full output from |
Seems the |
/test all |
Thank you @bfox1793 ! |
…alb-service-task * 'master' of github.com:SevenPicoForks/terraform-aws-ecs-alb-service-task: fixes: Changing task_exec_policy_arns or task_policy_arns cause recreations cloudposse#167 (cloudposse#178) make `host_path` optional for fargate (cloudposse#176) Adding support for bind mount volume types (cloudposse#173) Update README.md and docs (cloudposse#171) Set bool inputs to type bool (cloudposse#170) Add ecs_service_enabled (cloudposse#169) BUG | Support Dynamic deployment_circuit_breaker for CODE_DEPLOY (cloudposse#165) Added support to specify FSx Windows file server volumes (cloudposse#166) git-xargs programmatic commit (cloudposse#163) # Conflicts: # main.tf
what
why
references