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

docker: added alternative docker assets for beta website #778

Merged
merged 2 commits into from
Nov 26, 2024

Conversation

DrPyser
Copy link
Contributor

@DrPyser DrPyser commented Nov 22, 2024

Need separate dockerfile, docker-compose file and Makefile targets to develop on the beta website using docker.

  • dockerfile with node version and yarn setup for docusaurus website
  • docker-compose file with appropriate volume mounts and build parameters
  • make beta/develop and make beta/builder make targets

Copy link
Contributor

Build succeeded.
https://zuul.wazo.community/zuul/t/local/buildset/6b74836d16fb466ba1cbbc3f0203e6c1

✔️ yarn-build-copy SUCCESS in 7m 35s
✔️ yarn-prettier-uc-doc SUCCESS in 4m 08s

Copy link
Contributor

Build succeeded.
https://zuul.wazo.community/zuul/t/local/buildset/cf970be5ee5e45eaabe73900e452aafe

✔️ yarn-build-copy SUCCESS in 7m 56s
✔️ yarn-prettier-uc-doc SUCCESS in 4m 44s

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@DrPyser DrPyser force-pushed the fix-beta-docker-dev branch from 986ea25 to 5127701 Compare November 26, 2024 19:58
Comment on lines +11 to +14
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
Copy link
Contributor Author

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?

Copy link
Member

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 😃

Copy link
Contributor

Build succeeded.
https://zuul.wazo.community/zuul/t/local/buildset/8676cef4e159419eaec16f8361bf4872

✔️ yarn-build-copy SUCCESS in 7m 43s
✔️ yarn-prettier-uc-doc SUCCESS in 4m 26s

Copy link
Contributor

Build succeeded (gate pipeline).
https://zuul.wazo.community/zuul/t/local/buildset/f44837ab15c241d9a4cbc3f9b4087e04

✔️ yarn-build-search-copy SUCCESS in 7m 08s

@wazo-community-zuul wazo-community-zuul bot merged commit 4a127b0 into master Nov 26, 2024
3 checks passed
@wazo-community-zuul wazo-community-zuul bot deleted the fix-beta-docker-dev branch November 26, 2024 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants