Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
python-phoenixdb
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lukáš Lalinský
python-phoenixdb
Commits
41b5e321
Commit
41b5e321
authored
Feb 26, 2018
by
Lukáš Lalinský
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Apache archive site, so that we can get older versions
parent
e0e75433
Pipeline
#20147
failed with stages
in 9 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ci/phoenix/Dockerfile
ci/phoenix/Dockerfile
+2
-2
No files found.
ci/phoenix/Dockerfile
View file @
41b5e321
...
...
@@ -4,14 +4,14 @@ ARG HBASE_VERSION
ARG
PHOENIX_VERSION
ARG
PHOENIX_NAME=apache-phoenix
ENV
HBASE_URL http
://www.apache.org/dyn/closer.cgi?action=download&filename=
hbase/$HBASE_DIR/hbase-$HBASE_VERSION-bin.tar.gz
ENV
HBASE_URL http
s://archive.apache.org/dist/phoenix/
hbase/$HBASE_DIR/hbase-$HBASE_VERSION-bin.tar.gz
RUN
wget
--no-verbose
-O
hbase.tar.gz
"
$HBASE_URL
"
&&
\
mkdir
/opt/hbase
&&
\
tar
xf hbase.tar.gz
--strip-components
=
1
-C
/opt/hbase
&&
\
rm
hbase.tar.gz
ENV
PHOENIX_URL http
://www.apache.org/dyn/closer.cgi?action=download&filename=
phoenix/apache-phoenix-$PHOENIX_VERSION/bin/apache-phoenix-$PHOENIX_VERSION-bin.tar.gz
ENV
PHOENIX_URL http
s://archive.apache.org/dist/phoenix/
phoenix/apache-phoenix-$PHOENIX_VERSION/bin/apache-phoenix-$PHOENIX_VERSION-bin.tar.gz
RUN
wget
--no-verbose
-O
phoenix.tar.gz
"
$PHOENIX_URL
"
&&
\
mkdir
/opt/phoenix
&&
\
...
...
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