blob: c511563a1aa189f29958577ef953510c4ef7077b [file] [log] [blame]
Manjunath Ranganathaiah69868d82018-08-24 12:44:52 -07001FROM nexus3.onap.org:10001/onap/aaf/aaf-base-xenial:latest
Instrumental9ec28952018-07-12 11:14:10 -05002MAINTAINER AAF Team, AT&T 2018
3ENV VERSION=${AAF_VERSION}
4
5LABEL description="aaf_core"
6LABEL version=${AAF_VERSION}
7
8COPY lib /opt/app/aaf/lib
9COPY bin /opt/app/aaf/bin
Instrumental567a9632018-08-14 13:55:32 -050010COPY theme /opt/app/aaf/theme
11
Instrumental9ec28952018-07-12 11:14:10 -050012