📝 Update README.md with base image build instructions

This commit is contained in:
2026-05-24 16:14:42 +08:00
parent 0c4cc5bf4b
commit 7c7a0af621
+5
View File
@@ -1,5 +1,10 @@
# simple-harbor-task
Build base image:
```sh
docker build -t task1-image -f base.dockerfile .
```
> NOTE: `HARBOR_SKIP_AGENT_INSTALL=1` requires https://github.com/jht5945/harbor
```sh