README: add specific stage build for Docker (#777)

This commit is contained in:
Sébastien Le Ray 2024-07-09 11:08:38 +02:00 committed by GitHub
parent 0b115f302a
commit dca93d24c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -392,7 +392,8 @@ follows:
* Run build.sh to build all stages * Run build.sh to build all stages
* Add SKIP files to the earlier successfully built stages * Add SKIP files to the earlier successfully built stages
* Modify the last stage * Modify the last stage
* Rebuild just the last stage using ```sudo CLEAN=1 ./build.sh``` * Rebuild just the last stage using ```sudo CLEAN=1 ./build.sh``` (or, for docker builds
```PRESERVE_CONTAINER=1 CONTINUE=1 CLEAN=1 ./build-docker.sh```)
* Once you're happy with the image you can remove the SKIP_IMAGES files and * Once you're happy with the image you can remove the SKIP_IMAGES files and
export your image to test export your image to test