aboutsummaryrefslogtreecommitdiffstats
path: root/policy-jre
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-07-19 15:15:05 -0400
committerJim Hahn <jrh3@att.com>2021-07-19 17:09:39 -0400
commit553ce37dfeac0228ffed81381c89cdbb50b6d2d2 (patch)
tree3b134880cd7eaf3025d058ceb0388f209852e595 /policy-jre
parent614af0ea4b6aa450726b491444d1ef52070ca52d (diff)
Use docker registry properties in docker images
Issue-ID: POLICY-3374 Change-Id: Icebaf8184c2177778891bcd24a61ec93b2a46491 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'policy-jre')
-rw-r--r--policy-jre/pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/policy-jre/pom.xml b/policy-jre/pom.xml
index db958c30..5598e940 100644
--- a/policy-jre/pom.xml
+++ b/policy-jre/pom.xml
@@ -1,7 +1,7 @@
<!--
============LICENSE_START=======================================================
Copyright (C) 2019 Ericsson, Tieto. All rights reserved.
- Modifications Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
+ Modifications Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -38,8 +38,6 @@
<docker.skip>false</docker.skip>
<docker.skip.build>false</docker.skip.build>
<docker.skip.push>false</docker.skip.push>
- <docker.pull.registry>docker.io</docker.pull.registry>
- <docker.push.registry>docker.io</docker.push.registry>
<maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
</properties>