This commit is contained in:
Zimovskii Anatolii 2022-06-21 14:24:35 +03:00
parent 8e709f708a
commit 2a48149123
Signed by: stam
GPG Key ID: 9911D9EF664EEE14
6 changed files with 24 additions and 19 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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
################################################################## ##################################################################

View File

@ -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

View File

@ -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