Page 1 of 1

docker image with dev-tag

Posted: 23 Nov 2023 11:01
by pad
Hi all,

I read that you are looking for testers for the latest dev-build.
Would it be possible to publish a corresponding docker-image with a "dev" - tag on docker hub?

Or - how can one (unconventionally) upgrade a dockerized i2p-router? Just drop the upgrade-package into /i2p inside the container?

Cheers
Pad

Re: docker image with dev-tag

Posted: 28 Nov 2023 10:59
by bwdcal
pad wrote: 23 Nov 2023 11:01 Hi all,

I read that you are looking for testers for the latest dev-build.
Would it be possible to publish a corresponding docker-image with a "dev" - tag on docker hub?

Or - how can one (unconventionally) upgrade a dockerized i2p-router? Just drop the upgrade-package into /i2p inside the container?

Cheers
Pad
Hi, thanks for your suggest.

i2p is just a cli tool with one config file(or just command option), it's very easy to setup.

I think just use shell script can keep it simple.

Re: docker image with dev-tag

Posted: 19 Jan 2024 13:25
by whitenoise
Unsure whether this is the correct place for the following comment but here it comes anyway:

Having tried the current I2P dockerfile, it seems to have a problem with volumes becoming corrupt when the container restarts, at least when used in a docker-compose setup. It is a shame and I was wondering, has there been any progress on this front? The container works if you don't map any volumes.