Demos icon indicating copy to clipboard operation
Demos copied to clipboard

should use && not ;

Open cgwalters opened this issue 1 year ago • 0 comments

https://github.com/containers/Demos/blob/c0e2da251532aa84c8c0ce9f62d56f3349c1350f/bootc/machine/Containerfile#L3

Otherwise if there's an error at build time (e.g. package download failed) we will just blindly continue on and produce something broken. Yes, shell script sucks :smile:

I tend to have a build.sh to start that uses bash strict mode and then COPY build.sh . and RUN build.sh.

cgwalters avatar Feb 09 '24 20:02 cgwalters