Skip to content

Commit

Permalink
Bundle dracut files with immucore package (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Mar 20, 2024
1 parent fbedd9a commit 1597f52
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 44 deletions.
18 changes: 0 additions & 18 deletions packages/dracut/immucore/build.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions packages/dracut/immucore/definition.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions packages/system/immucore/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,11 @@ steps:
{{if or (eq .Values.category "fips") (eq .Values.category "fips-static")}}
- /usr/bin/{{.Values.name}} version | grep -i boringcrypto
{{end}}
- mkdir -p /usr/lib/dracut/modules.d
- mkdir -p /etc/dracut.conf.d/
- cp -r {{.Values.name}}/dracut/28immucore /usr/lib/dracut/modules.d/28immucore
- cp {{.Values.name}}/dracut/10-immucore.conf /etc/dracut.conf.d/10-immucore.conf
includes:
- /usr/bin/{{.Values.name}}
- /usr/lib/dracut/modules.d/28immucore
- /etc/dracut.conf.d/10-immucore.conf
17 changes: 2 additions & 15 deletions packages/system/immucore/collection.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
packages:
- name: "immucore"
category: "system"
version: "0.1.21"
version: "0.1.21+1"
labels:
github.repo: "immucore"
autobump.revdeps: "true"
Expand All @@ -12,7 +12,7 @@ packages:
description: "The Kairos immutability management interface"
- name: "immucore"
category: "fips"
version: "0.1.21"
version: "0.1.21+1"
labels:
github.repo: "immucore"
autobump.revdeps: "true"
Expand All @@ -21,16 +21,3 @@ packages:
- https://github.com/kairos-io/immucore
license: "Apache License v2"
description: "The Kairos immutability management interface"
# doesnt build so disable for now
#- name: "immucore"
#category: "fips-static"
#ldflags: "-linkmode external -extldflags -static"
#version: "0.1.6"
#labels:
# github.repo: "immucore"
# autobump.revdeps: "true"
# github.owner: "kairos-io"
#uri:
# - https://github.com/kairos-io/immucore
#license: "Apache License v2"
#description: "The Kairos immutability management interface"

0 comments on commit 1597f52

Please sign in to comment.