mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-16 18:08:21 +00:00
chore(docker): update Alpine and Ubuntu base images (#4924)
chore(docker): update base images Upgrade Alpine images to 3.24.1 and Ubuntu runtime images to 26.04. Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
+2
-2
@@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM alpine:3.23.4 AS build
|
FROM alpine:3.24.1 AS build
|
||||||
|
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
ARG RELEASE=latest
|
ARG RELEASE=latest
|
||||||
@@ -70,7 +70,7 @@ RUN set -eux; \
|
|||||||
rm -rf rustfs.zip /build/.tmp || true
|
rm -rf rustfs.zip /build/.tmp || true
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:3.23.4
|
FROM alpine:3.24.1
|
||||||
|
|
||||||
ARG RELEASE=latest
|
ARG RELEASE=latest
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
|||||||
+2
-2
@@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM ubuntu:24.04 AS build
|
FROM ubuntu:26.04 AS build
|
||||||
|
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
ARG RELEASE=latest
|
ARG RELEASE=latest
|
||||||
@@ -76,7 +76,7 @@ RUN set -eux; \
|
|||||||
chmod +x /build/rustfs; \
|
chmod +x /build/rustfs; \
|
||||||
rm -rf rustfs.zip /build/.tmp || true
|
rm -rf rustfs.zip /build/.tmp || true
|
||||||
|
|
||||||
FROM ubuntu:24.04
|
FROM ubuntu:26.04
|
||||||
|
|
||||||
ARG RELEASE=latest
|
ARG RELEASE=latest
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
|||||||
+1
-1
@@ -208,7 +208,7 @@ CMD ["cargo", "run", "--bin", "rustfs", "--"]
|
|||||||
# -----------------------------
|
# -----------------------------
|
||||||
# Runtime stage (Ubuntu minimal)
|
# Runtime stage (Ubuntu minimal)
|
||||||
# -----------------------------
|
# -----------------------------
|
||||||
FROM ubuntu:24.04
|
FROM ubuntu:26.04
|
||||||
|
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
ARG VCS_REF
|
ARG VCS_REF
|
||||||
|
|||||||
Reference in New Issue
Block a user