Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
elasticsearch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
docker
elasticsearch
Merge requests
!2
Upgrade elastic to 7
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Upgrade elastic to 7
es7
into
master
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
ale
requested to merge
es7
into
master
4 years ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b1436207
1 commit,
4 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
build.sh
+
2
−
2
Options
@@ -63,8 +63,8 @@ fllxIu9XYmiBERQ/qPDlGRlOgVTd9xUfHFkzB52c70E=
=92oX
-----END PGP PUBLIC KEY BLOCK-----
EOF
(
echo
"deb https://artifacts.elastic.co/packages/oss-
6
.x/apt stable main"
;
echo
"deb [arch=amd64] https://packages.elastic.co/curator/5/debian
9
stable main"
)
\
(
echo
"deb https://artifacts.elastic.co/packages/oss-
7
.x/apt stable main"
;
echo
"deb [arch=amd64] https://packages.elastic.co/curator/5/debian stable main"
)
\
>
/etc/apt/sources.list.d/elastic.list
apt-get update
Loading