Re: Docker experimental multi-arch image build (arm64, i386, amd64)
SCHLEMMER Norbert <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <DU2PR01MB8557BA86651E5B5D42345CFEE8D7A@DU2PR01MB8557.eurprd01.prod.exchangelabs.com> |
Hi John Did a test with rounduptracker/roundup:latest under amd64 and with mariadb and got it running. Used a docker compose script. After starting this container the mounted tracker directory will be initialised. As a next step I changed config.ini, restarted and the mariadb container was connected to the Roundup app. Importing from a prev version works too. But the same docker compose (but rounduptracker/roundup-development:multi) doesn't work under arm64, the tracker will not be initialised. For me there should be no difference between amd64 and arm64 during the startup procedure Br Norbert