Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dockerfile step-cli version to 0.26.0 #242

Merged
merged 2 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bootstrapper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM smallstep/step-cli:0.23.1
FROM smallstep/step-cli:0.26.0

USER root
ENV CRT="/var/run/autocert.step.sm/site.crt"
Expand Down
2 changes: 1 addition & 1 deletion controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY controller/client.go controller/main.go ./
RUN go build -o /server .

# final stage
FROM smallstep/step-cli:0.23.1
FROM smallstep/step-cli:0.26.0
ENV STEPPATH="/home/step"
ENV PWDPATH="/home/step/password/password"
ENV CONFIGPATH="/home/step/autocert/config.yaml"
Expand Down
4 changes: 2 additions & 2 deletions init/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM smallstep/step-cli:0.23.0
FROM smallstep/step-cli:0.26.0

ENV CA_NAME="Autocert"
ENV CA_DNS="ca.step.svc.cluster.local,127.0.0.1"
ENV CA_ADDRESS=":4443"
ENV CA_DEFAULT_PROVISIONER="admin"
ENV CA_URL="ca.step.svc.cluster.local"

ENV KUBE_LATEST_VERSION="v1.18.2"
ENV KUBE_LATEST_VERSION="v1.30.0"

ENV AUTO_START=false

Expand Down
2 changes: 1 addition & 1 deletion renewer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM smallstep/step-cli:0.23.1
FROM smallstep/step-cli:0.26.0

USER root
ENV CRT="/var/run/autocert.step.sm/site.crt"
Expand Down