Browse Source

Создание репозитория

Vadim Surkov 7 years ago
commit
a97a1360fe
2 changed files with 8 additions and 0 deletions
  1. 5 0
      Dockerfile
  2. 3 0
      README.md

+ 5 - 0
Dockerfile

@@ -0,0 +1,5 @@
+FROM registry.sdsys.ru/centos:6.9
+RUN set -x \
+           && curl https://repo.infoclinica.ru/yum/centos/sds-prod-portal.repo -o /etc/yum.repos.d/sds-prod-portal.repo \
+           && yum install jdk1.8.0_45.x86_64 -y \
+           && yum clean all

+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+# JDK-Baseimage #
+
+Базовый образ для сборки Java приложений