passbolt / passbolt_docker

Get started with Passbolt CE using docker!
https://passbolt.com
GNU Affero General Public License v3.0
876 stars 193 forks source link

Issue with installing using docker-compose #194

Closed samuellhwarren closed 1 year ago

samuellhwarren commented 1 year ago

IMPORTANT :hand: :point_up: Please read

Only use github issues for bugs.

We will be more than happy to help you on the community forum for:

If you still want to report a bug please take a look first on the other open/closed tickets to avoid duplicating issues.

How to provide a good issue report:

What you did :memo:

I took the docker-compose file and installed it using portainer stacks and following instructions from your site. Both times, I get the following error in the docker logs for the Passbolt container: "exec /usr/bin/wait-for.sh: exec format error" I run this on a Raspberry pi 4, running aarch64, 16gb ram.

What happened :collision: :clipboard:

Container refuses to start.

What you expected to happen

I am not sure how to get more info to get past this.

Tecnobutrul commented 1 year ago

Hi @samuellhwarren! This is not an error, this is due to the fact that the passbolt docker image doesn't provide multi architecture support. Currently is working just for linux/amd64 arch.

The development of a multi-arch docker image is in progress so it will be ready very soon.

Tecnobutrul commented 1 year ago

Related to #184

samuellhwarren commented 1 year ago

perfect! I will follow and look forward to trying it out!