Update images for 1.3rc4 and change the text for the Filesystem store

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit 2015-08-27 01:17:13 +00:00
parent 5254975ec7
commit d7e41ce93f
5 changed files with 6 additions and 2 deletions

View File

@ -61,3 +61,6 @@ docs-build:
# echo "$(AWS_S3_BUCKET)" > AWS_S3_BUCKET # echo "$(AWS_S3_BUCKET)" > AWS_S3_BUCKET
# echo "$(GITCOMMIT)" > GITCOMMIT # echo "$(GITCOMMIT)" > GITCOMMIT
docker build -t "$(DOCKER_DOCS_IMAGE)" . docker build -t "$(DOCKER_DOCS_IMAGE)" .
images:
$(MAKE) -C assets

Binary file not shown.

Before

Width:  |  Height:  |  Size: 266 KiB

After

Width:  |  Height:  |  Size: 279 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 92 KiB

View File

@ -295,8 +295,9 @@ directory.
### Filesystem settings ### Filesystem settings
The [filesystem storage backend](/registry/configuration/#filesystem) The [filesystem storage backend](/registry/configuration/#filesystem)
has only one setting - the "Storage directory", the root directory in which all has only one setting - the "Storage directory", the subdirectory of `/var/local/dtr/image-storage`
registry files are stored. 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 ### S3 settings