-
Notifications
You must be signed in to change notification settings - Fork 207
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
Retype License violation on build #712
Comments
Likely related to issue #708. Please ensure you are using the latest v3.6.0 release. |
As you can see in the dockerfile, the version I'm using is the latest version available through dotnet tool installl. I have not been successful in building a custom docker image neither using dotnet, nor npm/yarn In my case I could not use the npm/yarn packages, since I host on arm64 nodes and those are not build for arm64 (only the darwin version but I run linux). The published Docker Hub Image retypeapp/retype is no longer up to date and throws the following error:
Final solution: The only way I could get all of this running is Github Actions. |
anyone have idea how to fix license error? I am also getting the same error after restarting the Docker container of retype however it was working well before server reboot. ERROR: This release of Retype has expired. Please update to the latest release. A Retype license is required to continue using this release. |
I use a custom dockerfile to build a basic container that contains a retype generated static site.
When running docker build in my CI (GH Actions), i get the following error:
When running docker build locally on the same dockerfile there are no issues.
Dockerfile:
I have 4-5 different plain text md files and I do not use pro features (i guess that would fail locally already since I do not have a license there either).
Any ideas on this?
The text was updated successfully, but these errors were encountered: