LearnersBlock / learners-block

Provide educational resources, websites and popular EdTech (Kolibri, Moodle) offline.
https://learnersblock.org
GNU General Public License v3.0
12 stars 1 forks source link

Use multi-arch images for Portainer #170

Closed maggie44 closed 3 years ago

maggie44 commented 3 years ago

Currently Balena doesn't support multi-arch image pulls, you have to specify the SHA for the specific image. Hence a Portainer file for each of the build arch: https://github.com/LearnersBlock/learners-block/tree/main/portainer

Multi-arch image support is planned and when implemented we can remove the Portainer folder at the root and specify the Portainer official image in the docker-compose file, which will then use the multi-arch detection to pull the right image.