Skip to content

Instantly share code, notes, and snippets.

@blar
blar / Dockerfile
Created October 5, 2021 18:14
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