You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/07/04 09:48:43 UTC

[incubator-dlab] branch DLAB-765 created (now 5adb199)

This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a change to branch DLAB-765
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


      at 5adb199  added Docker proxy repo

This branch includes the following new commits:

     new 5adb199  added Docker proxy repo

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org


[incubator-dlab] 01/01: added Docker proxy repo

Posted by om...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-765
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 5adb199e6b6d0c5defee60b9221267573f96cec2
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Thu Jul 4 12:48:35 2019 +0300

    added Docker proxy repo
---
 .../scripts/deploy_repository/templates/configureNexus.groovy            | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/scripts/deploy_repository/templates/configureNexus.groovy b/infrastructure-provisioning/scripts/deploy_repository/templates/configureNexus.groovy
index f626a87..826a879 100644
--- a/infrastructure-provisioning/scripts/deploy_repository/templates/configureNexus.groovy
+++ b/infrastructure-provisioning/scripts/deploy_repository/templates/configureNexus.groovy
@@ -51,6 +51,7 @@ repository.createPyPiProxy('pypi','https://pypi.org/', 'packages_store', true)
 repository.createMavenProxy('maven-central','https://repo1.maven.org/maven2/', 'artifacts_store', true, VersionPolicy.RELEASE, LayoutPolicy.PERMISSIVE)
 repository.createMavenProxy('maven-bintray','https://dl.bintray.com/michaelklishin/maven/', 'artifacts_store', true, VersionPolicy.RELEASE, LayoutPolicy.PERMISSIVE)
 repository.createDockerHosted('docker-internal', null, 8083, 'docker_store', true, true)
+repository.createDockerProxy('docker_hub','https://registry-1.docker.io', 'HUB', '', '', 'docker_store', true, false)
 repository.createRawProxy('docker','https://download.docker.com/linux/ubuntu', 'packages_store')
 repository.createRawProxy('jenkins','http://pkg.jenkins.io/debian-stable', 'packages_store')
 repository.createRawProxy('mongo','http://repo.mongodb.org/apt/ubuntu', 'packages_store')


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org