X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fdocker%2FDockerfile.core;h=c511563a1aa189f29958577ef953510c4ef7077b;hb=eb1a7439bbbd282fe2ff4f76a82a7f337323996e;hp=c4e8a461a122454df64e8391cdc211d6c2a2f751;hpb=5a081a25fd94da790a59a68195a19bc0ef7aa20c;p=aaf%2Fauthz.git diff --git a/auth/docker/Dockerfile.core b/auth/docker/Dockerfile.core index c4e8a461..c511563a 100644 --- a/auth/docker/Dockerfile.core +++ b/auth/docker/Dockerfile.core @@ -1,4 +1,4 @@ -FROM rmannfv/aaf-base:xenial +FROM nexus3.onap.org:10001/onap/aaf/aaf-base-xenial:latest MAINTAINER AAF Team, AT&T 2018 ENV VERSION=${AAF_VERSION} @@ -7,4 +7,6 @@ LABEL version=${AAF_VERSION} COPY lib /opt/app/aaf/lib COPY bin /opt/app/aaf/bin +COPY theme /opt/app/aaf/theme +