You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed -i 's/[^ ]*linuxkit\/\([^:]*\)\(:.*$$\)/$(subst /,\/,$(LINUXKIT_IMAGE_REPO))\/linuxkit\/\1:$(LATEST_TAG)/'$(REPO)/linuxkit-templates/hook.template.yaml;\
151
153
images=();\
152
154
whileread -r image;do \
@@ -171,9 +173,9 @@ populate-linuxkit-cache:
171
173
# Using sed they are pulled back out so that we can run cache pull with retries since we tend to see
0 commit comments