文章分类 - DockerFile
摘要:FROM centos:7 MAINTAINER DevOps Qi Zhang COPY jdk1.8.0_202 /usr/local/soft/jdk COPY apache-tomcat-9.0.56 /usr/local/soft/tomcat COPY apr-1.7.0 /usr/lo
阅读全文
摘要:FROM centos:7 COPY go1.15.7.linux-amd64.tar.gz /opt WORKDIR /opt RUN tar xf go1.15.7.linux-amd64.tar.gz && \ yum -y install pcre-devel perl libxml2-de
阅读全文
摘要:FROM centos:7 ENV openresty_version 1.17.8.2 ENV luarock_version 2.0.13 ENV ngx_file /usr/local/openresty/nginx/conf/ ENV ngx_code /usr/local/openrest
阅读全文
摘要:FROM centos:7 ENV NGINX_VERSION 1.18.0 ADD nginx-$NGINX_VERSION.tar.gz /usr/local/ RUN yum install -y gcc gcc-c++ glibc make autoconf openssl openssl-
阅读全文

浙公网安备 33010602011771号