Skip to content

Commit

Permalink
sync release-4.0 to main (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshdaivajna authored Sep 21, 2023
1 parent 7717635 commit ea5f1a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ARG IMAGE_REPO=$OS_DISTRIBUTION
ARG K8S_DISTRIBUTION
ARG CUSTOM_TAG
ARG ARCH
ARG PE_VERSION=v4.0.3
ARG SPECTRO_LUET_VERSION=v1.1.2
ARG PE_VERSION=v4.0.4
ARG SPECTRO_LUET_VERSION=v1.1.4
ARG KAIROS_VERSION=v2.3.2
ARG K3S_FLAVOR_TAG=k3s1
ARG RKE2_FLAVOR_TAG=rke2r1
Expand Down
3 changes: 3 additions & 0 deletions ubuntu-fips/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ RUN rm -rf /boot/initramfs-*
# Fixup sudo perms
RUN chown root:root /usr/bin/sudo && chmod 4755 /usr/bin/sudo

# Symlink kernel HMAC
RUN kernel=$(ls /boot/vmlinuz-* | head -n1) && ln -sf ."${kernel#/boot/}".hmac /boot/.vmlinuz.hmac

RUN ln -s /usr/sbin/grub-install /usr/sbin/grub2-install
RUN ln -s /usr/bin/grub-editenv /usr/bin/grub2-editenv

Expand Down

0 comments on commit ea5f1a1

Please sign in to comment.