mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-16 06:41:38 +01:00
feat(profiles): New generic/dev and generic/prod profiles.
The dev images are going to become complete build environments. Keeping track of the differences between the two via profiles will be easier than making the current prod and dev image scripts even more complex.
This commit is contained in:
parent
2e47e89048
commit
4c248dd06c
2
sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/generic/dev/parent
vendored
Normal file
2
sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/generic/dev/parent
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
..
|
||||
:coreos/targets/generic/dev
|
||||
2
sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/generic/prod/parent
vendored
Normal file
2
sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/generic/prod/parent
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
..
|
||||
:coreos/targets/generic/prod
|
||||
7
sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/dev/README
vendored
Normal file
7
sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/dev/README
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
Profile settings specific to "dev" images and containers.
|
||||
|
||||
Settings here must *ONLY* influence installing binary packages and never
|
||||
change build time settings like USE or CFLAGS because binary packages
|
||||
are shared between dev and prod, dev just includes more stuff.
|
||||
|
||||
For example, INSTALL_MASK and package.provided are ok.
|
||||
7
sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/prod/README
vendored
Normal file
7
sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/prod/README
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
Profile settings specific to "prod" images.
|
||||
|
||||
Settings here must *ONLY* influence installing binary packages and never
|
||||
change build time settings like USE or CFLAGS because binary packages
|
||||
are shared between dev and prod, dev just includes more stuff.
|
||||
|
||||
For example, INSTALL_MASK and package.provided are ok.
|
||||
@ -1,4 +1,6 @@
|
||||
amd64 coreos/amd64/generic dev
|
||||
amd64 coreos/amd64/generic/dev dev
|
||||
amd64 coreos/amd64/generic/prod dev
|
||||
amd64 coreos/amd64/sdk dev
|
||||
amd64 default/linux/amd64/10.0 dev
|
||||
amd64 default/linux/amd64/10.0/coreos dev
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user