Skip to content
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
3 changes: 0 additions & 3 deletions maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -1097,9 +1097,6 @@ Only the base image and module dependency should be updated.
> [!Note]
> The spire-server, spire-agent, and spiffe-csi-driver images should be updated at the same time for consistency.

> [!Note]
> Upstream runs spire-agent as root for socket sharing in Kubernetes. Our image runs as UID 10000 following neco-containers standards. Adjust SecurityContext in Kubernetes manifests if needed.

## spire-server

![Regular Update](./regular_update.svg)
Expand Down
2 changes: 0 additions & 2 deletions spiffe-csi-driver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ LABEL org.opencontainers.image.source="https://github.com/cybozu/neco-containers
COPY --from=build /work/spiffe-csi-driver /usr/local/bin/spiffe-csi-driver
COPY --from=build /work/spiffe-csi/LICENSE /usr/local/share/doc/spiffe-csi/LICENSE

USER 10000:10000

ENTRYPOINT ["/usr/local/bin/spiffe-csi-driver"]
2 changes: 1 addition & 1 deletion spiffe-csi-driver/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.9.1
0.2.9.2
4 changes: 1 addition & 3 deletions spire-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certifica
COPY --from=build /work/spire-agent /usr/local/bin/spire-agent
COPY --from=build /work/spire/LICENSE /usr/local/share/doc/spire-agent/LICENSE

USER 10000:10000

ENTRYPOINT ["/usr/local/bin/spire-agent"]
ENTRYPOINT ["/usr/local/bin/spire-agent", "run"]
2 changes: 1 addition & 1 deletion spire-agent/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.1.1
1.14.1.2
2 changes: 1 addition & 1 deletion spire-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ COPY --from=build /work/spire/LICENSE /usr/local/share/doc/spire-server/LICENSE
USER 10000:10000
EXPOSE 8081

ENTRYPOINT ["/usr/local/bin/spire-server"]
ENTRYPOINT ["/usr/local/bin/spire-server", "run"]
2 changes: 1 addition & 1 deletion spire-server/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.1.1
1.14.1.2
Loading