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

ERROR: no matching manifest for linux/arm/v7 in the manifest list entriesBug: #70

Closed
Coolie1101 opened this issue Oct 19, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Coolie1101
Copy link

Is this urgent?

No response

What parts are affected

Backend

What are the Server/Client versions of KitchenOwl

Latest

What's the problem 🤔

Got the following error while trying to install via docker-compose.

ERROR: no matching manifest for linux/arm/v7 in the manifest list entries

Share your logs

WARNING: The ZbF variable is not set. Defaulting to a blank string.
Pulling back (tombursch/kitchenowl:latest)...
latest: Pulling from tombursch/kitchenowl
ERROR: no matching manifest for linux/arm/v7 in the manifest list entries

Share your configuration

version: "3"
services:
  front:
    image: tombursch/kitchenowl-web:latest
    environment:
      - FRONT_URL=http://localhost
      # - BACK_URL=back:5000 # Optional should not be changed unless you know what youre doing
    ports:
      - "80:80"
    depends_on:
      - back
    networks:
      - default
  back:
    image: tombursch/kitchenowl:latest
    restart: unless-stopped
    # ports: # Optional and only needed when only hosting the http backend
    #   - "80:80"
    networks:
      - default
    environment:
      - JWT_SECRET_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
      - FRONT_URL=http://localhost
    volumes:
    - kitchenowl_data:/data

volumes:
  kitchenowl_data:

networks:
  default:
@Coolie1101 Coolie1101 added the bug Something isn't working label Oct 19, 2022
@TomBursch
Copy link
Owner

Closing this as duplicate of #46

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