diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 8a75af0..a7bf859 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -13,8 +13,8 @@ on: - '!README.md' env: - SE_VERSION: 4.42 - SE_REVISION: 9798 + SE_VERSION: 4.43 + SE_REVISION: 9799 jobs: diff --git a/Dockerfile b/Dockerfile index 5ce29fc..dbdb575 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,8 @@ FROM alpine:3.16 as prep LABEL maintainer="Tomohisa Kusano " \ contributors="See CONTRIBUTORS file " -ENV BUILD_VERSION=4.42-9798-rtm \ - SHA256_SUM=536980ae4aeeed5f27e51f5ea9b6e646b60c8223cc78a62eaec6b9838444368f +ENV BUILD_VERSION=4.43-9799-beta \ + SHA256_SUM=9153a95574f2afd8259ff729e6da3a9898211b69d7d391419270935c8482888c RUN wget https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/archive/v${BUILD_VERSION}.tar.gz \ && echo "${SHA256_SUM} v${BUILD_VERSION}.tar.gz" | sha256sum -c \ diff --git a/Dockerfile.debian b/Dockerfile.debian index 05301b1..650172a 100644 --- a/Dockerfile.debian +++ b/Dockerfile.debian @@ -3,8 +3,8 @@ FROM alpine:3.14 as prep LABEL maintainer="Tomohisa Kusano " \ contributors="See CONTRIBUTORS file " -ENV BUILD_VERSION=4.42-9798-rtm \ - SHA256_SUM=536980ae4aeeed5f27e51f5ea9b6e646b60c8223cc78a62eaec6b9838444368f +ENV BUILD_VERSION=4.43-9799-beta \ + SHA256_SUM=9153a95574f2afd8259ff729e6da3a9898211b69d7d391419270935c8482888c RUN wget https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/archive/v${BUILD_VERSION}.tar.gz \ && echo "${SHA256_SUM} v${BUILD_VERSION}.tar.gz" | sha256sum -c \ diff --git a/Dockerfile.opensuse b/Dockerfile.opensuse index fcc1fe6..64572de 100644 --- a/Dockerfile.opensuse +++ b/Dockerfile.opensuse @@ -11,8 +11,8 @@ ENV LC_COLLATE=en_US.UTF-8 LABEL maintainer="Tomohisa Kusano " \ contributors="See CONTRIBUTORS file " -ENV BUILD_VERSION=4.42-9798-rtm \ - SHA256_SUM=536980ae4aeeed5f27e51f5ea9b6e646b60c8223cc78a62eaec6b9838444368f +ENV BUILD_VERSION=4.43-9799-beta \ + SHA256_SUM=9153a95574f2afd8259ff729e6da3a9898211b69d7d391419270935c8482888c # Install required packages using zypper (openSUSE package manager) RUN zypper --non-interactive in wget tar gzip coreutils zip unzip diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index 846b334..ed3192a 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -3,8 +3,8 @@ FROM alpine:3.16 as prep LABEL maintainer="Tomohisa Kusano " \ contributors="See CONTRIBUTORS file " -ENV BUILD_VERSION=4.42-9798-rtm \ - SHA256_SUM=536980ae4aeeed5f27e51f5ea9b6e646b60c8223cc78a62eaec6b9838444368f +ENV BUILD_VERSION=4.43-9799-beta \ + SHA256_SUM=9153a95574f2afd8259ff729e6da3a9898211b69d7d391419270935c8482888c RUN wget https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/archive/v${BUILD_VERSION}.tar.gz \ && echo "${SHA256_SUM} v${BUILD_VERSION}.tar.gz" | sha256sum -c \ diff --git a/README.md b/README.md index 774cb1c..823f6fa 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ ## Image Tags -Base OS Image | Latest Bata ([v4.39-9772-beta](https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/tree/v4.39-9772-beta)) | Base OS Image | Latest Stable ([v4.38-9760-rtm](https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/tree/v4.38-9760-rtm)) | -------------- | -- | -- | -- -`alpine:3.16` | **`:latest`**, `:alpine`, `:9772`, `:4.39`, `:9772-alpine`, `:4.39-alpine` | `alpine:3.14` | `:9760-alpine`, `:4.38-alpine` -`debian:11-slim` | `:debian`, `:9772-debian`, `:4.39-debian` | `debian:10-slim` | `:9760-debian`, `:4.38-debian` -`ubuntu:22.04` | `:ubuntu`, `:9772-ubuntu`, `:4.39-ubuntu` | `ubuntu:20.04` | `:9760-ubuntu`, `:4.38-ubuntu` -\- | _`centos` is deprecated_ | `centos:8` | `:centos`, `:9760`, `:4.38`, `:9760-centos`, `:4.38-centos` +Base OS Image | Latest Bata ([v4.43-9799-beta](https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/tree/v4.43-9799-beta)) | Latest Stable ([v4.42-9798-rtm](https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/tree/v4.42-9798-rtm)) | +------------- | -- | -- +`alpine:3.16` | **`:latest`**, `:alpine`, `:9799`, `:4.43`, `:9799-alpine`, `:4.43-alpine` | `:9798-alpine`, `:4.42-alpine` +`debian:11-slim` | `:debian`, `:9799-debian`, `:4.43-debian` | `:9798-debian`, `:4.42-debian` +`ubuntu:22.04` | `:ubuntu`, `:9799-ubuntu`, `:4.43-ubuntu` | `:9798-ubuntu`, `:4.42-ubuntu` +`opensuse/tumbleweed` | `:opensuse`, `:9799-opensuse`, `:4.43-opensuse` | `:9798-opensuse`, `:4.42-opensuse` ## Setup - L2TP/IPSec PSK + OpenVPN