Use local versions

This commit is contained in:
Sebastian Tiedtke 2019-02-28 14:01:10 -08:00
parent b9104a92f9
commit 16c88c6bf1
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM smallstep/step-cli:0.8.4-rc.1 FROM smallstep/step-cli:latest
ENV CA_NAME="Autocert" ENV CA_NAME="Autocert"
ENV CA_DNS="ca.step.svc.cluster.local,127.0.0.1" ENV CA_DNS="ca.step.svc.cluster.local,127.0.0.1"

View file

@ -34,7 +34,7 @@ spec:
spec: spec:
containers: containers:
- name: ca - name: ca
image: smallstep/step-ca:0.8.3 image: smallstep/step-ca:latest
env: env:
- name: PWDPATH - name: PWDPATH
value: /home/step/password/password value: /home/step/password/password

View file

@ -1,4 +1,4 @@
FROM smallstep/step-cli:0.8.3 FROM smallstep/step-cli:latest
ARG BINPATH="bin/step-ca" ARG BINPATH="bin/step-ca"