diff options
author | ChrisC <christophe.closset@intl.att.com> | 2020-05-12 13:11:21 +0200 |
---|---|---|
committer | ChrisC <christophe.closset@intl.att.com> | 2020-05-12 13:33:58 +0200 |
commit | b5d6b34e75abab63360aae295265c1cad6f39f36 (patch) | |
tree | 0f1b65fb49bdb6b192571d41f78f3bbc1d997c9b /auth/docker | |
parent | 393703e7875078cb0321663d791b52ad075c7811 (diff) |
AAF release fix
- align roles changes with golden image (used AAF CLI to update golden image on lab, this aligns with user_role.dat
- Updated user_role expiry to 2021
- update docker props file to align with maven versioning to fix docker staging job for release
Issue-ID: AAF-1144
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I2e0c2222634947a13dbba22fe7d34987e634e11c
Diffstat (limited to 'auth/docker')
-rw-r--r-- | auth/docker/d.props.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/d.props.init b/auth/docker/d.props.init index ebc550a5..f1eaab73 100644 --- a/auth/docker/d.props.init +++ b/auth/docker/d.props.init @@ -23,7 +23,7 @@ PROJECT=aaf # Note: Override can happen on dbuild.sh Commandline, -r <registry> DOCKER_PULL_REGISTRY=nexus3.onap.org:10001 DOCKER_REPOSITORY=nexus3.onap.org:10003 -VERSION=2.1.20-SNAPSHOT +VERSION=2.1.22-SNAPSHOT CONF_ROOT_DIR=/opt/app/osaaf # For local builds, set PREFIX= PREFIX="$DOCKER_REPOSITORY/" |