Created
November 8, 2018 14:36
-
-
Save iravid/5d43c45c7b0b8256501605a4f94f0104 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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