mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 06:05:37 +03:00
updates
This commit is contained in:
parent
8e709f708a
commit
2a48149123
@ -6,7 +6,7 @@ app:
|
|||||||
make clean
|
make clean
|
||||||
|
|
||||||
build:
|
build:
|
||||||
docker-compose build --compress --parallel
|
docker-compose build --compress --parallel --progress=plain
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
docker-compose push
|
docker-compose push
|
||||||
|
@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
##################################################################
|
##################################################################
|
||||||
# perforce client binary
|
# perforce client binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r21.2
|
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=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
@ -96,7 +96,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
|
|||||||
sudo \
|
sudo \
|
||||||
logrotate \
|
logrotate \
|
||||||
subversion-tools \
|
subversion-tools \
|
||||||
zip
|
zip \
|
||||||
|
pev
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# installing fs-tools
|
# installing fs-tools
|
||||||
|
@ -5,19 +5,19 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
##################################################################
|
##################################################################
|
||||||
# perforce client binary
|
# perforce client binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r21.2
|
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=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# 7z official binary
|
# 7z official binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV SZ_VERSION=7z2107
|
ENV SZ_VERSION=7z2200
|
||||||
ENV SZ_DOWNLOAD_URL=https://www.7-zip.org/a/${SZ_VERSION}-linux-x64.tar.xz
|
ENV SZ_DOWNLOAD_URL=https://www.7-zip.org/a/${SZ_VERSION}-linux-x64.tar.xz
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# LazyGit official binary
|
# LazyGit official binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV LZGIT_VERSION=0.31.4
|
ENV LZGIT_VERSION=0.34
|
||||||
ENV LZGIT_DOWNLOAD_URL=https://github.com/jesseduffield/lazygit/releases/download/v${LZGIT_VERSION}/lazygit_${LZGIT_VERSION}_Linux_x86_64.tar.gz
|
ENV LZGIT_DOWNLOAD_URL=https://github.com/jesseduffield/lazygit/releases/download/v${LZGIT_VERSION}/lazygit_${LZGIT_VERSION}_Linux_x86_64.tar.gz
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
@ -110,7 +110,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
|
|||||||
python-all \
|
python-all \
|
||||||
rclone \
|
rclone \
|
||||||
logrotate \
|
logrotate \
|
||||||
subversion-tools
|
subversion-tools \
|
||||||
|
pev
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# installing fs-tools
|
# installing fs-tools
|
||||||
|
@ -5,19 +5,19 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
##################################################################
|
##################################################################
|
||||||
# perforce client binary
|
# perforce client binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r21.2
|
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=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# 7z official binary
|
# 7z official binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV SZ_VERSION=7z2107
|
ENV SZ_VERSION=7z2200
|
||||||
ENV SZ_DOWNLOAD_URL=https://www.7-zip.org/a/${SZ_VERSION}-linux-x64.tar.xz
|
ENV SZ_DOWNLOAD_URL=https://www.7-zip.org/a/${SZ_VERSION}-linux-x64.tar.xz
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# LazyGit official binary
|
# LazyGit official binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV LZGIT_VERSION=0.31.4
|
ENV LZGIT_VERSION=0.34
|
||||||
ENV LZGIT_DOWNLOAD_URL=https://github.com/jesseduffield/lazygit/releases/download/v${LZGIT_VERSION}/lazygit_${LZGIT_VERSION}_Linux_x86_64.tar.gz
|
ENV LZGIT_DOWNLOAD_URL=https://github.com/jesseduffield/lazygit/releases/download/v${LZGIT_VERSION}/lazygit_${LZGIT_VERSION}_Linux_x86_64.tar.gz
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
@ -111,7 +111,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
|
|||||||
python-all \
|
python-all \
|
||||||
rclone \
|
rclone \
|
||||||
logrotate \
|
logrotate \
|
||||||
subversion-tools
|
subversion-tools \
|
||||||
|
pev
|
||||||
|
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
|
@ -5,19 +5,19 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
##################################################################
|
##################################################################
|
||||||
# perforce client binary
|
# perforce client binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r21.2
|
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=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# 7z official binary
|
# 7z official binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV SZ_VERSION=7z2107
|
ENV SZ_VERSION=7z2200
|
||||||
ENV SZ_DOWNLOAD_URL=https://www.7-zip.org/a/${SZ_VERSION}-linux-x64.tar.xz
|
ENV SZ_DOWNLOAD_URL=https://www.7-zip.org/a/${SZ_VERSION}-linux-x64.tar.xz
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# LazyGit official binary
|
# LazyGit official binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV LZGIT_VERSION=0.31.4
|
ENV LZGIT_VERSION=0.34
|
||||||
ENV LZGIT_DOWNLOAD_URL=https://github.com/jesseduffield/lazygit/releases/download/v${LZGIT_VERSION}/lazygit_${LZGIT_VERSION}_Linux_x86_64.tar.gz
|
ENV LZGIT_DOWNLOAD_URL=https://github.com/jesseduffield/lazygit/releases/download/v${LZGIT_VERSION}/lazygit_${LZGIT_VERSION}_Linux_x86_64.tar.gz
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
@ -110,7 +110,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
|
|||||||
python-all \
|
python-all \
|
||||||
rclone \
|
rclone \
|
||||||
logrotate \
|
logrotate \
|
||||||
subversion-tools
|
subversion-tools \
|
||||||
|
pev
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# installing fs-tools
|
# installing fs-tools
|
||||||
|
@ -5,19 +5,19 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
##################################################################
|
##################################################################
|
||||||
# perforce client binary
|
# perforce client binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r21.2
|
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=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# 7z official binary
|
# 7z official binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV SZ_VERSION=7z2107
|
ENV SZ_VERSION=7z2200
|
||||||
ENV SZ_DOWNLOAD_URL=https://www.7-zip.org/a/${SZ_VERSION}-linux-x64.tar.xz
|
ENV SZ_DOWNLOAD_URL=https://www.7-zip.org/a/${SZ_VERSION}-linux-x64.tar.xz
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# LazyGit official binary
|
# LazyGit official binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV LZGIT_VERSION=0.31.4
|
ENV LZGIT_VERSION=0.34
|
||||||
ENV LZGIT_DOWNLOAD_URL=https://github.com/jesseduffield/lazygit/releases/download/v${LZGIT_VERSION}/lazygit_${LZGIT_VERSION}_Linux_x86_64.tar.gz
|
ENV LZGIT_DOWNLOAD_URL=https://github.com/jesseduffield/lazygit/releases/download/v${LZGIT_VERSION}/lazygit_${LZGIT_VERSION}_Linux_x86_64.tar.gz
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
@ -110,7 +110,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
|
|||||||
python-all \
|
python-all \
|
||||||
rclone \
|
rclone \
|
||||||
logrotate \
|
logrotate \
|
||||||
subversion-tools
|
subversion-tools \
|
||||||
|
pev
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# installing fs-tools
|
# installing fs-tools
|
||||||
|
Loading…
Reference in New Issue
Block a user