contribsys / faktory

Language-agnostic persistent background job server
https://contribsys.com/faktory/
Other
5.71k stars 228 forks source link

Options for `TARGETPLATFORM` in dockerfile #426

Closed Deekor closed 1 year ago

Deekor commented 1 year ago

Hey! I'm trying to build faktory from the dockerfile and am not sure what I should be passing into the build arguments for TARGETPLATFORM.

Is this documented anywhere?

mperham commented 1 year ago

Faktory is already available as a prebuilt image. The Makefile shows how it is used.

On Wed, Feb 15, 2023, at 11:59, Dee Evans wrote:

Hey! I'm trying to build faktory from the dockerfile and am not sure what I should be passing into the build arguments for TARGETPLATFORM.

Is this documented anywhere?

— Reply to this email directly, view it on GitHub https://github.com/contribsys/faktory/issues/426, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAAWX2GJ5USI7UP4US2O73WXUYTVANCNFSM6AAAAAAU5I5JUM. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Deekor commented 1 year ago

Yes, there seems to be no easy way to get the prebuilt image into GKE so I was hoping to fork and run the docker build in google cloud build.

Deekor commented 1 year ago

I figured it out.

For future searcher's sake:

You can use gcrane to copy the dockerhub image into gcr.io and run the container from there.