From 2a48149123e41ffa99fa6e903bcaca044fd15365 Mon Sep 17 00:00:00 2001 From: Zimovskii Anatolii Date: Tue, 21 Jun 2022 14:24:35 +0300 Subject: [PATCH] updates --- linux/advanced/mattermost/Makefile | 2 +- .../ecosystem/epicmorg/debian/08-jessie/main/Dockerfile | 5 +++-- .../ecosystem/epicmorg/debian/09-stretch/main/Dockerfile | 9 +++++---- .../ecosystem/epicmorg/debian/10-buster/main/Dockerfile | 9 +++++---- .../epicmorg/debian/11-bullseye/main/Dockerfile | 9 +++++---- .../epicmorg/debian/12-bookworm/main/Dockerfile | 9 +++++---- 6 files changed, 24 insertions(+), 19 deletions(-) diff --git a/linux/advanced/mattermost/Makefile b/linux/advanced/mattermost/Makefile index bad6d73b5..0f0ffcabb 100644 --- a/linux/advanced/mattermost/Makefile +++ b/linux/advanced/mattermost/Makefile @@ -6,7 +6,7 @@ app: make clean build: - docker-compose build --compress --parallel + docker-compose build --compress --parallel --progress=plain deploy: docker-compose push diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile index e1b18cfe7..7f14e0ab0 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile @@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive ################################################################## # 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 ################################################################## @@ -96,7 +96,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio sudo \ logrotate \ subversion-tools \ - zip + zip \ + pev ################################################################## # installing fs-tools diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile index c09275d00..0b6195e29 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile @@ -5,19 +5,19 @@ ARG DEBIAN_FRONTEND=noninteractive ################################################################## # 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 ################################################################## # 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 ################################################################## # 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 ################################################################## @@ -110,7 +110,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio python-all \ rclone \ logrotate \ - subversion-tools + subversion-tools \ + pev ################################################################## # installing fs-tools diff --git a/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile index dafcb71a6..bce56f339 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile @@ -5,19 +5,19 @@ ARG DEBIAN_FRONTEND=noninteractive ################################################################## # 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 ################################################################## # 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 ################################################################## # 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 ################################################################## @@ -111,7 +111,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio python-all \ rclone \ logrotate \ - subversion-tools + subversion-tools \ + pev ################################################################## diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile index 38513410f..f362365e8 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile @@ -5,19 +5,19 @@ ARG DEBIAN_FRONTEND=noninteractive ################################################################## # 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 ################################################################## # 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 ################################################################## # 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 ################################################################## @@ -110,7 +110,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio python-all \ rclone \ logrotate \ - subversion-tools + subversion-tools \ + pev ################################################################## # installing fs-tools diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile index 0bcab88e9..7c8d267fc 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile @@ -5,19 +5,19 @@ ARG DEBIAN_FRONTEND=noninteractive ################################################################## # 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 ################################################################## # 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 ################################################################## # 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 ################################################################## @@ -110,7 +110,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio python-all \ rclone \ logrotate \ - subversion-tools + subversion-tools \ + pev ################################################################## # installing fs-tools