Commit graph

11 commits

Author SHA1 Message Date
Jonathan Zernik
098daa08bf
Simplify dockerfile (#2188) 2022-05-01 20:04:02 -07:00
Jonathan Zernik
b5b3b9f1f3
Rename entrypoint script (#2171) 2022-04-25 16:32:31 -07:00
Jonathan Zernik
058240841d
Use python venv (#1920)
* Automatically install requirements.txt in setup

* Remove extra copy of requirements.txt in dockerfile
2021-12-29 18:48:53 -08:00
Jonathan Zernik
508a4cb423
Remove libpq-dev as requirement for standard install (#1442) 2021-09-29 12:37:04 -07:00
Jonathan Zernik
c683cfc83b
Use correct ports for expose in dockerfile (#906) 2021-08-10 21:57:36 -07:00
Jonathan Zernik
d92d96a796
Remove old testnet ports from expose in dockerfile (#882) 2021-02-22 21:49:38 -08:00
Jonathan Zernik
10bd12f2ae
Use noninteractive build in dockerfile (#559) 2021-01-04 00:09:30 -08:00
Jonathan Zernik
f263dd60dd
Create main.yml (#554)
* Create main.yml

Add the yaml file for the github action

* Update main.yml

Try build and push docker image

* Update main.yml

Fix image tag

* Update main.yml

Specify platforms in docker build action

* Upgrade pip in dockerfile

* Pin version of grpcio in requirements.txt

* Install pip requirements with only-binary

* Change grpcio version

* Remove only-binary option for pip install

* Update main.yml

cache docker layers

* Update main.yml

Push version tags to dockerhub

* Update main.yml

export and import cache to local

* Update main.yml

Fix image name
2021-01-03 21:00:49 -08:00
Jonathan Zernik
9fcb87aeed
Make config.ini file optional (#531) 2020-12-31 15:30:58 -08:00
Jonathan Zernik
98d9b5a87d
Make dockerfile run with cmd (#529)
* Add cmd to dockerfile

* Remove waiting for cert file in start script

* Output docker container dirs before starting script

* Remove failing ls line

* Add lnd tls cert path and macaroon path env vars

* Add env vars for webadmin congis
2020-12-31 00:05:20 -08:00
Jonathan Zernik
9b14c8016b
Package for umbrel (#528)
* Switch dockerfile base image to buster

* Try to make build work for umbrel

* Remove libs from Dockerfile

* Add build-essential to dockerfile

* Make sqk_dir configurable with environment variable

* Use new env var names
2020-12-30 16:46:48 -08:00
Renamed from docker/squeaknode/Dockerfile (Browse further)