Skip to content

Instantly share code, notes, and snippets.

@blar
Created October 5, 2021 18:14
Show Gist options
  • Save blar/083b11e744e38c08b9df6fd3683a8821 to your computer and use it in GitHub Desktop.
Save blar/083b11e744e38c08b9df6fd3683a8821 to your computer and use it in GitHub Desktop.
Rancher 1.6 Server: Upgrade agent image
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