-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #117
- Loading branch information
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,8 @@ on: | |
- '!README.md' | ||
|
||
env: | ||
SE_VERSION: 4.39 | ||
SE_REVISION: 9772 | ||
SE_VERSION: 4.42 | ||
SE_REVISION: 9798 | ||
|
||
jobs: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ FROM alpine:3.16 as prep | |
LABEL maintainer="Tomohisa Kusano <[email protected]>" \ | ||
contributors="See CONTRIBUTORS file <https://github.com/siomiz/SoftEtherVPN/blob/master/CONTRIBUTORS>" | ||
|
||
ENV BUILD_VERSION=4.39-9772-beta \ | ||
SHA256_SUM=5c538e35e1639ce9a55a31be0b66af224462b84caf0ebf831f1e56efe6f9924a | ||
ENV BUILD_VERSION=4.42-9798-rtm \ | ||
SHA256_SUM=536980ae4aeeed5f27e51f5ea9b6e646b60c8223cc78a62eaec6b9838444368f | ||
|
||
RUN wget https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/archive/v${BUILD_VERSION}.tar.gz \ | ||
&& echo "${SHA256_SUM} v${BUILD_VERSION}.tar.gz" | sha256sum -c \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ FROM alpine:3.14 as prep | |
LABEL maintainer="Tomohisa Kusano <[email protected]>" \ | ||
contributors="See CONTRIBUTORS file <https://github.com/siomiz/SoftEtherVPN/blob/master/CONTRIBUTORS>" | ||
|
||
ENV BUILD_VERSION=4.38-9760-rtm \ | ||
SHA256_SUM=7701dfb76b888d4adde19d9a39d0919681f6c091f3eb5295ec8caf0439eb3a1a | ||
ENV BUILD_VERSION=4.42-9798-rtm \ | ||
SHA256_SUM=536980ae4aeeed5f27e51f5ea9b6e646b60c8223cc78a62eaec6b9838444368f | ||
|
||
RUN wget https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/archive/v${BUILD_VERSION}.tar.gz \ | ||
&& echo "${SHA256_SUM} v${BUILD_VERSION}.tar.gz" | sha256sum -c \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ ENV LC_COLLATE=en_US.UTF-8 | |
LABEL maintainer="Tomohisa Kusano <[email protected]>" \ | ||
contributors="See CONTRIBUTORS file <https://github.com/siomiz/SoftEtherVPN/blob/master/CONTRIBUTORS>" | ||
|
||
ENV BUILD_VERSION=4.39-9772-beta \ | ||
SHA256_SUM=5c538e35e1639ce9a55a31be0b66af224462b84caf0ebf831f1e56efe6f9924a | ||
ENV BUILD_VERSION=4.42-9798-rtm \ | ||
SHA256_SUM=536980ae4aeeed5f27e51f5ea9b6e646b60c8223cc78a62eaec6b9838444368f | ||
|
||
# Install required packages using zypper (openSUSE package manager) | ||
RUN zypper --non-interactive in wget tar gzip coreutils zip unzip | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ FROM alpine:3.16 as prep | |
LABEL maintainer="Tomohisa Kusano <[email protected]>" \ | ||
contributors="See CONTRIBUTORS file <https://github.com/siomiz/SoftEtherVPN/blob/master/CONTRIBUTORS>" | ||
|
||
ENV BUILD_VERSION=4.39-9772-beta \ | ||
SHA256_SUM=5c538e35e1639ce9a55a31be0b66af224462b84caf0ebf831f1e56efe6f9924a | ||
ENV BUILD_VERSION=4.42-9798-rtm \ | ||
SHA256_SUM=536980ae4aeeed5f27e51f5ea9b6e646b60c8223cc78a62eaec6b9838444368f | ||
|
||
RUN wget https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/archive/v${BUILD_VERSION}.tar.gz \ | ||
&& echo "${SHA256_SUM} v${BUILD_VERSION}.tar.gz" | sha256sum -c \ | ||
|