File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed
Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1- FROM debian:12 -slim
1+ FROM debian:13 -slim
22
33ARG application_version
44LABEL maintainer="Joe Block <jpb@unixorn.net>"
55LABEL version=${application_version}
66
7- RUN apt-get update && \
8- apt-get install -y apt-utils ca-certificates --no-install-recommends
7+ RUN apt update && \
8+ apt install -y apt-utils ca-certificates --no-install-recommends
99RUN update-ca-certificates
1010
11- RUN apt-get install -y moosefs-cgiserv
11+ RUN apt install -y moosefs-cgiserv
1212LABEL description="moosefs-cgiserv image"
1313
1414CMD ["/usr/sbin/mfscgiserv", "start"]
Original file line number Diff line number Diff line change 1- FROM debian:12 -slim
1+ FROM debian:13 -slim
22
33ARG application_version
44LABEL maintainer="Joe Block <jpb@unixorn.net>"
55LABEL version=${application_version}
66
7- RUN apt-get update && \
8- apt-get install -y apt-utils ca-certificates --no-install-recommends
7+ RUN apt update && \
8+ apt install -y apt-utils ca-certificates --no-install-recommends
99RUN update-ca-certificates
1010
11- RUN apt-get install -y moosefs-chunkserver
11+ RUN apt install -y moosefs-chunkserver
1212LABEL description="moosefs-chunkserver image"
1313
1414CMD ["/usr/sbin/mfschunkserver", "start"]
Original file line number Diff line number Diff line change 1- FROM debian:12 -slim
1+ FROM debian:13 -slim
22
33ARG application_version
44LABEL maintainer="Joe Block <jpb@unixorn.net>"
55LABEL description="moosefs-cli image"
66LABEL version=${application_version}
77
8- RUN apt-get update && \
9- apt-get install -y apt-utils ca-certificates --no-install-recommends
8+ RUN apt update && \
9+ apt install -y apt-utils ca-certificates --no-install-recommends
1010RUN update-ca-certificates
1111
12- RUN apt-get install -y moosefs-cli
12+ RUN apt install -y moosefs-cli
1313
1414CMD ["bash", "-l"]
Original file line number Diff line number Diff line change 1- FROM debian:12 -slim
1+ FROM debian:13 -slim
22
33ARG application_version
44LABEL maintainer="Joe Block <jpb@unixorn.net>"
55LABEL version=${application_version}
66
7- RUN apt-get update && \
8- apt-get install -y apt-utils ca-certificates --no-install-recommends
7+ RUN apt update && \
8+ apt install -y apt-utils ca-certificates --no-install-recommends
99RUN update-ca-certificates
1010
11- RUN apt-get install -y moosefs-master
11+ RUN apt install -y moosefs-master
1212LABEL description="moosefs-master image"
1313
1414CMD ["/usr/sbin/mfsmaster", "start"]
You can’t perform that action at this time.
0 commit comments