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

Bug: No arm7 build on docker site for backend #143

Closed
schwanbeck opened this issue Mar 29, 2023 · 1 comment
Closed

Bug: No arm7 build on docker site for backend #143

schwanbeck opened this issue Mar 29, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@schwanbeck
Copy link

schwanbeck commented Mar 29, 2023

Is this urgent?

No

What parts are affected

Backend

What are the Server/Client versions of KitchenOwl

v0.3.13

What's the problem 🤔

Installing via docker compose up with suggested docker-compose.yml file gives error
[+] Running 0/1
⠴ back Pulling
no matching manifest for linux/arm/v7 in the manifest list entries

Checked under docker site and found no compilation for arm7 structure, though kitchenowl-web has one.

Share your logs

No response

Share your configuration

docker-compose.yml:

version: "3"
services:
  front:
    image:  tombursch/kitchenowl-web:latest
    # environment:
    #   - BACK_URL=back:5000 # Optional should not be changed unless you know what youre doing
    ports:
      - "8042:80"
    depends_on:
      - back
    networks:
      - default
  back:
    image: tombursch/kitchenowl:latest
    restart: unless-stopped
    # ports: # Optional
    #   - "80:80" # http protocol
    #   - "5000:5000" # uwsgi protocol
    networks:
      - default
    environment:
      - JWT_SECRET_KEY=CHANGEME
      # - FRONT_URL=http://localhost # Optional should not be changed unless you know what youre doing
    volumes:
      - kitchenowl_data:/data

volumes:
  kitchenowl_data:

networks:
  default:
@schwanbeck schwanbeck added the bug Something isn't working label Mar 29, 2023
@TomBursch
Copy link
Owner

Duplicate of #46

@TomBursch TomBursch marked this as a duplicate of #46 Mar 30, 2023
@TomBursch TomBursch closed this as not planned Won't fix, can't repro, duplicate, stale Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants