Hi, What is the meaning of `application-entity` inside Dockerfile which is accompained with a Nuleculized applications, from the ADD part of the file?
e.g. (copied from https://github.com/projectatomic/nulecule-library/blob/master/apache-centos7-atomicapp/Dockerfile ) FROM projectatomic/atomicapp:0.4.1 MAINTAINER Red Hat, Inc. <[email protected]> LABEL io.projectatomic.nulecule.providers="kubernetes,docker,marathon" \ io.projectatomic.nulecule.specversion="0.0.2" ADD /Nulecule /Dockerfile README.md /application-entity/ ADD /artifacts /application-entity/artifacts In the ADD part we can see application-entity Neither `docker build` manual specify this nor 'nulecule spec' does it. - Suraj Deshmukh (SurajD)
_______________________________________________ Container-tools mailing list [email protected] https://www.redhat.com/mailman/listinfo/container-tools
