helfrichmichael / prusaslicer-novnc

Simple Docker container that serves Prusaslicer via noVNC in your web browser.
52 stars 20 forks source link

Pre-release/Alphas #10

Closed CJICantLie closed 1 year ago

CJICantLie commented 1 year ago

Is there a way to have this pull down the pre-release branch?

longman391 commented 1 year ago

+1 to this

Currently, I don't think there's a way to set a flag to pull the "latest" tagged build of prusaslicer. This means that when you need to run the latest version, even if it's a RC or beta, there's no way to do it automatically. Using "latest" on the container just pulls the latest version of this container, not prusaslicer itself.

It would be great to add a flag to pull the latest version of prusaslicer and/or to specify a particular version/build of prusaslicer to pull.

longman391 commented 1 year ago

I've opened a PR to add this feature. #12

midikeyboard commented 1 year ago

+1. i would love to be able to tap into beta releases. seems like only the dockerfile needs to be changed to fetch the latest prerelease instead of release.

helfrichmichael commented 1 year ago

Sorry for the super massive delay here. Since latest is now technically the latest, I'll avoid merging #12 in.

Going forward I think my intention is that I'll have the script pull truly the latest (whether that's a pre-release or the latest stable build).

If one of the builds pushed is bad, you could always go to a last known working version of my Docker container. Thanks again and feel free to reopen if I'm missing anything here!