Updated docker to 18.2.1-1

This commit is contained in:
Tiffany Meyer 2021-05-06 18:37:16 -04:00
parent 3417db2985
commit cb02699059
3 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
FROM centos:6
ENV VERSION 18.1.1
FROM centos:7
ENV VERSION 18.2.1
ENV RELEASE 1
MAINTAINER Tiffany Meyer <tiffanym@ucar.edu>
USER root
@ -8,7 +8,7 @@ RUN yum update yum -y
RUN groupadd fxalpha && useradd -G fxalpha awips
RUN yum install epel-release wget -y
RUN yum clean all -y
RUN wget -O /etc/yum.repos.d/awips2.repo https://www.unidata.ucar.edu/software/awips2/doc/el6-dev.repo
RUN wget -O /etc/yum.repos.d/awips2.repo https://www.unidata.ucar.edu/software/awips2/doc/el7-dev.repo
COPY iptables /etc/sysconfig/iptables
COPY install-ade-server.sh /root/
RUN /root/install-ade-server.sh

View file

@ -1,6 +1,6 @@
FROM unidata/awips-devel:el7
ENV VERSION 18.1.1
ENV RELEASE 6
ENV VERSION 18.2.1
ENV RELEASE 1
MAINTAINER Tiffany Meyer<tiffanym@ucar.edu>
USER root

View file

@ -1,6 +1,6 @@
FROM centos:7
ENV VERSION 18.1.1
ENV RELEASE 6
ENV VERSION 18.2.1
ENV RELEASE 1
MAINTAINER Tiffany Meyer<tiffanym@ucar.edu>
USER root