Changes between Version 3 and Version 4 of DevWikiDockerTesting


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

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiDockerTesting

    v3 v4  
    1717docker login postgis-docker.osgeo.org #put in your OSGeo LDAP user id /password
    1818docker push postgis-docker.osgeo.org/postgis/build-test:trisquel
    19 docker pull docker.osgeo.org/postgis/build-test:trisquel #confirm you can pull from the read-only repo
     19#confirm you can pull from the read-only repo - it should recognize you already have it and just add another tag
     20docker pull docker.osgeo.org/postgis/build-test:trisquel
     21
     22#To really test, you can
     23docker rmi docker.osgeo.org/postgis/build-test:trisquel
     24docker rmi postgis-docker.osgeo.org/postgis/build-test:trisquel
     25docker rmi docker.kbt.io/postgis/build-test:trisquel
     26docker pull docker.osgeo.org/postgis/build-test:trisquel
    2027}}}
    2128