Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM support for Docker image #510

Open
ahanoff opened this issue Mar 27, 2023 · 2 comments
Open

ARM support for Docker image #510

ahanoff opened this issue Mar 27, 2023 · 2 comments

Comments

@ahanoff
Copy link
Contributor

ahanoff commented Mar 27, 2023

hi @sameersbn,

may I check if it's possible to add support for ARM platform? I'm tryint to run it on my Mac M1 and getting this error:

no matching manifest for linux/arm64/v8 in the manifest list entries

Below is docker-compose.yml used:

version: '2'

networks:
  redmine-net:
    driver: bridge

services:
  db:
    image: mariadb:10.5.19
    restart: always
    environment:
      MARIADB_ROOT_PASSWORD: password
      MARIADB_USER: redmine
    networks:
      - redmine-net
  redmine:
    image: sameersbn/redmine:5.0.5
    restart: always
    ports:
      - 8080:8080
    networks:
      - redmine-net
    volumes:
      - .redmine:/home/redmine/data
    env_file:
      - redmine.config
@jcormier
Copy link
Collaborator

Its probably possible, someone would just need to figure out and test the changes to the github build scripts. Pull requests are welcome

@yennor
Copy link

yennor commented Aug 12, 2023

arm support would be great :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants