Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lbry
ytsync
Commits
2bf13a51
Unverified
Commit
2bf13a51
authored
Aug 04, 2019
by
Mark Beamer Jr
Browse files
ci test
parent
394364ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
e2e/e2e.sh
View file @
2bf13a51
...
...
@@ -35,7 +35,7 @@ docker-compose pull
if
[
-d
persist
]
;
then
rm
-r
persist
;
fi
mkdir
persist
mkdir
persist/.lbrynet
ls
-lha
./persist
/.lbrynet
ls
-lha
./persist
chmod
u+rw ./persist/.lbrynet
docker-compose up
-d
printf
'waiting for internal apis'
...
...
@@ -43,7 +43,6 @@ until $(curl --output /dev/null --silent --head --fail http://localhost:15400);
printf
'.'
sleep
1
done
sleep
150
echo
"successfully started..."
#Data Setup for test
...
...
e2e/lbrynet/docker/Dockerfile
View file @
2bf13a51
## This base image is for running the latest lbrynet-daemon release.
FROM
ubuntu:1
8
.04 as prep
FROM
ubuntu:1
6
.04 as prep
LABEL
MAINTAINER="leopere [at] nixc [dot] us"
RUN
apt-get update
&&
apt-get
-y
install
unzip curl telnet wait-for-it
...
...
@@ -13,7 +13,7 @@ RUN unzip /lbrynet.linux.zip -d /lbrynet/ && \
mv
/lbrynet/lbrynet /usr/bin
&&
\
chmod
a+x /usr/bin/checkmount /usr/bin/start /usr/bin/lbrynet
FROM
ubuntu:1
8
.04 as app
FROM
ubuntu:1
6
.04 as app
COPY
--from=prep /usr/bin/start /usr/bin/checkmount /usr/bin/lbrynet /usr/bin/
RUN
adduser lbrynet
--gecos
GECOS
--shell
/bin/bash
--disabled-password
--home
/home/lbrynet
## Daemon port [Intended for internal use]
...
...
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