Merge pull request #90665 from justaugustus/base-images

cleanup: Base image workflow improvements
This commit is contained in:
Kubernetes Prow Robot
2020-05-02 01:54:26 -07:00
committed by GitHub
12 changed files with 202 additions and 87 deletions

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM k8s.gcr.io/debian-base:v1.0.0
FROM k8s.gcr.io/debian-base:v2.0.0
COPY etcdctl etcd-empty-dir-cleanup.sh /
RUN chmod a+rx /etcdctl /etcd-empty-dir-cleanup.sh