Skip to content

Commit

Permalink
Force kafka image to update alpine apk before package install
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Dwyer committed Mar 15, 2018
1 parent 7f25d11 commit 7523f2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions control/logging/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM wurstmeister/kafka:latest

RUN apk update

# Get Python3 for certificate tools support
RUN apk add python3 openssl

Expand Down
2 changes: 1 addition & 1 deletion tools/certificates/get_certificates.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def get_keys(opts):
}

log(opts, " = requesting certificate for hostname[%s]" % (opts.hostname,))

priv_key_res = requests.post("http://%s:%d/api/v1/cfssl/newkey" % (opts.cfssl_host, opts.cfssl_port), json=private_key_request)

# HTTP errors?
Expand Down

0 comments on commit 7523f2c

Please sign in to comment.