Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

enterprise license job fails on consul versions >= 1.8.1 #647

Closed
lkysow opened this issue Oct 14, 2020 · 0 comments · Fixed by #654
Closed

enterprise license job fails on consul versions >= 1.8.1 #647

lkysow opened this issue Oct 14, 2020 · 0 comments · Fixed by #654
Labels
bug Something isn't working

Comments

@lkysow
Copy link
Member

lkysow commented Oct 14, 2020

Consul 1.8.1 upgraded alpine (hashicorp/docker-consul#149) which included a newer version of timeout that takes the timeout as an argument instead of with the -t flag.

Before:

timeout
BusyBox v1.29.3 (2019-01-24 07:45:07 UTC) multi-call binary.

Usage: timeout [-t SECS] [-s SIG] PROG ARGS

Runs PROG. Sends SIG to it if it is not gone in SECS seconds.
Defaults: SECS: 10, SIG: TERM.

Now:

timeout -s
timeout: option requires an argument: s
BusyBox v1.31.1 () multi-call binary.

Usage: timeout [-s SIG] SECS PROG ARGS

Runs PROG. Sends SIG to it if it is not gone in SECS seconds.
Default SIG: TERM.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant