You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Using the technique described in #560 and implemented in #561
The same can be done for mqttbroker
Many of the examples/ repos have Dockerfile.amd64 / Dockerfile.arm / Dockerfile.arm64 / Dockerfile.ppc64le
I did a meld on some of these Dockerfiles and they are slightly different. (which is not good)
These multiple Dockerfiles and differences are unnecessary. We could delete them all. Create one common Dockerfile
Then in the Makefile, tell the docker build --platform linux/$(ARCH)
Docker/Podman will figure out which arch image to pull and build.
Describe the solution you'd like.
Remove all the Dockerfile.* files. Create a common Dockerfile
The text was updated successfully, but these errors were encountered:
@johnwalicki I think I can work on this issue. I can create a single dockerfile for the mqttbroker service (replacing the old ones) the way it is done for helloworldhere. Could I be assigned this issue if I got it right ?
As there were no changes to the services themselves, the version does not need to be incremented, and it does not need to be built and pushed. Closing.
Is your feature request related to a problem? Please describe.
Using the technique described in #560 and implemented in #561
The same can be done for mqttbroker
Many of the examples/ repos have
Dockerfile.amd64
/Dockerfile.arm
/Dockerfile.arm64
/Dockerfile.ppc64le
I did a meld on some of these Dockerfiles and they are slightly different. (which is not good)
These multiple Dockerfiles and differences are unnecessary. We could delete them all. Create one common Dockerfile
Then in the
Makefile
, tell the docker build --platform linux/$(ARCH)Docker/Podman will figure out which arch image to pull and build.
Describe the solution you'd like.
Remove all the Dockerfile.* files. Create a common
Dockerfile
The text was updated successfully, but these errors were encountered: