diff options
author | Jim Hahn <jrh3@att.com> | 2021-07-19 15:15:05 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-07-19 17:09:39 -0400 |
commit | 553ce37dfeac0228ffed81381c89cdbb50b6d2d2 (patch) | |
tree | 3b134880cd7eaf3025d058ceb0388f209852e595 /policy-jdk | |
parent | 614af0ea4b6aa450726b491444d1ef52070ca52d (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-jdk')
-rw-r--r-- | policy-jdk/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/policy-jdk/pom.xml b/policy-jdk/pom.xml index d18eca56..96a3bbf8 100644 --- a/policy-jdk/pom.xml +++ b/policy-jdk/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> <docker.build.version>${project.version}</docker.build.version> <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format> </properties> |