Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable boot assessment #115

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ SHELL ["/usr/bin/luet", "install", "-y", "--system-target", "/framework"]
# Each package we want to install needs a new line here
RUN meta/cos-core
RUN cloud-config/livecd
RUN cloud-config/boot-assessment
RUN cloud-config/recovery
RUN cloud-config/network

Expand Down
6 changes: 3 additions & 3 deletions framework/files/etc/luet/luet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ repositories:
arch: "amd64"
# Enable/disable Docker notary checks
#
reference: 20220316163618-repository.yaml
reference: 20220508185711-repository.yaml
verify: false
urls:
- "quay.io/costoolkit/releases-green"
- <<: *cos
arch: "arm64"
reference: 20220316161422-repository.yaml
reference: 20220505100219-repository.yaml
urls:
- "quay.io/costoolkit/releases-green-arm64"
- "quay.io/costoolkit/releases-green-arm64"