Robert Hafner

Results 189 comments of Robert Hafner

They formed out of two PRs ([fast-api-docker](https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/pull/118) and [gunicorn](https://github.com/tiangolo/uvicorn-gunicorn-docker/pull/93)) on the FastAPI images that attempted to make those images work on multiple architectures. Most of the users come from that...

This should be resolved *on posix platforms* with #140. The likelihood of this occuring should be dropped significantly for all platforms with #139.

I'm also encountering this issue with a similar setup to @stevelle. This basically means that beaker is no longer compatible with OSX machines or OSX filesystems, as far as I...

I've got a fork I've been maintaining for a couple of years now- https://github.com/tedivm/aws-amicleaner

@bonclay7 - my fork has some features you're missing, such as the ability to check through launch templates. https://github.com/bonclay7/aws-amicleaner/compare/master...tedivm:aws-amicleaner:dev

The solution to this is to set the environmental variable `TERM` to `xterm`- ``` export TERM=xterm && amiclean ``` It may be worth updating the readme for people who encounter...

A linux ARM would be great- basically something that can run in the official Python ARM64 containers.

For anyone else who needs it I'm building docker containers with ARM support [here](https://github.com/multi-py/python-oso).

And in further good news, the automation I set up to keep the containers up to date picked up the new release and automatically built new containers.

@jlk- AWS Lambda supports using images instead of zip files to launch. As a work around you can use the [multi-py oso image](https://github.com/multi-py/python-oso) as the base for your lambda.