Skip to content

Docker script: improve versions handling

Mohamed IGUERNLALA requested to merge better-docker-script into next

Docker script: improve versions handling

  • automatic version detection
  • ability to provide a specific version via an env variable
  • warning if not the latest pulled version
  • warning if not the latest released version

Also, suppress the following warning on MacOS M1:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Edited by Mohamed IGUERNLALA

Merge request reports