Yesterday I made some changes to the standard dev env that we're using and to my surprise, they "just worked". That includes adding docker to the image so that we could do protocol buffer builds. It also has all the rocksdb tooling installed in the filesystem for those with container allergies.
Caveat: the rocksdb installed here is of the v7 variety. We would want to update our rocks library to grocksdb.
image: ghcr.io/notional-labs/cosmos
That image is built here daily using cron via github actions and each build is observable.
Description
Yesterday I made some changes to the standard dev env that we're using and to my surprise, they "just worked". That includes adding docker to the image so that we could do protocol buffer builds. It also has all the rocksdb tooling installed in the filesystem for those with container allergies.
Caveat: the rocksdb installed here is of the v7 variety. We would want to update our rocks library to grocksdb.
That image is built here daily using cron via github actions and each build is observable.
https://github.com/notional-labs/containers/blob/master/cosmos/Dockerfile