Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting error following installation guide while building docker images #269

Open
host-anshu opened this issue May 23, 2023 · 1 comment

Comments

@host-anshu
Copy link

Summary

I was trying to install today and I got errors while building docker images. Two types of errors:

  1. ERROR [internal] load metadata for docker.io/library/java:8-jre docker.io/library/java:8-jre: not found (I handled this using openjdk:8-jre instead)
  2. Services ts-ticketinfo-service and ts-food-map-service threw error as they didn't exist.

Steps to reproduce

Simply run docker compose build

Your environment

OS(e.g: cat /etc/os-release): Ventura 13.1

docker version(e.g docker version): Docker Desktop 4.16.2

docker-compose version (e.g docker-compose --version): docker-compose version 1.29.2, build 5becea4c

Search result and your thoughts

I was using the main branch and thus wondered if the repo isn't being maintained or am I missing something.

@caohch-1
Copy link

I meet similar problems and after modifying the docker-compose.yml as PR #250 the images can be built.
However, when I try to docker-compose up these containers, new problems occur.
Have you solved the problems? We could discuss it more.

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

No branches or pull requests

2 participants