Open mikehaller opened 1 year ago
The final fix shall make the Dockerfile buildable "standalone", means it shall not rely on temporary artefacts created by prerequisite build steps outside the Dockerfile.
The Dockerfile of the seat-adjuster example contains a copy statement for the ./app folder and for the vehicle model to make it available in the created container. This copy statement presumes a build step outside the Dockerfile, which is not (necessarily) done if the image build is just referring to the Dockerfile.
Dockerfiles shall be buildable "stand-alone", i.e. without requiring a devContainer where the container needs to be done.
This bug relates to https://github.com/eclipse-velocitas/vehicle-app-python-template/issues/162
What happened?
When trying to build the Seat Adjuster example using the provided Dockerfile, it fails due to a missing folder. The folder
./app
does not exist in the repository.Operating System
Linux
What release version or branch did you use?
v0.9.0
Relevant log output
Code of Conduct