signum-node icon indicating copy to clipboard operation
signum-node copied to clipboard

Add pre-release builds to DockerHub especially the MariaDB version

Open paulpoco opened this issue 2 years ago • 3 comments

Add pre-release builds to DockerHub especially the MariaDB version.

This way the Pre-release beta versions for Testnet can be run in a Docker Container.

paulpoco avatar Apr 11 '23 03:04 paulpoco

will be done finally

There will be images for:

  • mainnet: H2, MariaDB, PostgreSQL
  • testnet: H2, MariaDB, PostgreSQL

and also pre-release versions of it

ohager avatar Jan 12 '24 14:01 ohager

I'm fairly confident that the only difference between the h2 and maria images is the default database config file that it copies to the host automatically. I'll have to double check, though.

With this in mind, it may be worth considering dropping the database specific images for db-agnostic main, test, and pre-release variants. This will require some configuration option prior to launch to be manually set, though. I think I did it the current way to make it a simple default.

damccull avatar Jan 15 '24 03:01 damccull

exactly...as you can see in #774 I'm using build args now. The Docker Images will be provided soon. And then the action for pre-release will be added also, so somehting like signumnode:h2-testnet-3.9.0-prerelease will be available

ohager avatar Jan 17 '24 19:01 ohager