Created
October 5, 2021 18:14
-
-
Save blar/083b11e744e38c08b9df6fd3683a8821 to your computer and use it in GitHub Desktop.
Rancher 1.6 Server: Upgrade agent image
This file contains hidden or 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
FROM rancher/server:v1.6.30 | |
RUN mkdir -p /var/lib/cattle/etc/cattle/ && \ | |
echo -e "\nbootstrap.required.image=rancher/agent:v1.2.11-fixed" >> /var/lib/cattle/etc/cattle/cattle.properties |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment