Commit graph

26 commits

Author SHA1 Message Date
Leopere
ded07ec9a1 Undo 2018-11-04 18:18:40 -05:00
Leopere
6a27bca985 Removed now unnecessary run command 2018-11-04 18:17:23 -05:00
Leopere
5ef885df04 Fixes magicless chainquery and starts on bootstrap
added chainquery/.gitignore to ignore large blobs.
fixed Dockerfile up to use staged prep and production
removed db-seed.sh as we have quick-bootstrap.sh
start.sh needed modification to pull config from the right location in the linux FS
Added chainquery/.dockerignore to prevent extremely long build times in the future
Removed fancy bash vars in chainquery/.env
Started work on getting quick-bootstrap.sh ready for release.
2018-11-04 19:35:35 +00:00
Leopere
75ea4c1577 adding debug for chainqueryconfig.toml 2018-11-04 13:27:29 -05:00
Leopere
32e7ab3a55 maybe don't be as explicit 2018-11-04 13:24:22 -05:00
Leopere
83054925d7 updated config location 2018-11-04 13:22:13 -05:00
Leopere
2970cc6f7b Pull chainquery from prep container 2018-11-04 13:02:38 -05:00
Leopere
4fd7993456 reverted to original unzip function 2018-11-04 12:09:45 -05:00
Leopere
5c6e5653c5 simplified, removed debug and fixed curl 2018-11-04 12:01:09 -05:00
Leopere
2cfc0abf25 Adding -o for unzip 2018-11-04 11:47:48 -05:00
Leopere
62738ecfb0 explicit unzip 2018-11-04 11:45:37 -05:00
Leopere
289eb9d600 debugging curl 2018-11-04 11:43:58 -05:00
Leopere
25260ceff4 remove zip.zip maybe? 2018-11-04 11:39:32 -05:00
Leopere
0cc0b2aa13 Get latest release tagged url from github API 2018-11-04 11:32:49 -05:00
Leopere
6016070ca3 Disabled Adminer
Started debug for chainquery container.
2018-11-04 11:04:56 -05:00
Leopere
a3285b7967 Updated against a multi stage strategy 2018-10-16 03:28:03 -04:00
Shubham Bhattar
e332e9c906 MAINTAINER is deprecated in Dockerfile. COPY is preferred over ADD in Dockerfile if additional functonality of ADD is not being used. Improved Shebang lines in many files. 2018-10-14 18:00:06 +05:30
Leopere
32f3b77c3c No need to mkdir apparently 2018-10-03 14:49:18 -04:00
Leopere
1077b2bf50 Adding chainquery user directory 2018-10-03 14:47:25 -04:00
Leopere
684a666480 Rolled back part of the last change 2018-10-03 14:45:34 -04:00
Leopere
89b88d1047 Relocated chainqueryconfig.toml
Removed more weight (LICENSES and README.md files)
2018-10-03 14:43:03 -04:00
Leopere
ef95284d6a Typed the wrong user 2018-10-03 14:30:18 -04:00
Leopere
a1bce599d5 More re-organization and removed duplicate RUN 2018-10-03 14:29:00 -04:00
Leopere
41a5be7686 Defined FROM directive 2018-10-03 14:17:22 -04:00
Leopere
566552bb40 Base Dockerfile based on my testing
The chainquery binary is going to be installed into $PATH
This entire appliance has no real need for a data directory so consider
moving the home of the chainquery user to just be in /etc/chainquery/
where the config can be located more permanently.
2018-10-03 14:12:23 -04:00
Leopere
b63b5fd26a This shouldn't collide in my testing env 2018-10-02 17:22:47 -04:00