genuinetools / img

Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.
https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/
MIT License
3.88k stars 230 forks source link

OSX support #268

Open andrewshawcare opened 4 years ago

andrewshawcare commented 4 years ago

I know the README says it's not currently supported, but it would be helpful to test out our Fargate task definition locally using docker-compose before we deploy it. We have a Jenkins agent in a container that we would like to see running the builds successfully locally before we deploy and don't have access to a linux host. I presume the agent will work, but it's difficult to be confident without the ability to test locally.

Running the image doesn't help as the goal is to have the Jenkins agent building without access to the docker daemon.

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label enhancement to this issue, with a confidence of 0.92. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

kekoav commented 4 years ago

MacOS is supported indirectly using Docker.. if you are running Jenkins agent in a container, that's within Docker I presume? If so you can run img the same way within Docker.