docker image with dev-tag

I2P router issues
Post Reply
pad
Posts: 5
Joined: 02 Sep 2019 09:09

docker image with dev-tag

Post 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
bwdcal
Posts: 53
Joined: 07 Jan 2023 13:41

Re: docker image with dev-tag

Post 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.
>>o<<
User avatar
whitenoise
Posts: 1
Joined: 26 Oct 2023 12:41

Re: docker image with dev-tag

Post 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.
Post Reply