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

Failed to build docker containers. #19

Closed
katesaikishore opened this issue Apr 1, 2020 · 9 comments
Closed

Failed to build docker containers. #19

katesaikishore opened this issue Apr 1, 2020 · 9 comments
Assignees
Labels
bug Something isn't working needs more info question Further information is requested

Comments

@katesaikishore
Copy link

katesaikishore commented Apr 1, 2020

Credentials written to web.env, db.env and queue.env files.
Configuration complete.
Do you want to build containers? (y/n) y

Downloading images and dependencies.
This will take a while...

Failed to build docker containers.

I have tried in Kali
Kali: 2019.4
code name: kali-rolling

I have tried on MacOs
MacOS Catalina 10.15.4

But I am getting the same output.

@katesaikishore katesaikishore added the bug Something isn't working label Apr 1, 2020
@0x0FB0
Copy link
Owner

0x0FB0 commented Apr 1, 2020

So far I'm unable to reproduce the issue on kali linux (was able to build and run without problems).
Can you attach your install.sh output?

@0x0FB0 0x0FB0 added needs more info question Further information is requested labels Apr 1, 2020
@Chandram81
Copy link

Same issue in ubuntu 18

chandram@hp-probook-440-g5:~/CS_TOOLS/pulsar$ ./install.sh

Pulsar Installation Script

Before proceeding make sure you have Docker, Docker Compose and ssh-keygen tool
installed on your system.

Do you want to countinue? (y/n) y
docker-compose version 1.17.1, build unknown
docker-py version: 2.5.1
CPython version: 2.7.17
OpenSSL version: OpenSSL 1.1.1d 10 Sep 2019
Generating sandbox RSA ssh keys.
secrets_storage/sandbox_key already exists.
Overwrite (y/n)? y

Generated default service credentials.
Store them somewhere safe.

Django Admin user: admin
Django Admin password: 456ddf770befcfff6aa9c480

RabbitMQ queue user: queue_admin
RabbitMQ queue password: cbce7c7a102aa78d8b39a758

MySQL database user: pulsar_db_user
MySQL database password: d8ff4fdc7b919e7fa24f1a38

Credentials written to web.env, db.env and queue.env files.
Configuration complete.
Do you want to build containers? (y/n) y

Downloading images and dependencies.
This will take a while...

Failed to build docker containers.
image

@0x0FB0
Copy link
Owner

0x0FB0 commented Apr 2, 2020

Thanks for the input.

So far it seems that this issue is related to the docker-compose version.

Can you try from scratch with dev branch?
Please paste in output again, it should be more verbose this time.

git clone -b dev https://github.com/FooBallZ/pulsar

@katesaikishore
Copy link
Author

Yeah I too got the same output
#19 (comment)

Let me try the dev branch

@katesaikishore
Copy link
Author

git clone -b https://github.com/FooBallZ/pulsar
The flag -b doesn't work.
I have done
git fetch https://github.com/FooBallZ/pulsar master
But I am getting the same result while running
remote: Enumerating objects: 29, done.
remote: Counting objects: 100% (29/29), done.
remote: Compressing objects: 100% (24/24), done.
remote: Total 818 (delta 7), reused 11 (delta 5), pack-reused 789
Receiving objects: 100% (818/818), 11.91 MiB | 3.89 MiB/s, done.
Resolving deltas: 100% (400/400), done.
From https://github.com/FooBallZ/pulsar

  • branch master -> FETCH_HEAD

Generated default service credentials.
Store them somewhere safe.

Django Admin user: admin
Django Admin password: 0a1964134c7a1a5051af31c9

RabbitMQ queue user: queue_admin
RabbitMQ queue password: 432a2a7a219ec270639f51a6

MySQL database user: pulsar_db_user
MySQL database password: e02d6270af421772555ad877

Credentials written to web.env, db.env and queue.env files.
Configuration complete.
Do you want to build containers? (y/n) y

Downloading images and dependencies.
This will take a while...

Failed to build docker containers.

@0x0FB0
Copy link
Owner

0x0FB0 commented Apr 3, 2020

git clone -b dev https://github.com/FooBallZ/pulsar

@0x0FB0
Copy link
Owner

0x0FB0 commented Apr 3, 2020

new v1 release have just been published, you may want to test it

@katesaikishore
Copy link
Author

Successfully built e86513798e3a
Successfully tagged pulsar_web:latest

Build finished!
Do you want to start Pulsar now? (y/n)

yeah it works thanks!

@0x0FB0
Copy link
Owner

0x0FB0 commented Apr 3, 2020

Awesome! Closing the issue

@0x0FB0 0x0FB0 closed this as completed Apr 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working needs more info question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants