Skip to content

Commit

Permalink
Build custom spire-agent and spire-server with fix for kind-cluster (n…
Browse files Browse the repository at this point in the history
…etworkservicemesh#1685)

Signed-off-by: Ilya Lobkov <ilya.lobkov@xored.com>
  • Loading branch information
Ilya Lobkov authored and edwarnicke committed Sep 30, 2019
1 parent c8b5bb7 commit f16cb8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -28,7 +28,7 @@ spec:
args: ["-t", "30", "spire-server:8081"]
containers:
- name: spire-agent
image: gcr.io/spiffe-io/spire-agent:0.8.0
image: lobkovilya/spire-agent:kind
args: ["-config", "/run/spire/config/agent.conf"]
volumeMounts:
- name: spire-config
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.spire-registration
@@ -1,4 +1,4 @@
FROM gcr.io/spiffe-io/spire-server:0.8.0 as builder
FROM lobkovilya/spire-server:kind as builder

FROM alpine
RUN apk add dumb-init
Expand Down

0 comments on commit f16cb8f

Please sign in to comment.