-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec2d182
commit ab2b16b
Showing
1 changed file
with
4 additions
and
4 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 |
---|---|---|
|
@@ -2,21 +2,21 @@ FROM ubuntu:22.04 | |
|
||
ARG BRAND=unspecified | ||
ARG DOMAIN=unspecified | ||
ARG BUILD_OPEND_VERSION=8.8.4808 | ||
ARG BUILD_OPEND_VERSION=8.8.4818 | ||
ARG OPEND_DIR=/opend | ||
ARG BIN_NAME=OpenD | ||
|
||
# metadata | ||
LABEL org.opencontainers.image.maintainer="ChasenLbas <[email protected]>" | ||
LABEL org.opencontainers.image.description="${BRAND} OpenD Docker Image" | ||
|
||
# xxxx_OpenD_8.8.4808_Ubuntu16.04.tar.gz | ||
# xxxx_OpenD_8.8.4818_Ubuntu16.04.tar.gz | ||
ARG OPEND_PREFIX=${BRAND}_OpenD_${BUILD_OPEND_VERSION}_Ubuntu16.04 | ||
ARG OPEND_FILE=${OPEND_PREFIX}.tar.gz | ||
|
||
# Download OpenD package | ||
# https://softwaredownload.futunn.com/Futu_OpenD_8.8.4808_Ubuntu16.04.tar.gz | ||
# https://softwaredownload.futustatic.com/moomoo_OpenD_8.8.4808_Ubuntu16.04.tar.gz | ||
# https://softwaredownload.futunn.com/Futu_OpenD_8.8.4818_Ubuntu16.04.tar.gz | ||
# https://softwaredownload.futustatic.com/moomoo_OpenD_8.8.4818_Ubuntu16.04.tar.gz | ||
ARG OPEND_URL=https://softwaredownload.${DOMAIN}/${OPEND_FILE} | ||
|
||
ENV OPEND_VERSION ${BUILD_OPEND_VERSION} | ||
|