-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
980f807
commit 6ae7ef9
Showing
6 changed files
with
0 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,6 @@ RUN set -ex \ | |
audit \ | ||
ca-certificates \ | ||
chrony \ | ||
cloud-init \ | ||
dbus \ | ||
efibootmgr \ | ||
gettext \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,6 @@ RUN set -ex \ | |
apt-transport-https \ | ||
apt-utils \ | ||
ca-certificates \ | ||
cloud-init \ | ||
cpufrequtils \ | ||
curl \ | ||
dbus \ | ||
|
@@ -139,10 +138,6 @@ RUN chmod 600 /etc/ssh/sshd_config \ | |
&& chmod -R 640 /var/log \ | ||
&& chown -R root:root /var/log | ||
|
||
# Copy the dependencies of `cloud-init-custom.service` into the image. | ||
COPY /cloud-init/cloud-init-custom.service /etc/systemd/system/ | ||
COPY /cloud-init/cloud-init-custom.sh /etc/metal/ | ||
|
||
# Enable all required systemd services | ||
RUN systemctl set-default multi-user.target \ | ||
&& systemctl enable lldpd.service \ | ||
|
@@ -151,7 +146,6 @@ RUN systemctl set-default multi-user.target \ | |
systemd-networkd \ | ||
systemd-timesyncd \ | ||
watchdog.service \ | ||
cloud-init-custom.service \ | ||
[email protected] \ | ||
&& systemctl disable console-getty.service \ | ||
&& systemctl mask console-getty.service \ | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.