Hi Pablo, it works for me, maybe your local repo is damaged or your current directory is not `artemis-docker` when you run prepare-docker.sh. Could you try the following commands:
git clone g...@github.com:apache/activemq-artemis.git /tmp/activemq-artemis cd /tmp/activemq-artemis/artemis-docker/ ./prepare-docker.sh --from-release --artemis-version 2.28.0 Regards, Domenico On Sun, 21 May 2023 at 06:03, Pablo Krause <pablo.kra...@tenser.mx> wrote: > I'm trying to create a docker container for artemis using this official > readme: > https://github.com/apache/activemq-artemis/tree/main/artemis-docker > > Either the doc is wrong/incomplete, the script is defective, or I am an > idiot. > In either case, help would be appreciated. > > In particular I am running this: > > ./prepare-docker.sh --from-release --artemis-version 2.28.0 > > It successfully downloads stuff, and then it fails with "cp: cannot > stat './Dockerfile-*': No such file or directory" > > Thanks. >