Christian Winther
Christian Winther
we use linkerd with nomad too, it works fine 1) https://www.nomadproject.io/docs/job-specification/service.html#initial_status set initial state to `critical`, shouldn't be healthy until your app says so 2) put something like 5-10s in...
@cminyard This is what I whipped up tonight :) https://github.com/jippi/docker-ser2net It will build `amd64`, `arm64` and `armhf` multi architecture Docker image that should work on all modern hardware as well...
@cminyard, what are your thoughts on the above? is it an acceptable solution to you? should [the build flags](https://github.com/jippi/docker-ser2net/blob/master/docker-install.sh#L60-L63) or other adjustments be made for it to be in a...
Great! I love good defaults. The container image should be bundled with all the latest versions of all packages from `debian:bullseye`
I've expanded on that in the README now https://github.com/jippi/docker-pritunl#usage-with-embedded-mongodb
I've covered upgrade paths and so forth in a new README section, that includes a script that can automate it :) https://github.com/jippi/docker-pritunl#upgrading-mongodb
@Phally @ADmad looks good to me once merge conflict has been fixed :)
It also does not work after running `circleci setup`
Debugging a bit, it seems like it's due to my IP being GitHub rate limited when trying to download `https://api.github.com/repos/CircleCI-Public/Orb-Project-Template/tags` in the `init` command (https://github.com/CircleCI-Public/circleci-cli/blob/master/cmd/orb.go#L1065) Doesn't see a way in...
Another case where validation up front would be really nice (or instructions more clear) ``` $ circleci orb init . --private Note: This command is in preview. Please report any...