Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeternity/docker-builder
Aeternity docker image used to run CI builds
https://github.com/aeternity/docker-builder
aeternity devops docker-image
Last synced: 2 months ago
JSON representation
Aeternity docker image used to run CI builds
- Host: GitHub
- URL: https://github.com/aeternity/docker-builder
- Owner: aeternity
- Created: 2018-02-22T10:53:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T10:21:13.000Z (10 months ago)
- Last Synced: 2024-03-20T14:28:55.574Z (10 months ago)
- Topics: aeternity, devops, docker-image
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 23
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aeternity builder image
The images are automatically published to DockerHub [`aeternity/builder`](https://hub.docker.com/r/aeternity/builder/). It is meant to be used as docker base image for aeternity node builds.
Note: We build and install RocksDB as a dynamically loaded library to speed
up aeternity build times. For this to work, `-DWITH_SYSTEM_ROCKSDB=ON` must
be passed when building the erlang-rocksdb bindings. This is set up in the
aeternity Dockerfile. Without this flag, erlang-rocksdb will compile and
link RocksDB statically, which takes a long time.