Memgrpah Docker extension uses the latest Memgraph Platform image. At the moment, this means that Memgraph Platform 2.8 is used.
I would like to build a Docker Extension that uses Memgraph Platform 2.7. Can that be done?
I've tried docker build --tag=memgraph/memgraph-docker-extension:2.7.0 .
but this only tags Docker extension with 2.7, it doesn't change the Memgraph Platform that is used.