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