Documentation for Docker environment is not correct

Confluence User - 02 Aug, 2023

On page Build Plugin Source Code using Docker


the following command is mentioned:


docker run -it --rm -v ${PWD}:/usr/src/mymaven -w /usr/src/mymaven jogetworkflow/docker-maven-joget:8.0-SNAPSHOT mvn archetype:generate -DarchetypeGroupId="org.joget" -DarchetypeArtifactId="wflow-plugin-archetype" -DarchetypeVersion="8.0-SNAPSHOT" -DgroupId="org.joget.plugin" -DartifactId="custom-plugin"


Bute the image 8.0-SNAPSHOT is not on docker - only images up to version 7 are on docker.



docker;documentation

2


07 Aug, 2023
confluenceUser
confluenceUser

Hi, it appears that the 8.0-SNAPSHOT image has not been published yet. You can try using the existing 7.0-SNAPSHOT image to build your plugin instead, I believe it should be forward compatible with the newer versions too.

07 Aug, 2023
confluenceUser
confluenceUser

It was just a hint that the documentation is not correct - it should go in sync with what was published - If 8.0-SNAPHOT is not yet out - the documentation should be adjusted.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print