NGEET / fates-containers

Repository for containerized version of fates for use in future tutorials
6 stars 7 forks source link

Migrating baseos dockerfiles to NGEET master #11

Closed glemieux closed 4 years ago

glemieux commented 4 years ago

This pull requests resolves #9 by merging in the baseos dockerfiles that @serbinsh authored. I modified the baseos files slightly to remove the RUN adduser ... command (to be implemented in the hlm-fates dockerfile builds), so as to try and make the baseos images more agnostic to host land model (hlm). It also replaces the deprecated MAINTAINER command with LABEL.

In parallel with this pull request, I have setup the ngeet dockerhub repo to autobuild when a new tag is pushed to the github repository. I have outline the autobuild and tagging methodology in this repository's wiki.