Commit 5e3b3c19 authored by wcb's avatar wcb
Browse files

Merge pull request '0.16.0 release' (#79) from develop into master

Reviewed-on: https://git.sloong.com:8000/sloongnet/engine/pulls/79
Showing with 13 additions and 14 deletions
+13 -14
FROM debian:11-slim
# chagne to ustc source
RUN apt update && apt install -y \
apt-transport-https ca-certificates
# Disable the HTTP Pipelining feature. There is a certain incompatible problem with NGINX server.
# See the warning in https://mirrors.ustc.edu.cn/help/debian.html
RUN echo "Acquire::http::Pipeline-Depth \"0\";" > /etc/apt/apt.conf.d/99nopipelining \
&& echo "Acquire::http::No-Cache true;" > /etc/apt/apt.conf.d/80http \
&& echo "Acquire::http::Pipeline-Depth 0;" >> /etc/apt/apt.conf.d/80http
# chagne to ustc source
RUN sed -i "s/deb.debian.org/mirrors.ustc.edu.cn/g" /etc/apt/sources.list \
&& sed -i "s/security.debian.org/mirrors.ustc.edu.cn/g" /etc/apt/sources.list \
&& sed -i "s/http/https/g" /etc/apt/sources.list \
&& apt update && apt install -y \
apt-transport-https ca-certificates
RUN sed -i "s/http/https/g" /etc/apt/sources.list \
&& apt update
......
FROM debian:11-slim
# chagne to ustc source
RUN apt update && apt install -y \
apt-transport-https ca-certificates
# Disable the HTTP Pipelining feature. There is a certain incompatible problem with NGINX server.
# See the warning in https://mirrors.ustc.edu.cn/help/debian.html
RUN echo "Acquire::http::Pipeline-Depth \"0\";" > /etc/apt/apt.conf.d/99nopipelining \
&& echo "Acquire::http::No-Cache true;" > /etc/apt/apt.conf.d/80http \
&& echo "Acquire::http::Pipeline-Depth 0;" >> /etc/apt/apt.conf.d/80http
# chagne to ustc source
RUN sed -i "s/deb.debian.org/mirrors.ustc.edu.cn/g" /etc/apt/sources.list \
&& sed -i "s/security.debian.org/mirrors.ustc.edu.cn/g" /etc/apt/sources.list \
&& sed -i "s/http/https/g" /etc/apt/sources.list \
&& apt update && apt install -y \
apt-transport-https ca-certificates
RUN sed -i "s/http/https/g" /etc/apt/sources.list \
&& apt update
# copy file to docker
COPY ./build/environment.sh /tmp/
WORKDIR /tmp
......
#ifndef VERSION_H
#define VERSION_TEXT "0.16.0.1326"
#define VERSION_TEXT "0.16.0.1330"
#define PRODUCT_TEXT "Sloong Network Engine"
#define COPYRIGHT_TEXT "Copyright 2015-2022 Sloong.com. All Rights Reserved "
......
0.16.0.1326
0.16.0.1330
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment