You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The px4flightreview image does not exist until you build it manually, meaning the docker-compose config will not launch until you build the Dockerfile. Combined with a relative lack of documentation, this leads to user confusion.
It would be best to add a build: section in the docker-compose configuration, which will automatically build and tag the image when the configuration is run.
Side note: have we considered pushing an actual official px4flightreview image to Docker Hub? It may be useful to have.
The text was updated successfully, but these errors were encountered:
Docker Hub pushes are trivial to automate now that docker-compose handles building (simply docker-compose build, then docker-compose push), if that's an option you want to explore.
The px4flightreview image does not exist until you build it manually, meaning the docker-compose config will not launch until you build the Dockerfile. Combined with a relative lack of documentation, this leads to user confusion.
It would be best to add a
build:
section in the docker-compose configuration, which will automatically build and tag the image when the configuration is run.Side note: have we considered pushing an actual official px4flightreview image to Docker Hub? It may be useful to have.
The text was updated successfully, but these errors were encountered: