Skip to content

[bug]: plane-deploy manifest unknown error #2151

@TheZoker

Description

@TheZoker

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

I added the new plane-deploy package to my docker-compose file, but when I try to pull it, I get the following error:

Error response from daemon: manifest for makeplane/plane-deploy:latest not found: manifest unknown: manifest unknown

This is the part within my compose file:

  plane-deploy:
    image: makeplane/plane-deploy
    container_name: planedeploy
    restart: always
    command: /usr/local/bin/start.sh space/server.js space
    env_file:
      - .env
    environment:
      NEXT_PUBLIC_API_BASE_URL: ${NEXT_PUBLIC_API_BASE_URL}
    depends_on:
      - plane-api
      - plane-worker
      - plane-web

Steps to reproduce

  1. Add deploy to compose file
  2. Start

Browser

Google Chrome

Version

Self-hosted

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions