Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
0b908b28
Commit
0b908b28
authored
Jul 16, 2020
by
Dan Davison
Committed by
Rémy Coutable
Jul 16, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove k3d installation from QA Dockerfile
parent
79e06e39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
qa/Dockerfile
qa/Dockerfile
+0
-7
No files found.
qa/Dockerfile
View file @
0b908b28
...
...
@@ -7,7 +7,6 @@ ENV CHROME_VERSION="83.0.4103.61-1"
ENV
CHROME_DRIVER_VERSION="83.0.4103.39"
ENV
CHROME_DEB="google-chrome-stable_${CHROME_VERSION}_amd64.deb"
ENV
CHROME_URL="https://s3.amazonaws.com/gitlab-google-chrome-stable/${CHROME_DEB}"
ENV
K3D_VERSION="1.3.4"
##
# Add support for stretch-backports
...
...
@@ -48,12 +47,6 @@ RUN wget -q "https://chromedriver.storage.googleapis.com/${CHROME_DRIVER_VERSION
RUN
unzip chromedriver_linux64.zip
-d
/usr/local/bin
RUN
rm
-f
chromedriver_linux64.zip
##
# Install K3d local cluster support
# https://github.com/rancher/k3d
#
RUN
curl
-s
https://raw.githubusercontent.com/rancher/k3d/main/install.sh |
TAG
=
"v
${
K3D_VERSION
}
"
bash
##
# Install gcloud and kubectl CLI used in Auto DevOps test to create K8s
# clusters
...
...
Write
Preview
Markdown
is supported
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