Skip to content

Commit

Permalink
removed elemental from rhel base image
Browse files Browse the repository at this point in the history
  • Loading branch information
kpiyush17 committed Mar 14, 2024
1 parent b54b8bf commit 7260092
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rhel-core-images/Dockerfile.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ RUN rm -rf /boot/initramfs-*

RUN envsubst >>/etc/os-release </usr/lib/os-release.tmpl
RUN mkdir -p /etc/luet/repos.conf.d
RUN luet repo add kairos -y --url quay.io/kairos/packages --type docker --priority 99 && luet repo update && luet install -y system/elemental-cli
## Clear cache
RUN rm -rf /var/cache/* && journalctl --vacuum-size=1K && rm /etc/machine-id

Expand Down

0 comments on commit 7260092

Please sign in to comment.