Changes between Version 1 and Version 2 of DevWikiDockerTesting


Ignore:
Timestamp:
Apr 20, 2020, 10:07:49 AM (4 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiDockerTesting

    v1 v2  
    33On OSGeo infrastructure we have docker.osgeo.org which docker images are pushed to via postgis-docker.osgeo.org.  These are currently only used by dronie.osgeo.org drone agents.
    44
     5**Docker OSGeo**
     6
     7The docker osgeo infrastructure you can log in via your osgeo user id.  More details of the images in use by it can be found at [https://git.osgeo.org/gitea/postgis/postgis-docker  PostGIS-docker repo].
     8
     9
     10Here is an example of how you can pull an image, retag and push to postgis-docker.osgeo.org
     11
     12
     13{{{
     14# this is old repo we used to use
     15docker pull docker.kbt.io/postgis/build-test:trisquel
     16docker tag docker.kbt.io/postgis/build-test:trisquel postgis-docker.osgeo.org/postgis/build-test:trisquel
     17docker login postgis-docker.osgeo.org #put in your OSGeo LDAP user id /password
     18docker push postgis-docker.osgeo.org/postgis/build-test:trisquel
     19docker pull docker.osgeo.org/postgis/build-test:trisquel
     20}}}
     21
     22
    523