Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
workbench
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
shore
workbench
Commits
d9ad9449
Commit
d9ad9449
authored
2 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
ClickHouse client.
parent
dd093187
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#2913
waiting for manual action
Stage: build
Stage: deploy
Stage: .post
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+2
-0
2 additions, 0 deletions
Dockerfile
sources.d/clickhouse.sources
+5
-0
5 additions, 0 deletions
sources.d/clickhouse.sources
with
7 additions
and
0 deletions
Dockerfile
+
2
−
0
View file @
d9ad9449
...
...
@@ -20,6 +20,7 @@ RUN apt-get update && \
curl https://dl.cloudsmith.io/public/cloudposse/packages/gpg.7333C6FDEFA717CC.key |
\
gpg
--no-default-keyring
--import
--batch
--keyring
/usr/share/keyrings/cloudposse.gpg
&&
\
gpg
--no-default-keyring
--keyring
/usr/share/keyrings/percona.gpg
--keyserver
keys.gnupg.net
--recv-keys
9334A25F8507EFA5
&&
\
gpg
--no-default-keyring
--keyring
/usr/share/keyrings/clickhouse.gpg
--keyserver
hkp://keyserver.ubuntu.com:80
--recv-keys
8919F6BD2B48D754
&&
\
rm
-rf
/tmp/
*
/var/tmp/
*
/var/lib/apt/lists/
*
/var/cache/apt/archives/
*
COPY
--chown=root:root sources.d/* /etc/apt/sources.list.d/
COPY
--chown=root:root preferences.d/* /etc/apt/preferences.d/
...
...
@@ -39,6 +40,7 @@ RUN apt-get update && \
bundler
\
bzr
\
ca-certificates
\
clickhouse-client
\
cmake
\
composer
\
consul
\
...
...
This diff is collapsed.
Click to expand it.
sources.d/clickhouse.sources
0 → 100644
+
5
−
0
View file @
d9ad9449
Types: deb
URIs: https://packages.clickhouse.com/deb
Suites: stable
Components: main
Signed-By: /usr/share/keyrings/clickhouse.gpg
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment