Skip to content

Commit

Permalink
Merge pull request #1546 from cybozu/update-rook-v1.16.4
Browse files Browse the repository at this point in the history
rook: v1.16.4
  • Loading branch information
satoru-takeuchi authored Feb 21, 2025
2 parents e11b0e1 + 9998383 commit b0a0b5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -949,8 +949,7 @@ TBD
- `https://github.com/rook/rook/blob/vX.Y.Z/images/ceph/Dockerfile`
4. Update build image tag in Dockerfile if necessary.
5. Update `ROOK_VERSION` in `Dockerfile`.
6. Update ceph image tag in `Dockerfile`.
7. Update `BRANCH` and `TAG` files.
6. Update `BRANCH` and `TAG` files.

> [!Note]
> You may choose the latest docker image for the build, regardless of the upstream go version.
Expand Down
2 changes: 1 addition & 1 deletion rook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Stage1: build from source
FROM ghcr.io/cybozu/golang:1.22-jammy AS build

ARG ROOK_VERSION=1.16.3
ARG ROOK_VERSION=1.16.4
ARG ROOK_DIR=/work/go/src/github.com/rook/rook

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion rook/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.3.1
1.16.4.1

0 comments on commit b0a0b5b

Please sign in to comment.