Skip to content

Instantly share code, notes, and snippets.

@iravid
Created November 8, 2018 14:36
Show Gist options
  • Save iravid/5d43c45c7b0b8256501605a4f94f0104 to your computer and use it in GitHub Desktop.
Save iravid/5d43c45c7b0b8256501605a4f94f0104 to your computer and use it in GitHub Desktop.
FROM <ECR repo>/rocksdb-tools:0.0.1 as rocksdb-tools
...
COPY --from=rocksdb-tools /usr/bin/sst_dump /usr/bin/
COPY --from=rocksdb-tools /usr/bin/ldb /usr/bin/
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment