Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

docker-compose up -d --build 'security issue' #675

Closed
mattjones1990 opened this issue Jan 23, 2019 · 3 comments
Closed

docker-compose up -d --build 'security issue' #675

mattjones1990 opened this issue Jan 23, 2019 · 3 comments

Comments

@mattjones1990
Copy link

Hi,

I'm getting the following issue when running 'docker-compose up -d --build' as per the tutorial at https://docs.confluent.io/current/quickstart/ce-docker-quickstart.html#ce-docker-quickstart

See code below:

PS C:\Users\jonesm7\cp-docker-images\examples\cp-all-in-one> docker-compose up -d --build
Building connect
Step 1/3 : FROM confluentinc/cp-kafka-connect:5.0.0
 ---> 7df8759460f7
Step 2/3 : ENV CONNECT_PLUGIN_PATH="/usr/share/java,/usr/share/confluent-hub-components"
 ---> Using cache
 ---> 435e2ea3ce2e
Step 3/3 : RUN confluent-hub install --no-prompt confluentinc/kafka-connect-datagen:latest
 ---> Running in 1281ca71b0e6
Running in a "--no-prompt" mode
Unable to verify Confluent Hub's identity

Error: Security issues
ERROR: Service 'connect' failed to build: The command '/bin/sh -c confluent-hub install --no-prompt confluentinc/kafka-connect-datagen:latest' returned a non-zero code: 5

This is on Windows 10 Enterprise.

@ybyzek
Copy link
Contributor

ybyzek commented Jan 23, 2019

@mattjones1990 sounds like the same issue as:

#654
#646

Note that Windows is apparently not supported with the confluent-hub-client, so consider trying this on mac or linux

@mattjones1990
Copy link
Author

#654 (comment)

Thanks for the reply. Seems that this comment above worked ^. It seems to go on some infinite loop last night which was odd, but then I ran the same command this morning and it worked instantly!

Thanks for the help.

@janjwerner-confluent
Copy link
Member

This repository is no longer in use.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants