hepsw / docks

a set of Dockerfiles defining docker containers for HEP software and appliances.
BSD 3-Clause "New" or "Revised" License
17 stars 13 forks source link

Adding CC7 versions (base, CMS, LZ) #23

Closed kreczko closed 6 years ago

kreczko commented 6 years ago

Adding Centos 7 versions for

Also updated cc7-base as centos:7 docker image now points to version 7.4 and removed the deprecated & removed docker tag --force flag from respective make files.

The following images need to be built and updated on docker hub:

cd cc7-base
make && make upload
cd ../cvmfs-base
make build-cc7 && make upload-cc7
cd ../cvmfs-cms
make build-cc7 && make upload-cc7
cd ../cvmfs-lz
make build-cc7 && make upload-cc7

Partially fixes #22