Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pre-release builds to DockerHub especially the MariaDB version #736

Open
paulpoco opened this issue Apr 11, 2023 · 3 comments
Open

Add pre-release builds to DockerHub especially the MariaDB version #736

paulpoco opened this issue Apr 11, 2023 · 3 comments
Milestone

Comments

@paulpoco
Copy link
Collaborator

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.

@ohager
Copy link
Member

ohager commented Jan 12, 2024

will be done finally

There will be images for:

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

and also pre-release versions of it

@damccull
Copy link

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.

@ohager
Copy link
Member

ohager commented Jan 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants