Old Dip Tracker
Old Dip Tracker
@sbrooks-aither we have been working on the [dogecoin/docker](https://github.com/dogecoin/docker) repository to make some progress on standardizing a base docker image. It currently supports x86_64, i686, armv7 and aarch64 binaries. With your...
``` $ grep -rn mapMultiArgs.count src/*cpp | sed 's/^.*mapMultiArgs.count..//;s/".*$//' |sort |uniq ``` - `-addnode` => `:` or `:` or `:` - `-bind` => `:` or `:` - `-bip9params` `::` -...
That's correct, but you don't want to do args like that when you k8s. That's what the `-e ADDNODE=x` is for...
Is it possible to retain the single-shot run method so that we can separate framework updates from test updates?
> What kind of difference are you thinking of ? Currently, there is a difference between exec and run: run uses entry point which de-escalates the uid, exec does not...
> Exec commands are also using entrypoint. Using verbose to show tests commands: That's not what we'd recommend a user to do though, right? I'll later on comment on that...
`-daemon` needs a root process e.g. `init` - so that won't work?
The only way to handle it is imho to disable `-daemon`. Problem is it can still be thrown into a config file. So maybe just document it?
Yes, I think we should just keep this issue open for now and keep it in the back of our heads that at some point we may need to do...
I'm testing with this Dockerfile, created as `./test/Dockerfile.test`: ``` FROM 4b3c1078692b RUN apt update && apt install -y python3-pip RUN python3 -m pip install pytest pytest-testinfra COPY . . RUN...