feat: 添加对alpine3.20的支持并更新相关Dockerfile和脚本
This commit is contained in:
@@ -68,7 +68,6 @@ ENV LANG="en_US.UTF-8"
|
||||
ENV TZ="Asia/Shanghai"
|
||||
WORKDIR /usr/local/etc/omc
|
||||
|
||||
SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
|
||||
RUN chmod +x /usr/local/etc/omc/script/*.sh
|
||||
RUN /usr/local/etc/omc/script/postunpack.sh
|
||||
|
||||
@@ -77,7 +76,7 @@ EXPOSE 80 443 33030 33443 33033 33034 33060
|
||||
CMD [ "/usr/local/etc/omc/script/entrypoint.sh" ]
|
||||
|
||||
# build 707MB
|
||||
# docker docker build --platform linux/amd64 --build-arg TARGETARCH=amd64 --build-arg VERSION=2.2505.2 -t omc:r2.2505.2-ubuntu22.04-amd64 .
|
||||
# docker docker build --platform linux/amd64 --build-arg TARGETARCH=amd64 --build-arg VERSION=2.2505.2 -t omc:2.2505.2-ubuntu22.04-amd64 .
|
||||
|
||||
# docker run --network omcnet -it omc:2.2505.2-ubuntu22.04-amd64 /bin/bash
|
||||
|
||||
|
||||
Reference in New Issue
Block a user