ubuntu 18.04: warn about r2d build being frozen in time

pull/1309/head
Simon Li 2023-10-13 00:14:25 +01:00
rodzic 94a0043883
commit 2ad8eebd41
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -21,3 +21,6 @@ As a last resort you can install an older version of repo2docker locally, build
```dockerfile ```dockerfile
FROM <registry>/<username>/<image>:<tag> FROM <registry>/<username>/<image>:<tag>
``` ```
This image will contain a frozen version of your repository at the time the image was built.
You will need to rebuild and push it everytime your repository is modified.