Compare commits

...

2 Commits

Author SHA1 Message Date
bvn13 a8b43394c2 update 2023-06-08 00:35:33 +03:00
bvn13 e7a268ba9b gitignore 2023-06-08 00:35:33 +03:00
3 changed files with 26 additions and 0 deletions

5
.gitignore vendored 100644
View File

@ -0,0 +1,5 @@
.idea
.idea/*
.idea/**
*.iml

View File

View File

@ -0,0 +1,21 @@
version: 0.1
log:
fields:
service: registry
storage:
delete:
enabled: true
cache:
blobdescriptor: inmemory
filesystem:
rootdirectory: /var/lib/registry
http:
addr: :5000
headers:
X-Content-Type-Options: [nosniff]
Access-Control-Allow-Origin: ['*']
Access-Control-Allow-Methods: ['HEAD', 'GET', 'OPTIONS', 'DELETE']
Access-Control-Allow-Headers: ['Authorization', 'Accept']
Access-Control-Max-Age: [1728000]
Access-Control-Allow-Credentials: [true]
Access-Control-Expose-Headers: ['Docker-Content-Digest']