Skip to content

Commit fbdb3b6

Browse files
committed
Add os_release field ID_LIKE
Signed-off-by: Tobias Wolf <[email protected]> On-behalf-of: SAP <[email protected]>
1 parent 01e5b5e commit fbdb3b6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/gardenlinux/features/cname.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ def release_metadata_string(self) -> str:
323323

324324
metadata = f"""
325325
ID={GL_RELEASE_ID}
326+
ID_LIKE=debian
326327
NAME="{GL_DISTRIBUTION_NAME}"
327328
PRETTY_NAME="{GL_DISTRIBUTION_NAME} {self.version}"
328329
IMAGE_VERSION={self.version}

tests/features/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
def generate_container_amd64_release_metadata(version, commit_hash):
1111
return f"""
1212
ID={GL_RELEASE_ID}
13+
ID_LIKE=debian
1314
NAME="{GL_DISTRIBUTION_NAME}"
1415
PRETTY_NAME="{GL_DISTRIBUTION_NAME} {version}"
1516
IMAGE_VERSION={version}

0 commit comments

Comments
 (0)