coreos / layering-examples

Apache License 2.0
111 stars 24 forks source link

wifi: Use `COPY etc /etc` pattern #35

Closed cgwalters closed 1 year ago

cgwalters commented 1 year ago

I was doing this in a custom build I was using, and I think it's much more elegant because one avoids having multiple files in a toplevel COPY invocation - it generalizes much more obviously into a pattern where one wants to inject config into multiple places.

cgwalters commented 1 year ago

Rebased :surfer: