dockerfile-msf icon indicating copy to clipboard operation
dockerfile-msf copied to clipboard

Dockerhub image fails start postgres

Open brandonaaskov opened this issue 3 years ago • 5 comments

When it's successful...

If I clone the repo, and build the image directly, and then run it, it works.

docker build -t msf .
docker run --rm -it msf

Success

When it's not successful...

However, if I pull the image from Dockerhub, that throws an error around starting Postgres:

docker pull phocean/msf
docker run --rm -it phocean/msf

Fail

Maybe it's me?

There's a very good chance I'm just missing something fundamental here, but I had the same thing happen on my Mac which is why I switched to a debian-based VM to try it and got the same result.

brandonaaskov avatar Aug 23 '21 23:08 brandonaaskov

Same issue.

s1nglethr3ad avatar Aug 24 '21 19:08 s1nglethr3ad

@s1nglethr3ad @brandonaaskov I have forked and used a Github Action to build and push the image.

Can you check using docker image : r0mdau/msf ?

If it works, we wait for @phocean to merge this PR #12 I've already contributed to this repo.

r0mdau avatar Oct 22 '21 18:10 r0mdau

I didn't inspect the layers to verify anything shady was brought in, but msf-wise I can confirm this works 👍

aviadhahami avatar Oct 23 '21 15:10 aviadhahami

When I try to build the image from scratch I get an Error while the Racc gem is being installed

gardnerapp avatar Oct 29 '21 13:10 gardnerapp

@gardnerapp can you copy paste your logs ?

r0mdau avatar Oct 29 '21 16:10 r0mdau