shirshanka commented on a change in pull request #3132:
URL: https://github.com/apache/incubator-gobblin/pull/3132#discussion_r508026740



##########
File path: gobblin-docker/gobblin-standalone/alpine-gobblin-latest/Dockerfile
##########
@@ -5,6 +5,9 @@ WORKDIR /home/gobblin
 ARG GOBBLIN_VERSION=latest
 COPY ${GOBBLIN_ROOT} .
 RUN apk add --no-cache bash && \
+    wget -q -O /etc/apk/keys/sgerrand.rsa.pub 
https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub && \

Review comment:
       Drop in a comment for why this is needed?

##########
File path: gobblin-docker/gobblin-service/alpine-gaas-latest/Dockerfile
##########
@@ -5,6 +5,9 @@ WORKDIR /home/gobblin
 ARG GOBBLIN_VERSION=latest
 COPY ${GOBBLIN_ROOT} .
 RUN apk add --no-cache bash && \
+    wget -q -O /etc/apk/keys/sgerrand.rsa.pub 
https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub && \

Review comment:
       Drop in a comment for why this is needed? 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to