更新kiwix-serve、openssl版本
This commit is contained in:
parent
306ed22255
commit
5c462d116e
@ -1,5 +1,5 @@
|
|||||||
# 配置参数(指定基础镜像版本)
|
# 配置参数(指定基础镜像版本)
|
||||||
ARG BASE_TAG=3.19.1
|
ARG BASE_TAG=3.20.0
|
||||||
|
|
||||||
# 基于 AlpineLinux 构建
|
# 基于 AlpineLinux 构建
|
||||||
FROM alpine:$BASE_TAG
|
FROM alpine:$BASE_TAG
|
||||||
@ -7,7 +7,7 @@ FROM alpine:$BASE_TAG
|
|||||||
# 指定端口号
|
# 指定端口号
|
||||||
EXPOSE 10080
|
EXPOSE 10080
|
||||||
|
|
||||||
# 配置参数
|
# 配置参数(用户组、用户、HOME目录、安装目录、安装版本等)
|
||||||
ARG GROUP_ID=1024 \
|
ARG GROUP_ID=1024 \
|
||||||
GROUP_NAME=kiwix \
|
GROUP_NAME=kiwix \
|
||||||
USER_ID=1024 \
|
USER_ID=1024 \
|
||||||
|
Binary file not shown.
Binary file not shown.
BIN
examples/kiwix-serve/example/kiwix-tools_linux-x86_64-3.7.0-2/kiwix-manage
Executable file
BIN
examples/kiwix-serve/example/kiwix-tools_linux-x86_64-3.7.0-2/kiwix-manage
Executable file
Binary file not shown.
BIN
examples/kiwix-serve/example/kiwix-tools_linux-x86_64-3.7.0-2/kiwix-search
Executable file
BIN
examples/kiwix-serve/example/kiwix-tools_linux-x86_64-3.7.0-2/kiwix-search
Executable file
Binary file not shown.
BIN
examples/kiwix-serve/example/kiwix-tools_linux-x86_64-3.7.0-2/kiwix-serve
Executable file
BIN
examples/kiwix-serve/example/kiwix-tools_linux-x86_64-3.7.0-2/kiwix-serve
Executable file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
# 配置参数(指定基础镜像版本)
|
# 配置参数(指定基础镜像版本)
|
||||||
ARG BASE_TAG=15.5
|
ARG BASE_TAG=15.6
|
||||||
|
|
||||||
# 基于 openSUSE Leap 构建
|
# 基于 openSUSE Leap 构建
|
||||||
FROM opensuse/leap:$BASE_TAG
|
FROM opensuse/leap:$BASE_TAG
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
# 配置参数(指定基础镜像版本)
|
# 配置参数(指定基础镜像版本)
|
||||||
ARG BASE_TAG=15.5
|
ARG BASE_TAG=15.6
|
||||||
|
|
||||||
# 基于 openSUSE Leap 构建
|
# 基于 openSUSE Leap 构建
|
||||||
FROM opensuse/leap:$BASE_TAG
|
FROM opensuse/leap:$BASE_TAG
|
||||||
@ -12,7 +12,7 @@ ARG GROUP_ID=1024 \
|
|||||||
USER_HOME=/home/openssl \
|
USER_HOME=/home/openssl \
|
||||||
USER_SHELL=/bin/bash \
|
USER_SHELL=/bin/bash \
|
||||||
INSTALL_PATH=/opt/openssl \
|
INSTALL_PATH=/opt/openssl \
|
||||||
OPENSSL_VERSION=3.3.0
|
OPENSSL_VERSION=3.3.1
|
||||||
|
|
||||||
# 更新应用并安装基础应用、清除 zypper 缓存
|
# 更新应用并安装基础应用、清除 zypper 缓存
|
||||||
RUN set -ex && \
|
RUN set -ex && \
|
||||||
|
BIN
examples/openssl/standard/openssl-3.3.1.tar.gz
Normal file
BIN
examples/openssl/standard/openssl-3.3.1.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user