File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
images/pulsar-functions-java-runner Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ ENV java.io.tmpdir=/pulsar/tmp/
57
57
58
58
WORKDIR /pulsar
59
59
60
- # Copy the kinesis_producer native executable compiled for Alpine musl to the pulsar-all image
60
+ # Copy the kinesis_producer native executable compiled for Alpine musl to the image
61
61
# This is required to support the Pulsar IO Kinesis sink connector
62
62
COPY --from=pulsar-io-kinesis-sink-kinesis_producer --chown=$UID:$GID /opt/amazon-kinesis-producer/bin/kinesis_producer /opt/amazon-kinesis-producer/bin/.os_info /opt/amazon-kinesis-producer/bin/.build_time /opt/amazon-kinesis-producer/bin/.revision /opt/amazon-kinesis-producer/bin/.system_info /opt/amazon-kinesis-producer/bin/.version /opt/amazon-kinesis-producer/bin/
63
63
# Set the environment variable to point to the kinesis_producer native executable
You can’t perform that action at this time.
0 commit comments