Skip to content

Commit ec3094f

Browse files
committed
Update to version 4.58.1
1 parent 824233a commit ec3094f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: ["master"]
66

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

1010
jobs:
1111
build-and-push:

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.58.0 of MooseFS.
7+
- Use version 4.58.1 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.58.0"
3+
ARG MFS_TAG="v4.58.1"
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.58.0"
3+
ARG MFS_TAG="v4.58.1"
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.58.0"
3+
ARG MFS_TAG="v4.58.1"
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.58.0"
3+
ARG MFS_TAG="v4.58.1"
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.58.0"
3+
ARG MFS_TAG="v4.58.1"
44

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

0 commit comments

Comments
 (0)