Skip to content

Commit 824233a

Browse files
committed
Update to version 4.58.0
1 parent c4d6447 commit 824233a

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: ["master"]
66

77
env:
8-
MOOSEFS_VERSION: 4.57.7
8+
MOOSEFS_VERSION: 4.58.0
99

1010
jobs:
1111
build-and-push:
@@ -38,7 +38,7 @@ jobs:
3838
uses: docker/build-push-action@v5
3939
with:
4040
context: ./service/${{ matrix.service }}
41-
platforms: linux/amd64,linux/arm64
41+
platforms: linux/amd64,linux/arm64,linux/arm/v7
4242
push: true
4343
tags: |
4444
moosefs/${{ matrix.service }}:${{ env.MOOSEFS_VERSION }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is an example configuration of a multi-node MooseFS cluster based on the De
44

55
# Updates
66

7-
- Use version 4.57.7 of MooseFS.
7+
- Use version 4.58.0 of MooseFS.
88
- Added moosefs-gui container. MooseFS version 4.57.7 introduced new mfsgui server application. Mfscgi and mfscgiserv packages are no longer available.
99
- New mfsgui application allows prometheus metrics to be collected. For example: [http://localhost:9425/metrics](http://localhost:9425/metrics)
1010
- The use of the MooseFS repository in containers has been discontinued. Binary files are compiled from source. This approach will make it easier to run the cluster on different CPU architectures.

service/chunkserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build MooseFS chunnkserver from source on Debian Trixie (13) container
22

3-
ARG MFS_TAG="v4.57.7"
3+
ARG MFS_TAG="v4.58.0"
44

55
FROM moosefs/mfsbuilder:trixie AS mfsbuilder
66
WORKDIR /moosefs

service/client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build MooseFS client from source on Debian Trixie (13) container
22

3-
ARG MFS_TAG="v4.57.7"
3+
ARG MFS_TAG="v4.58.0"
44

55
FROM moosefs/mfsbuilder:trixie AS mfsbuilder
66
WORKDIR /moosefs

service/gui/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build MooseFS GUI server from source on Debian Trixie (13) container
22

3-
ARG MFS_TAG="v4.57.7"
3+
ARG MFS_TAG="v4.58.0"
44

55
FROM moosefs/mfsbuilder:trixie AS mfsbuilder
66
WORKDIR /moosefs

service/master/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build MooseFS master server from source on Debian Trixie (13) container
22

3-
ARG MFS_TAG="v4.57.7"
3+
ARG MFS_TAG="v4.58.0"
44

55
FROM moosefs/mfsbuilder:trixie AS mfsbuilder
66
WORKDIR /moosefs

service/metalogger/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build MooseFS master server from source on Debian Trixie (13) container
22

3-
ARG MFS_TAG="v4.57.7"
3+
ARG MFS_TAG="v4.58.0"
44

55
FROM moosefs/mfsbuilder:trixie AS mfsbuilder
66
WORKDIR /moosefs

0 commit comments

Comments
 (0)