Closed talesam closed 2 years ago
--platform linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le,linux/386,linux \
Looks like a typo: ,linux
. should be removed.
--platform linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le,linux/386,linux \
This?
--platform linux/arm/v7/arm64/v8/amd64/ppc64le/386 \
I had used it before with ",linux" and it had worked, with another Dockerfile.
Only the last item is wrong, should be:
--platform linux/arm/v7,linux/arm64,linux/amd64,linux/ppc64le,linux/386
It worked well, but it only works if I go to https://hub.docker.com/r/talesam/flarum-webhooks-telegram-bridge click to copy the pull and paste it in the terminal, then download the image, if I give a pull directly from the terminal without clicking on the copy of the site, it gives an error or if you put it in a docker-compose, it gives an error, do I need to do something else to pull it straight? Strange that if I go to the search and type talesam the repository does not appear
Can anyone help me about this error?
Executed commands: