mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 06:05:37 +03:00
p4 link fix
This commit is contained in:
parent
7b161cd6eb
commit
cdf9c5a7db
@ -57,7 +57,7 @@ RUN update-ca-certificates
|
|||||||
# perforce client binary
|
# perforce client binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r22.1
|
ENV P4_VERSION=r22.1
|
||||||
ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
ENV P4_DOWNLOAD_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# 7z official binary
|
# 7z official binary
|
||||||
|
@ -60,7 +60,7 @@ RUN update-ca-certificates
|
|||||||
# perforce client binary
|
# perforce client binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r22.1
|
ENV P4_VERSION=r22.1
|
||||||
ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
ENV P4_DOWNLOAD_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# 7z official binary
|
# 7z official binary
|
||||||
|
@ -51,7 +51,7 @@ RUN update-ca-certificates
|
|||||||
# perforce client binary
|
# perforce client binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r22.1
|
ENV P4_VERSION=r22.1
|
||||||
ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
ENV P4_DOWNLOAD_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# 7z official binary
|
# 7z official binary
|
||||||
|
@ -51,7 +51,7 @@ RUN update-ca-certificates
|
|||||||
# perforce client binary
|
# perforce client binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r22.1
|
ENV P4_VERSION=r22.1
|
||||||
ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
ENV P4_DOWNLOAD_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# 7z official binary
|
# 7z official binary
|
||||||
|
@ -51,7 +51,7 @@ RUN update-ca-certificates
|
|||||||
# perforce client binary
|
# perforce client binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r22.1
|
ENV P4_VERSION=r22.1
|
||||||
ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
ENV P4_DOWNLOAD_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# 7z official binary
|
# 7z official binary
|
||||||
|
@ -51,7 +51,7 @@ RUN update-ca-certificates
|
|||||||
# perforce client binary
|
# perforce client binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r22.1
|
ENV P4_VERSION=r22.1
|
||||||
ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
ENV P4_DOWNLOAD_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# 7z official binary
|
# 7z official binary
|
||||||
|
@ -51,7 +51,7 @@ RUN update-ca-certificates
|
|||||||
# perforce client binary
|
# perforce client binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r22.1
|
ENV P4_VERSION=r22.1
|
||||||
ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
ENV P4_DOWNLOAD_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# 7z official binary
|
# 7z official binary
|
||||||
|
@ -23,10 +23,10 @@ ARG P4PHP_DIR=${SRC_DIR}/p4php
|
|||||||
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
||||||
|
|
||||||
ARG P4API_VER=r20.1
|
ARG P4API_VER=r20.1
|
||||||
ARG P4API_URL=https://www.perforce.com/downloads/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
ARG P4API_URL=http://filehost.perforce.com/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
||||||
|
|
||||||
ARG P4PHP_VER=r20.1
|
ARG P4PHP_VER=r20.1
|
||||||
ARG P4PHP_URL=https://www.perforce.com/downloads/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
ARG P4PHP_URL=http://filehost.perforce.com/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
||||||
|
|
||||||
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
||||||
|
|
||||||
|
@ -23,10 +23,10 @@ ARG P4PHP_DIR=${SRC_DIR}/p4php
|
|||||||
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
||||||
|
|
||||||
ARG P4API_VER=r20.1
|
ARG P4API_VER=r20.1
|
||||||
ARG P4API_URL=https://www.perforce.com/downloads/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
ARG P4API_URL=http://filehost.perforce.com/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
||||||
|
|
||||||
ARG P4PHP_VER=r20.1
|
ARG P4PHP_VER=r20.1
|
||||||
ARG P4PHP_URL=https://www.perforce.com/downloads/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
ARG P4PHP_URL=http://filehost.perforce.com/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
||||||
|
|
||||||
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
||||||
|
|
||||||
|
@ -23,10 +23,10 @@ ARG P4PHP_DIR=${SRC_DIR}/p4php
|
|||||||
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
||||||
|
|
||||||
ARG P4API_VER=r20.1
|
ARG P4API_VER=r20.1
|
||||||
ARG P4API_URL=https://www.perforce.com/downloads/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
ARG P4API_URL=http://filehost.perforce.com/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
||||||
|
|
||||||
ARG P4PHP_VER=r20.1
|
ARG P4PHP_VER=r20.1
|
||||||
ARG P4PHP_URL=https://www.perforce.com/downloads/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
ARG P4PHP_URL=http://filehost.perforce.com/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
||||||
|
|
||||||
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
||||||
|
|
||||||
|
@ -23,10 +23,10 @@ ARG P4PHP_DIR=${SRC_DIR}/p4php
|
|||||||
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
||||||
|
|
||||||
ARG P4API_VER=r20.1
|
ARG P4API_VER=r20.1
|
||||||
ARG P4API_URL=https://www.perforce.com/downloads/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
ARG P4API_URL=http://filehost.perforce.com/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
||||||
|
|
||||||
ARG P4PHP_VER=r20.1
|
ARG P4PHP_VER=r20.1
|
||||||
ARG P4PHP_URL=https://www.perforce.com/downloads/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
ARG P4PHP_URL=http://filehost.perforce.com/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
||||||
|
|
||||||
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
||||||
|
|
||||||
|
@ -23,10 +23,10 @@ ARG P4PHP_DIR=${SRC_DIR}/p4php
|
|||||||
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
||||||
|
|
||||||
ARG P4API_VER=r20.1
|
ARG P4API_VER=r20.1
|
||||||
ARG P4API_URL=https://www.perforce.com/downloads/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
ARG P4API_URL=http://filehost.perforce.com/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
||||||
|
|
||||||
ARG P4PHP_VER=r20.1
|
ARG P4PHP_VER=r20.1
|
||||||
ARG P4PHP_URL=https://www.perforce.com/downloads/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
ARG P4PHP_URL=http://filehost.perforce.com/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
||||||
|
|
||||||
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
||||||
|
|
||||||
|
@ -23,10 +23,10 @@ ARG P4PHP_DIR=${SRC_DIR}/p4php
|
|||||||
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
||||||
|
|
||||||
ARG P4API_VER=r20.1
|
ARG P4API_VER=r20.1
|
||||||
ARG P4API_URL=https://www.perforce.com/downloads/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
ARG P4API_URL=http://filehost.perforce.com/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
||||||
|
|
||||||
ARG P4PHP_VER=r20.1
|
ARG P4PHP_VER=r20.1
|
||||||
ARG P4PHP_URL=https://www.perforce.com/downloads/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
ARG P4PHP_URL=http://filehost.perforce.com/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
||||||
|
|
||||||
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
||||||
|
|
||||||
|
@ -23,10 +23,10 @@ ARG P4PHP_DIR=${SRC_DIR}/p4php
|
|||||||
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
||||||
|
|
||||||
ARG P4API_VER=r20.1
|
ARG P4API_VER=r20.1
|
||||||
ARG P4API_URL=https://www.perforce.com/downloads/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
ARG P4API_URL=http://filehost.perforce.com/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
||||||
|
|
||||||
ARG P4PHP_VER=r20.1
|
ARG P4PHP_VER=r20.1
|
||||||
ARG P4PHP_URL=https://www.perforce.com/downloads/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
ARG P4PHP_URL=http://filehost.perforce.com/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
||||||
|
|
||||||
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
||||||
|
|
||||||
|
@ -23,10 +23,10 @@ ARG P4PHP_DIR=${SRC_DIR}/p4php
|
|||||||
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
||||||
|
|
||||||
ARG P4API_VER=r20.1
|
ARG P4API_VER=r20.1
|
||||||
ARG P4API_URL=https://www.perforce.com/downloads/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
ARG P4API_URL=http://filehost.perforce.com/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
||||||
|
|
||||||
ARG P4PHP_VER=r20.1
|
ARG P4PHP_VER=r20.1
|
||||||
ARG P4PHP_URL=https://www.perforce.com/downloads/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
ARG P4PHP_URL=http://filehost.perforce.com/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
||||||
|
|
||||||
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
||||||
|
|
||||||
|
@ -23,10 +23,10 @@ ARG P4PHP_DIR=${SRC_DIR}/p4php
|
|||||||
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
||||||
|
|
||||||
ARG P4API_VER=r20.1
|
ARG P4API_VER=r20.1
|
||||||
ARG P4API_URL=https://www.perforce.com/downloads/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
ARG P4API_URL=http://filehost.perforce.com/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
||||||
|
|
||||||
ARG P4PHP_VER=r20.1
|
ARG P4PHP_VER=r20.1
|
||||||
ARG P4PHP_URL=https://www.perforce.com/downloads/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
ARG P4PHP_URL=http://filehost.perforce.com/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
||||||
|
|
||||||
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
# perforce default envs
|
# perforce default envs
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r16.2
|
ENV P4_VERSION=r16.2
|
||||||
ENV P4_CDN_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64
|
ENV P4_CDN_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64
|
||||||
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
||||||
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
||||||
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
||||||
|
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
# perforce default envs
|
# perforce default envs
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r17.1
|
ENV P4_VERSION=r17.1
|
||||||
ENV P4_CDN_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64
|
ENV P4_CDN_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64
|
||||||
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
||||||
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
||||||
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
||||||
|
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
# perforce default envs
|
# perforce default envs
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r17.2
|
ENV P4_VERSION=r17.2
|
||||||
ENV P4_CDN_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64
|
ENV P4_CDN_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64
|
||||||
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
||||||
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
||||||
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
||||||
|
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
# perforce default envs
|
# perforce default envs
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r18.1
|
ENV P4_VERSION=r18.1
|
||||||
ENV P4_CDN_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64
|
ENV P4_CDN_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64
|
||||||
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
||||||
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
||||||
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
||||||
|
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
# perforce default envs
|
# perforce default envs
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r18.2
|
ENV P4_VERSION=r18.2
|
||||||
ENV P4_CDN_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64
|
ENV P4_CDN_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64
|
||||||
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
||||||
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
||||||
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
||||||
|
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
# perforce default envs
|
# perforce default envs
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r19.1
|
ENV P4_VERSION=r19.1
|
||||||
ENV P4_CDN_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64
|
ENV P4_CDN_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64
|
||||||
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
||||||
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
||||||
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
||||||
|
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
# perforce default envs
|
# perforce default envs
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r19.2
|
ENV P4_VERSION=r19.2
|
||||||
ENV P4_CDN_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64
|
ENV P4_CDN_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64
|
||||||
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
||||||
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
||||||
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
||||||
|
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
# perforce default envs
|
# perforce default envs
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r20.1
|
ENV P4_VERSION=r20.1
|
||||||
ENV P4_CDN_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64
|
ENV P4_CDN_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64
|
||||||
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
||||||
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
||||||
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
||||||
|
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
# perforce default envs
|
# perforce default envs
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r20.2
|
ENV P4_VERSION=r20.2
|
||||||
ENV P4_CDN_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64
|
ENV P4_CDN_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64
|
||||||
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
||||||
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
||||||
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
||||||
|
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
# perforce default envs
|
# perforce default envs
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r21.1
|
ENV P4_VERSION=r21.1
|
||||||
ENV P4_CDN_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64
|
ENV P4_CDN_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64
|
||||||
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
||||||
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
||||||
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
||||||
|
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
# perforce default envs
|
# perforce default envs
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r21.2
|
ENV P4_VERSION=r21.2
|
||||||
ENV P4_CDN_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64
|
ENV P4_CDN_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64
|
||||||
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
||||||
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
||||||
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
||||||
|
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
# perforce default envs
|
# perforce default envs
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r22.1
|
ENV P4_VERSION=r22.1
|
||||||
ENV P4_CDN_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64
|
ENV P4_CDN_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64
|
||||||
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
ENV P4_DOWNLOAD_URL=${P4_CDN_URL}/p4
|
||||||
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
ENV P4BROKER_DOWNLOAD_URL=${P4_CDN_URL}/p4broker
|
||||||
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
ENV P4D_DOWNLOAD_URL=${P4_CDN_URL}/p4d
|
||||||
|
@ -15,10 +15,10 @@ ARG P4PHP_DIR=${SRC_DIR}/p4php
|
|||||||
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
||||||
|
|
||||||
ARG P4API_VER=r20.1
|
ARG P4API_VER=r20.1
|
||||||
ARG P4API_URL=https://www.perforce.com/downloads/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
ARG P4API_URL=http://filehost.perforce.com/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
||||||
|
|
||||||
ARG P4PHP_VER=r20.1
|
ARG P4PHP_VER=r20.1
|
||||||
ARG P4PHP_URL=https://www.perforce.com/downloads/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
ARG P4PHP_URL=http://filehost.perforce.com/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
||||||
|
|
||||||
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
||||||
|
|
||||||
|
@ -15,10 +15,10 @@ ARG P4PHP_DIR=${SRC_DIR}/p4php
|
|||||||
ARG MAKE_DIR=${SRC_DIR}/p4php-7.2
|
ARG MAKE_DIR=${SRC_DIR}/p4php-7.2
|
||||||
|
|
||||||
ARG P4API_VER=r20.1
|
ARG P4API_VER=r20.1
|
||||||
ARG P4API_URL=https://www.perforce.com/downloads/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
ARG P4API_URL=http://filehost.perforce.com/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
||||||
|
|
||||||
ARG P4PHP_VER=r20.1
|
ARG P4PHP_VER=r20.1
|
||||||
ARG P4PHP_URL=https://www.perforce.com/downloads/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
ARG P4PHP_URL=http://filehost.perforce.com/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
||||||
|
|
||||||
ARG P4MODULE_PATH=/usr/lib/php/20170718
|
ARG P4MODULE_PATH=/usr/lib/php/20170718
|
||||||
|
|
||||||
|
@ -15,10 +15,10 @@ ARG P4PHP_DIR=${SRC_DIR}/p4php
|
|||||||
ARG MAKE_DIR=${SRC_DIR}/p4php-7.3
|
ARG MAKE_DIR=${SRC_DIR}/p4php-7.3
|
||||||
|
|
||||||
ARG P4API_VER=r20.1
|
ARG P4API_VER=r20.1
|
||||||
ARG P4API_URL=https://www.perforce.com/downloads/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
ARG P4API_URL=http://filehost.perforce.com/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
||||||
|
|
||||||
ARG P4PHP_VER=r20.1
|
ARG P4PHP_VER=r20.1
|
||||||
ARG P4PHP_URL=https://www.perforce.com/downloads/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
ARG P4PHP_URL=http://filehost.perforce.com/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
||||||
|
|
||||||
ARG P4MODULE_PATH=/usr/lib/php/20180731
|
ARG P4MODULE_PATH=/usr/lib/php/20180731
|
||||||
|
|
||||||
|
@ -15,10 +15,10 @@ ARG P4PHP_DIR=${SRC_DIR}/p4php
|
|||||||
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
ARG MAKE_DIR=${SRC_DIR}/p4php-7.4
|
||||||
|
|
||||||
ARG P4API_VER=r20.1
|
ARG P4API_VER=r20.1
|
||||||
ARG P4API_URL=https://www.perforce.com/downloads/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
ARG P4API_URL=http://filehost.perforce.com/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
||||||
|
|
||||||
ARG P4PHP_VER=r20.1
|
ARG P4PHP_VER=r20.1
|
||||||
ARG P4PHP_URL=https://www.perforce.com/downloads/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
ARG P4PHP_URL=http://filehost.perforce.com/perforce/${P4PHP_VER}/bin.tools/p4php-php7.tgz
|
||||||
|
|
||||||
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
ARG PHP_MODULE_PATH=/usr/lib/php/20190902
|
||||||
|
|
||||||
|
@ -15,10 +15,10 @@ ARG P4PHP_DIR=${SRC_DIR}/p4php
|
|||||||
ARG MAKE_DIR=${SRC_DIR}/p4php-${PHP_VER}
|
ARG MAKE_DIR=${SRC_DIR}/p4php-${PHP_VER}
|
||||||
|
|
||||||
ARG P4API_VER=r21.1
|
ARG P4API_VER=r21.1
|
||||||
ARG P4API_URL=https://www.perforce.com/downloads/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
ARG P4API_URL=http://filehost.perforce.com/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
||||||
|
|
||||||
ARG P4PHP_VER=r20.2
|
ARG P4PHP_VER=r20.2
|
||||||
ARG P4PHP_URL=https://www.perforce.com/downloads/perforce/${P4PHP_VER}/bin.tools/p4php.tgz
|
ARG P4PHP_URL=http://filehost.perforce.com/perforce/${P4PHP_VER}/bin.tools/p4php.tgz
|
||||||
|
|
||||||
ARG PHP_VER=8.0
|
ARG PHP_VER=8.0
|
||||||
ARG PHP_MODULE_VER=20200930
|
ARG PHP_MODULE_VER=20200930
|
||||||
|
@ -16,10 +16,10 @@ ARG P4PHP_DIR=${SRC_DIR}/p4php
|
|||||||
ARG PHP_VER=8.1
|
ARG PHP_VER=8.1
|
||||||
ARG MAKE_DIR=${SRC_DIR}/p4php-${PHP_VER}
|
ARG MAKE_DIR=${SRC_DIR}/p4php-${PHP_VER}
|
||||||
ARG P4API_VER=r21.1
|
ARG P4API_VER=r21.1
|
||||||
ARG P4API_URL=https://www.perforce.com/downloads/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
ARG P4API_URL=http://filehost.perforce.com/perforce/${P4API_VER}/bin.linux26x86_64/p4api.tgz
|
||||||
|
|
||||||
ARG P4PHP_VER=r20.2
|
ARG P4PHP_VER=r20.2
|
||||||
ARG P4PHP_URL=https://www.perforce.com/downloads/perforce/${P4PHP_VER}/bin.tools/p4php.tgz
|
ARG P4PHP_URL=http://filehost.perforce.com/perforce/${P4PHP_VER}/bin.tools/p4php.tgz
|
||||||
|
|
||||||
ARG PHP_MODULE_VER=20210902
|
ARG PHP_MODULE_VER=20210902
|
||||||
ARG PHP_MODULE_PATH=/usr/lib/php/${PHP_MODULE_VER}
|
ARG PHP_MODULE_PATH=/usr/lib/php/${PHP_MODULE_VER}
|
||||||
|
Loading…
Reference in New Issue
Block a user