aeternity / ae_mdw

Aeternity Middleware in Elixir
26 stars 10 forks source link

Push an image with dev mode integrated to dockerhub #1758

Open davidyuk opened 5 months ago

davidyuk commented 5 months ago

To test base aepp I want a built image of mdw with an integrated dev mode plugin (to be able to reset blockchain via http request). As I see, currently I need to build it with the DEV_MODE arg set to true. This would take much time in CI, so I need a built image.

Looking at https://hub.docker.com/r/aeternity/ae_mdw/tags I don't see anything suitable. For example in https://hub.docker.com/r/aeternity/aeternity/tags there are special *-bundle images that include dev mode.

Also, it is unclear the difference between refs-tags-v1.75.0 and 1.75.0 images.

thepiwo commented 4 months ago

would be super nice, but as far as I'm aware mdw and dev-mode aren't compatible when it comes to all features of dev-mode, e.g. rollbacks.