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
At the time, not all "opcrouter/runtime" images work with a Raspberry Pi 4. You should be able to write a different tag other than "latest" for those images (opcrouter/runtime:4.27.3188.111 works well). Also, you should be able to include a time zone to deploy your Docker container (i.e. "America/Caracas", "Europe/Berlin").
Looking at the tags for the opcrouter/runtime image, all of the tags are built for both Linux AMD64 and ARM64 so they should work well on RPi4: https://hub.docker.com/r/opcrouter/runtime/tags
Feel free to open a PR to add the the TZ parameter.
The thing is:
The Portainer template for the Raspberry Pi 4 won't work with the "opcrouter/runtime" Docker container when using the "latest" tag (at the time of writing). This tag is fixed in the JSON template. As a user, I would want to set the specific tag to create the container (therefore, "4.27.3188.111") when using the Portainer UI.
Also, besides the TZ parameter, I would want the capacity to set the OR_DATABASE_ENABLE_TLS parameter to "true".
At the time, not all "opcrouter/runtime" images work with a Raspberry Pi 4. You should be able to write a different tag other than "latest" for those images (opcrouter/runtime:4.27.3188.111 works well). Also, you should be able to include a time zone to deploy your Docker container (i.e. "America/Caracas", "Europe/Berlin").
Here is my proposal:
https://github.com/joseamaita/portainer-templates/tree/rpi4
The text was updated successfully, but these errors were encountered: