Skip to content

Instantly share code, notes, and snippets.

@onefoursix
Created July 2, 2020 00:32
Show Gist options
  • Save onefoursix/b30216d846938b698f7f65010fc34353 to your computer and use it in GitHub Desktop.
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)
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