Skip to content

Commit

Permalink
added new git cred manager args
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathis Marcotte committed Jul 23, 2024
1 parent 8a01153 commit 8c74e38
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-bits/4_CLI.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,15 @@ RUN \
&& chmod +x argo-linux-amd64 \
&& sudo mv ./argo-linux-amd64 /usr/local/bin/argo \
&& argo version

ARG GIT_CRED_MANAGER_VERSION=v2.5.1
ARG GIT_CRED_MANAGER_URL=https://github.com/git-ecosystem/git-credential-manager/releases/download/v${GIT_CRED_MANAGER_VERSION}/gcm-linux_amd64.${GIT_CRED_MANAGER_VERSION}.deb
ARG GIT_CRED_MANAGER_SHA=7980a13961a21b9aeb303e02a455b4864f074b7f968f7d3e3b67e646eaa6ec67

# RUN wget -q "${GIT_CRED_MANAGER_URL}" -O ./gcm.deb \
# && echo "${GIT_CRED_MANAGER_SHA} ./gcm.deb" | sha256sum -c - \
# && dpkg -i ./gcm.deb \
# && rm ./gcm.deb
# RUN curl -L ${GIT_CRED_MANAGER_URL} | sh \
# && git-credential-manager configure
# RUN git config --global credential.credentialStore gpg
12 changes: 12 additions & 0 deletions output/jupyterlab-cpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,18 @@ RUN \
&& sudo mv ./argo-linux-amd64 /usr/local/bin/argo \
&& argo version

ARG GIT_CRED_MANAGER_VERSION=v2.5.1
ARG GIT_CRED_MANAGER_URL=https://github.com/git-ecosystem/git-credential-manager/releases/download/v${GIT_CRED_MANAGER_VERSION}/gcm-linux_amd64.${GIT_CRED_MANAGER_VERSION}.deb
ARG GIT_CRED_MANAGER_SHA=7980a13961a21b9aeb303e02a455b4864f074b7f968f7d3e3b67e646eaa6ec67

# RUN wget -q "${GIT_CRED_MANAGER_URL}" -O ./gcm.deb \
# && echo "${GIT_CRED_MANAGER_SHA} ./gcm.deb" | sha256sum -c - \
# && dpkg -i ./gcm.deb \
# && rm ./gcm.deb
# RUN curl -L ${GIT_CRED_MANAGER_URL} | sh \
# && git-credential-manager configure
# RUN git config --global credential.credentialStore gpg

###############################
### docker-bits/5_DB-Drivers.Dockerfile
###############################
Expand Down
12 changes: 12 additions & 0 deletions output/jupyterlab-pytorch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,18 @@ RUN \
&& sudo mv ./argo-linux-amd64 /usr/local/bin/argo \
&& argo version

ARG GIT_CRED_MANAGER_VERSION=v2.5.1
ARG GIT_CRED_MANAGER_URL=https://github.com/git-ecosystem/git-credential-manager/releases/download/v${GIT_CRED_MANAGER_VERSION}/gcm-linux_amd64.${GIT_CRED_MANAGER_VERSION}.deb
ARG GIT_CRED_MANAGER_SHA=7980a13961a21b9aeb303e02a455b4864f074b7f968f7d3e3b67e646eaa6ec67

# RUN wget -q "${GIT_CRED_MANAGER_URL}" -O ./gcm.deb \
# && echo "${GIT_CRED_MANAGER_SHA} ./gcm.deb" | sha256sum -c - \
# && dpkg -i ./gcm.deb \
# && rm ./gcm.deb
# RUN curl -L ${GIT_CRED_MANAGER_URL} | sh \
# && git-credential-manager configure
# RUN git config --global credential.credentialStore gpg

###############################
### docker-bits/5_DB-Drivers.Dockerfile
###############################
Expand Down
12 changes: 12 additions & 0 deletions output/jupyterlab-tensorflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,18 @@ RUN \
&& sudo mv ./argo-linux-amd64 /usr/local/bin/argo \
&& argo version

ARG GIT_CRED_MANAGER_VERSION=v2.5.1
ARG GIT_CRED_MANAGER_URL=https://github.com/git-ecosystem/git-credential-manager/releases/download/v${GIT_CRED_MANAGER_VERSION}/gcm-linux_amd64.${GIT_CRED_MANAGER_VERSION}.deb
ARG GIT_CRED_MANAGER_SHA=7980a13961a21b9aeb303e02a455b4864f074b7f968f7d3e3b67e646eaa6ec67

# RUN wget -q "${GIT_CRED_MANAGER_URL}" -O ./gcm.deb \
# && echo "${GIT_CRED_MANAGER_SHA} ./gcm.deb" | sha256sum -c - \
# && dpkg -i ./gcm.deb \
# && rm ./gcm.deb
# RUN curl -L ${GIT_CRED_MANAGER_URL} | sh \
# && git-credential-manager configure
# RUN git config --global credential.credentialStore gpg

###############################
### docker-bits/5_DB-Drivers.Dockerfile
###############################
Expand Down
12 changes: 12 additions & 0 deletions output/remote-desktop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,18 @@ RUN \
&& sudo mv ./argo-linux-amd64 /usr/local/bin/argo \
&& argo version

ARG GIT_CRED_MANAGER_VERSION=v2.5.1
ARG GIT_CRED_MANAGER_URL=https://github.com/git-ecosystem/git-credential-manager/releases/download/v${GIT_CRED_MANAGER_VERSION}/gcm-linux_amd64.${GIT_CRED_MANAGER_VERSION}.deb
ARG GIT_CRED_MANAGER_SHA=7980a13961a21b9aeb303e02a455b4864f074b7f968f7d3e3b67e646eaa6ec67

# RUN wget -q "${GIT_CRED_MANAGER_URL}" -O ./gcm.deb \
# && echo "${GIT_CRED_MANAGER_SHA} ./gcm.deb" | sha256sum -c - \
# && dpkg -i ./gcm.deb \
# && rm ./gcm.deb
# RUN curl -L ${GIT_CRED_MANAGER_URL} | sh \
# && git-credential-manager configure
# RUN git config --global credential.credentialStore gpg

###############################
### docker-bits/6_remote-desktop.Dockerfile
###############################
Expand Down
12 changes: 12 additions & 0 deletions output/rstudio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,18 @@ RUN \
&& sudo mv ./argo-linux-amd64 /usr/local/bin/argo \
&& argo version

ARG GIT_CRED_MANAGER_VERSION=v2.5.1
ARG GIT_CRED_MANAGER_URL=https://github.com/git-ecosystem/git-credential-manager/releases/download/v${GIT_CRED_MANAGER_VERSION}/gcm-linux_amd64.${GIT_CRED_MANAGER_VERSION}.deb
ARG GIT_CRED_MANAGER_SHA=7980a13961a21b9aeb303e02a455b4864f074b7f968f7d3e3b67e646eaa6ec67

# RUN wget -q "${GIT_CRED_MANAGER_URL}" -O ./gcm.deb \
# && echo "${GIT_CRED_MANAGER_SHA} ./gcm.deb" | sha256sum -c - \
# && dpkg -i ./gcm.deb \
# && rm ./gcm.deb
# RUN curl -L ${GIT_CRED_MANAGER_URL} | sh \
# && git-credential-manager configure
# RUN git config --global credential.credentialStore gpg

###############################
### docker-bits/5_DB-Drivers.Dockerfile
###############################
Expand Down
12 changes: 12 additions & 0 deletions output/sas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,18 @@ RUN \
&& sudo mv ./argo-linux-amd64 /usr/local/bin/argo \
&& argo version

ARG GIT_CRED_MANAGER_VERSION=v2.5.1
ARG GIT_CRED_MANAGER_URL=https://github.com/git-ecosystem/git-credential-manager/releases/download/v${GIT_CRED_MANAGER_VERSION}/gcm-linux_amd64.${GIT_CRED_MANAGER_VERSION}.deb
ARG GIT_CRED_MANAGER_SHA=7980a13961a21b9aeb303e02a455b4864f074b7f968f7d3e3b67e646eaa6ec67

# RUN wget -q "${GIT_CRED_MANAGER_URL}" -O ./gcm.deb \
# && echo "${GIT_CRED_MANAGER_SHA} ./gcm.deb" | sha256sum -c - \
# && dpkg -i ./gcm.deb \
# && rm ./gcm.deb
# RUN curl -L ${GIT_CRED_MANAGER_URL} | sh \
# && git-credential-manager configure
# RUN git config --global credential.credentialStore gpg

###############################
### docker-bits/5_DB-Drivers.Dockerfile
###############################
Expand Down

0 comments on commit 8c74e38

Please sign in to comment.