Created
July 2, 2020 00:32
-
-
Save onefoursix/b30216d846938b698f7f65010fc34353 to your computer and use it in GitHub Desktop.
SDC 3.16.1 Dockerfile to update AWS Java SDK libs (workaround for https://issues.streamsets.com/browse/SDC-10577)
This file contains hidden or 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
ARG SDC_VERSION | |
ARG SDC_LIBS | |
FROM streamsets/datacollector:${SDC_VERSION} | |
RUN "${SDC_DIST}/bin/streamsets" stagelibs -install="${SDC_LIBS}" | |
COPY streamsets-datacollector-aws-lib ${SDC_DIST}/streamsets-libs/streamsets-datacollector-aws-lib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment