Rich Stokes
Rich Stokes
Running into something similar here. Did you ever find a solution? ``` Traceback (most recent call last): 9: from /usr/local/bin/terraforming:23:in `' 8: from /usr/local/bin/terraforming:23:in `load' 7: from /Library/Ruby/Gems/2.6.0/gems/terraforming-0.18.0/bin/terraforming:5:in `' 6:...
Even weirder, it works just fine if I set the image as `-i "nginx:latest"`. Once that completed, I tried again with `-i "strm/helloworld-http"` but the image remains as `nginx:latest` on...
The latest AWS 4.release does not contain the breaking changes to S3. Could we have an update to this module that works with AWS 4.19, please?
Just tried `aquasecurity/[email protected]` -- same issue
I changed the curl download to: > wget -O nomad.zip https://releases.hashicorp.com/nomad/0.8.3/nomad_0.8.3_linux_amd64.zip in the startup.sh.tpl - this seems to have fixed it. Not sure why but it looked like curl was...
There is a chance, yea! Just not sure how I'd build/test it since I dont have any ARM devices.. If you like, feel free to create a PR - I'd...
Yeah I think it would be pretty straightforward to create the image, it's just needing some hardware to build/test it on. I tried emulating a R-Pi but it was just...
This would save a lot of bandwidth too, not having to push/pull the same base layers every time..
Thanks @szuecs - adding `--aws-batch-change-size=2` as an arg works. Am I missing something or is there no documentation for this?
That works!