diff --git a/Makefile b/Makefile index 44fafea532..99d0c8edea 100644 --- a/Makefile +++ b/Makefile @@ -61,3 +61,6 @@ docs-build: # echo "$(AWS_S3_BUCKET)" > AWS_S3_BUCKET # echo "$(GITCOMMIT)" > GITCOMMIT docker build -t "$(DOCKER_DOCS_IMAGE)" . + +images: + $(MAKE) -C assets diff --git a/assets/admin-logs.png b/assets/admin-logs.png index 64f769e6c3..f301171132 100644 Binary files a/assets/admin-logs.png and b/assets/admin-logs.png differ diff --git a/assets/admin-metrics.png b/assets/admin-metrics.png index beae280382..a0ddfa6102 100644 Binary files a/assets/admin-metrics.png and b/assets/admin-metrics.png differ diff --git a/assets/admin-settings-storage.png b/assets/admin-settings-storage.png index 81df369343..96d640c9c1 100644 Binary files a/assets/admin-settings-storage.png and b/assets/admin-settings-storage.png differ diff --git a/configuration.md b/configuration.md index 54ff3677dc..df8ae9df0b 100644 --- a/configuration.md +++ b/configuration.md @@ -295,8 +295,9 @@ directory. ### Filesystem settings The [filesystem storage backend](/registry/configuration/#filesystem) -has only one setting - the "Storage directory", the root directory in which all -registry files are stored. +has only one setting - the "Storage directory", the subdirectory of `/var/local/dtr/image-storage` +in which all registry files are stored. +The default value of `/local` means the files are stored in `/var/local/dtr/image-storage/local`. ### S3 settings