Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in
Toggle navigation
Menu
Open sidebar
gitlab-org
build
CNG
Commits
87671bd4
Commit
87671bd4
authored
May 26, 2021
by
Stan Hu
Browse files
Drop dependency on build:gitlab-shell
Set the default user to `git`
parent
739737b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
87671bd4
...
...
@@ -987,7 +987,6 @@ gitlab-shell-libproxyproto:
-
push_tags $GITLAB_SHELL_VERSION${IMAGE_TAG_EXT}
dependencies
:
-
gitlab-shell
-
build:gitlab-shell
build:git-base:
<<
:
*build-job-base
...
...
gitlab-shell-libproxyproto/Dockerfile
View file @
87671bd4
...
...
@@ -12,3 +12,6 @@ RUN cd /tmp && \
curl
--retry
6
-o
openssh-sftp-server.deb https://gitlab.com/gitlab-com/gl-infra/openssh-patches/uploads/520bba5376bef780cfd0c7ccefd4338d/openssh-sftp-server_7.9p1-10+deb10u2+gitlab+openssh79+8c55f4e4+1_amd64.deb
&&
\
dpkg
-i
openssh-client.deb openssh-server.deb openssh-sftp-server.deb
&&
\
rm
openssh-client.deb openssh-server.deb openssh-sftp-server.deb
ARG
GITLAB_USER=git
USER
$GITLAB_USER:$GITLAB_USER
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment