shantanoo-desai / komponist

A Composer for your favorite IoT/ IIoT container stacks with Ansible + Jinja2 + Docker Compose v2
GNU Affero General Public License v3.0
25 stars 2 forks source link

InfluxDBv1 Image version on ARM device #67

Open gintasjuk opened 1 year ago

gintasjuk commented 1 year ago

When using Komponist to generate files on remote ARM device, InfluxDB image version 1.8-alpine is not working, need to use just 1.8. Setting is in /vars/config.yml file

shantanoo-desai commented 1 year ago

In order to be compatible with arm64 images, I might have to adapt the templates for docker-compose files to provide a check for which platform does the container need to run on OR provide an example configuration for ARM64 compatible config.yml