temporalio / docker-builds

Temporal service Docker images build
https://hub.docker.com/r/temporaliotest/auto-setup
MIT License
30 stars 59 forks source link

Remove support for docker bakefile #173

Closed tdeebswihart closed 11 months ago

tdeebswihart commented 11 months ago

What was changed

This replaces the bakefile with a cleaned-up version of the code that came before

Why?

Turns out there's another issue using docker buildx bake: you're unable to override the ENTRYPOINT of a parent image. This broke auto-setup and I've already wasted enough time fighting docker's issues, so I'm reverting all the bake-related code.

This should fix our auto-setup image

tdeebswihart commented 11 months ago

I've confirmed that this fixes our auto-setup image by running the docker-compose file in our samples repo

tdeebswihart commented 11 months ago

Closed in favor of https://github.com/temporalio/docker-builds/pull/175