make - autocommit

This commit is contained in:
Zimovskii Anatolii 2022-09-09 19:41:59 +03:00
parent 9c60b25322
commit 9115093d6c
Signed by: stam
GPG Key ID: 9911D9EF664EEE14
7 changed files with 46 additions and 54 deletions

View File

@ -111,30 +111,6 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
xfsprogs \ xfsprogs \
xfsdump xfsdump
##################################################################
# git-lfs official binary
##################################################################
#RUN curl -s https://packagecloud.io/github/git-lfs/gpgkey | sudo gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/git-lfs.gpg --import && \
#RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B05F25D762E3157 && \
# rm -rfv /etc/apt/sources.list.d/github_git-lfs.list
#COPY etc/apt/sources.list.d/github_git-lfs.list /etc/apt/sources.list.d/github_git-lfs.list
#RUN apt-get update && \
# apt-get install -y --allow-unauthenticated \
# git \
# git-lfs && \
# git --version && \
# git-lfs --version
##################################################################
# gh official binary
##################################################################
#RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C99B11DEB97541F0
#COPY etc/apt/sources.list.d/github-cli.list /etc/apt/sources.list.d/github-cli.list
#RUN apt-get update && \
# apt-get install -y --allow-unauthenticated \
# gh && \
# gh --version
################################################################## ##################################################################
# Install p4client # Install p4client
################################################################## ##################################################################

View File

@ -118,6 +118,17 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
xfsprogs \ xfsprogs \
xfsdump xfsdump
##################################################################
# gh official binary
##################################################################
RUN wget -c https://cli.github.com/packages/githubcli-archive-keyring.gpg -O /etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg && \
chmod go+r /etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg && \
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list && \
apt-get update && \
apt-get install -y --allow-unauthenticated \
gh && \
gh --version
################################################################## ##################################################################
# Install p4client # Install p4client
################################################################## ##################################################################

View File

@ -140,12 +140,13 @@ RUN apt-get update && \
################################################################## ##################################################################
# gh official binary # gh official binary
################################################################## ##################################################################
#RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C99B11DEB97541F0 RUN wget -c https://cli.github.com/packages/githubcli-archive-keyring.gpg -O /etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg && \
#COPY etc/apt/sources.list.d/github-cli.list /etc/apt/sources.list.d/github-cli.list chmod go+r /etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg && \
#RUN apt-get update && \ echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list && \
# apt-get install -y --allow-unauthenticated \ apt-get update && \
# gh && \ apt-get install -y --allow-unauthenticated \
# gh --version gh && \
gh --version
################################################################## ##################################################################
# Install p4client # Install p4client

View File

@ -155,12 +155,13 @@ RUN apt-get update && \
################################################################## ##################################################################
# gh official binary # gh official binary
################################################################## ##################################################################
#RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C99B11DEB97541F0 RUN wget -c https://cli.github.com/packages/githubcli-archive-keyring.gpg -O /etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg && \
#COPY etc/apt/sources.list.d/github-cli.list /etc/apt/sources.list.d/github-cli.list chmod go+r /etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg && \
#RUN apt-get update && \ echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list && \
# apt-get install -y --allow-unauthenticated \ apt-get update && \
# gh && \ apt-get install -y --allow-unauthenticated \
# gh --version gh && \
gh --version
################################################################## ##################################################################
# Install p4client # Install p4client

View File

@ -157,12 +157,13 @@ RUN apt-get update && \
################################################################## ##################################################################
# gh official binary # gh official binary
################################################################## ##################################################################
#RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C99B11DEB97541F0 RUN wget -c https://cli.github.com/packages/githubcli-archive-keyring.gpg -O /etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg && \
#COPY etc/apt/sources.list.d/github-cli.list /etc/apt/sources.list.d/github-cli.list chmod go+r /etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg && \
#RUN apt-get update && \ echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list && \
# apt-get install -y --allow-unauthenticated \ apt-get update && \
# gh && \ apt-get install -y --allow-unauthenticated \
# gh --version gh && \
gh --version
################################################################## ##################################################################
# Install p4client # Install p4client

View File

@ -155,12 +155,13 @@ RUN apt-get update && \
################################################################## ##################################################################
# gh official binary # gh official binary
################################################################## ##################################################################
#RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C99B11DEB97541F0 RUN wget -c https://cli.github.com/packages/githubcli-archive-keyring.gpg -O /etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg && \
#COPY etc/apt/sources.list.d/github-cli.list /etc/apt/sources.list.d/github-cli.list chmod go+r /etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg && \
#RUN apt-get update && \ echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list && \
# apt-get install -y --allow-unauthenticated \ apt-get update && \
# gh && \ apt-get install -y --allow-unauthenticated \
# gh --version gh && \
gh --version
################################################################## ##################################################################
# Install p4client # Install p4client

View File

@ -155,12 +155,13 @@ RUN apt-get update && \
################################################################## ##################################################################
# gh official binary # gh official binary
################################################################## ##################################################################
#RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C99B11DEB97541F0 RUN wget -c https://cli.github.com/packages/githubcli-archive-keyring.gpg -O /etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg && \
#COPY etc/apt/sources.list.d/github-cli.list /etc/apt/sources.list.d/github-cli.list chmod go+r /etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg && \
#RUN apt-get update && \ echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list && \
# apt-get install -y --allow-unauthenticated \ apt-get update && \
# gh && \ apt-get install -y --allow-unauthenticated \
# gh --version gh && \
gh --version
################################################################## ##################################################################
# Install p4client # Install p4client