Sign inSign up

jrudley/wait-for-it

By jrudley

Updated about 6 years ago

Image
0

144

jrudley/wait-for-it repository overview

FROM centos:7

# Install curl 
RUN yum update -y \
  && yum install -y \
  curl \
  && yum clean all && rm -rf /var/lib/yum/* 

RUN curl https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh -o wait-for-it.sh \
    && chmod +x wait-for-it.sh

Tag summary

Content type

Image

Digest

Size

95.3 MB

Last updated

about 6 years ago

docker pull jrudley/wait-for-it