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
RUN curl -fsSL https://download.docker.com/linux/static/stable/x86_64/docker-19.03.13.tgz | tar zxvf - --strip 1 -C /usr/local/bin docker/docker
RUN sed -i s/mirrorlist=/#mirrorlist=/ /etc/yum.repos.d/* && \
sed -i s%#baseurl=http://mirror.centos%baseurl=http://vault.centos% /etc/yum.repos.d/* && \
yum clean all
RUN yum install -y libselinux-utils patch sudo which wget
RUN wget --no-check-certificate https://artifactory.iguazeng.com/artifactory/iguazio-devops_virtual/opt_packages/skopeo-1.14.0.tar.gz && tar -zxf skopeo-1.14.0.tar.gz -C /usr/bin