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]: setup pull preview version failed #5932

Open
1 task done
elmagnificogi opened this issue Oct 30, 2024 · 0 comments
Open
1 task done

[bug]: setup pull preview version failed #5932

elmagnificogi opened this issue Oct 30, 2024 · 0 comments
Assignees
Labels
🐛bug Something isn't working

Comments

@elmagnificogi
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

if self-hosted use preview version , follow the cmd from offical doc

export RELEASE=preview
curl -fsSL https://raw.githubusercontent.com/makeplane/plane/$RELEASE/deploy/selfhost/install.sh | sed  's@BRANCH=master@BRANCH='"$RELEASE"'@' > setup.sh

you will get the fail

Plane supports amd64
Syncing environment variables...
Environment variables synced successfully
Updating custom variables...
Custom variables updated successfully
unknown flag: --policy
Failed to pull the images. Exiting...

i check the real cmd will use

docker-compose pull --policy always

in fact the preview cant get all right version

Steps to reproduce

follow the install plane docker doc
https://developers.plane.so/self-hosting/methods/docker-compose

Environment

Deploy preview

Browser

None

Variant

Self-hosted

Version

preview

@elmagnificogi elmagnificogi added the 🐛bug Something isn't working label Oct 30, 2024
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

3 participants