Closed o-smirnov closed 4 years ago
Currently -u forces an simg rebuild every time. Instead do docker pull, then:
-u
$ docker inspect -f '{{ .Created }}' osmirnov/radiopadre:1.0pre10 2020-04-29T16:45:27.918890099Z
....and compare timestamp to singularity image.
Currently
-u
forces an simg rebuild every time. Instead do docker pull, then:....and compare timestamp to singularity image.