46 Commits

Author SHA1 Message Date
Brice Dobry
542dc5e751 ci: don't package the contracts in the docker image
Clarinet now retrieves the contracts from the network, so we do not need
the hack of putting them in the image.
2023-03-16 20:54:13 -04:00
Brice Dobry
ca1d9c0e8b fix: update server_version
The `/v2/info` endpoint is updated to report "subnet-node" instead of
"stacks-node".
2023-03-16 07:16:23 -04:00
Brice Dobry
7c9ecb7295 fix: use bullseye instead of alpine for docker image
For some reason, the docker image does not work when based on alpine.
2023-02-24 12:13:38 -05:00
Brice Dobry
2a04a055b6 feat: add core contracts to docker image
These will be used by clarinet to deploy the contracts to devnet.
2023-02-18 18:54:11 -05:00
Alie Slade
38ab5e18ad Renamed hyperchains to subnets. 2023-01-03 16:01:29 -05:00
Aaron Blankstein
73b2503487 initial testing harnesses 2022-07-01 16:45:04 -05:00
Aaron Blankstein
662de5b196 add openssl to dockerfiles 2022-05-17 12:30:39 -05:00
Aaron Blankstein
2ecfbbf3b5 fix Dockerfile, neon_integrations 2022-05-05 15:36:37 -05:00
Aaron Blankstein
333f2e033f feat: initial testnet support + dockerfile updates 2022-05-05 14:04:48 -05:00
snyk-bot
acc7e4b7aa fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607
- https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607
2022-04-06 13:16:28 +00:00
snyk-bot
ee101047b3 fix: Dockerfile to reduce vulnerabilities 2022-03-30 08:00:44 +00:00
Ludo Galabru
3336b8b3b9 fix: devops / net-test 2021-01-19 18:54:42 -05:00
Matthew Little
f28360f554 fix: update docker image commands from xenon to mainnet 2021-01-15 11:34:21 +01:00
Charlie
00284eec29 Update build metadata. don't trigger from pushed tags anymore (#2276)
* Update build metadata. don't trigger from pushed tags anymore

* ignore git directory in docker context, change config vars for versioning

* Update server_version at /v2/info

* fix rustfmt

Co-authored-by: Aaron Blankstein <aaron@blockstack.com>
2021-01-07 13:40:07 -05:00
Aaron Blankstein
99a0b8f6d6 make slog_json compile-time feature 2020-10-16 15:31:36 -05:00
Aaron Blankstein
c805c39d3f debug symbols working in alpine with lldb 2020-07-21 13:47:05 -05:00
Aaron Blankstein
a19dfe0256 add Dockerfile.stretch 2020-07-21 12:59:33 -05:00
Ludo Galabru
562b69d0c7 Fix Dockerfile not cascading prom feature flag 2020-07-07 16:32:48 -04:00
Ludo Galabru
5b1d305b0e Rename feature gate - "monitoring_prom" 2020-06-17 10:43:43 -04:00
Ludo Galabru
60074c7052 Rollback - re-renaming the feature gate to monitoring 2020-06-17 00:39:48 -04:00
Ludo Galabru
7cbbe86879 Cascade feature gate renaming 2020-06-17 00:30:50 -04:00
Ludo Galabru
78e154f988 Enable monitoring for builds in docker images 2020-06-16 00:29:22 -04:00
Aaron Blankstein
00731a69cc feat: add git hash to --version / version outputs 2020-05-18 12:41:59 -05:00
Matthew Little
1efab05286 feat: use alpine for primary dockerfile 2020-05-07 20:28:12 +02:00
Matthew Little
9bbf448edd fix: repair dist builds, restore binaries in main Dockerfile, fix build on Windows and non-x86_64 targets 2020-04-30 22:55:25 +02:00
Ludo Galabru
03cb4a0a6d Update dockerfile to run a neon follower 2020-04-23 15:57:01 -04:00
Matthew Little
50d7c3a65b fix: slim docker image 2020-04-15 13:40:59 +02:00
Aaron Blankstein
ad587a7f78 working local-only cli 2019-05-23 10:04:02 -05:00
Aaron Blankstein
85ac06e2e9 no Cargolock in dockerfile 2019-05-02 09:54:50 -05:00
Aaron Blankstein
11f6747de9 Dockerfile for building/installing blockstack-core, Dockerfile for CI with codecov 2019-04-25 07:43:33 -05:00
wileyj
c756ef8f39 Draft create 2018-11-14 15:53:42 -05:00
Jude Nelson
4e35fdec4b Goodbye Python 2018-11-14 13:47:53 -05:00
Aaron Blankstein
e81c6ab30e try a set of keyservers instead of just one (this led to occassional build failures) 2018-08-30 10:48:03 -05:00
Aaron Blankstein
310c249a19 update dockerfile to bionic, remove dev packages 2018-08-30 09:03:29 -05:00
Jude Nelson
a820032f0e Update the deployment scripts for Blockstack Core, the API server, and the search endpoint
* no more ops script.  All docker images self-initialize
* All docker images have a tini init system
* Updated documentation
2018-08-23 15:56:46 -04:00
Jude Nelson
cfcb8689af Merge branch 'feature/301-pending-subdomains' into feature/token-v1 2018-04-30 15:59:35 -04:00
Amit Kumar Jaiswal
c7dc62fc81 Update dockerfile
The updated version of the dockerfile reduces the size of the docker image which is created. This would drastically reduce the size of the docker image.
2017-10-20 22:07:27 +05:30
Aaron Blankstein
a83f868c9c add -y flag to apt update in Dockerfiles 2017-09-29 00:49:26 -04:00
Aaron Blankstein
bbf53063c1 revert to using a dockerfile which builds from source rather than apt 2017-09-29 00:48:48 -04:00
Aaron Blankstein
2a67e9799d add -y flag to apt update in Dockerfiles 2017-09-21 10:51:38 -04:00
Aaron Blankstein
b88d771228 revert to using a dockerfile which builds from source rather than apt 2017-09-12 15:04:15 -04:00
Jack Zampolin
1fa5fab539 Update dockerfile to use apt build and add quay push 2017-08-24 12:02:06 -07:00
Jack Zampolin
cb17c17885 Add dockerfile and build/run instructions 2017-08-21 12:25:22 -07:00
Martín Beauchamp
c46b5ef1dd Working Dockerfile and blockstore.ini example template. 2016-06-19 14:18:45 -04:00
Jude Nelson
29f7e2ef8c WIP: renaming blockstore to blockstack 2016-02-23 15:52:18 -05:00
Jude Nelson
058c02cea3 Early Dockerfile 2015-06-16 11:30:55 -04:00