-
Notifications
You must be signed in to change notification settings - Fork 17
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
docker: added alternative docker assets for beta website #778
Conversation
Build succeeded. ✔️ yarn-build-copy SUCCESS in 7m 35s |
Build succeeded. ✔️ yarn-build-copy SUCCESS in 7m 56s |
986ea25
to
5127701
Compare
RUN wget "https://github.com/plantuml/plantuml/releases/download/v$PLANTUML_VERSION/plantuml-$PLANTUML_VERSION.jar" -O $JAVA_HOME/lib/plantuml.jar | ||
|
||
# Test plantuml can be loaded | ||
RUN java -Djava.awt.headless=true -jar $JAVA_HOME/lib/plantuml.jar -version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chartrandf do we still use plantuml in the beta website, or is this useless?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Useless for beta, we can now write mermaid directly inside the markdown files 😃
Build succeeded. ✔️ yarn-build-copy SUCCESS in 7m 43s |
Build succeeded (gate pipeline). ✔️ yarn-build-search-copy SUCCESS in 7m 08s |
Need separate dockerfile, docker-compose file and Makefile targets to develop on the beta website using docker.
make beta/develop
andmake beta/builder
make targets