croservices / cro

Development tools for building services and distributed systems in Raku using the Cro libraries.
https://cro.services/
Artistic License 2.0
88 stars 35 forks source link

Docker-hub missing Cro-http:0.8.3 #116

Closed josemanimala closed 4 years ago

josemanimala commented 4 years ago
docker build -t service .
Sending build context to Docker daemon  99.84kB
Step 1/8 : FROM croservices/cro-http:0.8.3
manifest for croservices/cro-http:0.8.3 not found: manifest unknown: manifest unknown
josemanimala commented 4 years ago

@jnthn If you could add documentation on how to build/ changes needed to build the docker base images, I could raise a PR with the necessary changes. I cant find these in the repo.

jnthn commented 4 years ago

Not docs exactly, but there's a repository with the images and it's mostly a scripted process (except deciding to update the Rakudo base images). I've already run it and pushed the latest images; sorry for the delay on that.

josemanimala commented 4 years ago

Thank you. @jnthn