From 5f0a6ea911507b190e95d6d9601fc8a4c4c78810 Mon Sep 17 00:00:00 2001 From: Peter Hornyack Date: Mon, 30 Mar 2020 19:21:45 -0700 Subject: [PATCH] Remove httpd:2.4.38-alpine from prepull list This is currently failing to prepull in our test jobs at head: ``` httpd-2438: Container ID: docker:// 6ae484f4093b6c8cba653c7a56f6b052616c6a5ca3de2e707a83199ca0976a01 Image: e2eteam/httpd:2.4.38-alpine Image ID: docker-pullable://e2eteam/httpd@sha256: 0cf7810e6cf7da9f0d0fe45ce05a24d15014da8668cfa70fb18b9e1f01604800 Port: Host Port: Command: cmd.exe /c ping -n 1800 127.0.0.1 >NUL State: Waiting Reason: CrashLoopBackOff Last State: Terminated Reason: Error Exit Code: 1 ``` --- gce/prepull-1.18.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gce/prepull-1.18.yaml b/gce/prepull-1.18.yaml index ab156cb0..77bfb44b 100644 --- a/gce/prepull-1.18.yaml +++ b/gce/prepull-1.18.yaml @@ -75,12 +75,6 @@ spec: requests: cpu: 1m command: ['cmd.exe', '/c', 'ping -n 1800 127.0.0.1 >NUL'] - - image: e2eteam/httpd:2.4.38-alpine - name: httpd-2438 - resources: - requests: - cpu: 1m - command: ['cmd.exe', '/c', 'ping -n 1800 127.0.0.1 >NUL'] - image: e2eteam/httpd:2.4.39-alpine name: httpd-2439 resources: