Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
registry-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shore
registry-docker
Compare revisions
c24a325626a4f00e7fc299807b99c669cec42e61 to b81b83940f60c1a44f27dba5416941357ec16e41
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
shore/registry-docker
Select target project
No results found
b81b83940f60c1a44f27dba5416941357ec16e41
Select Git revision
Branches
master
1 result
Swap
Target
shore/registry-docker
Select target project
shore/registry-docker
1 result
c24a325626a4f00e7fc299807b99c669cec42e61
Select Git revision
Branches
master
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
pre-commit: small fix.
· ccac5d73
nimrod
authored
1 year ago
ccac5d73
Update Regsitry.
· b81b8394
nimrod
authored
1 year ago
b81b8394
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.pre-commit-config.yaml
+1
-1
1 addition, 1 deletion
.pre-commit-config.yaml
docker-compose.yml
+1
-1
1 addition, 1 deletion
docker-compose.yml
with
2 additions
and
2 deletions
.pre-commit-config.yaml
View file @
b81b8394
...
...
@@ -90,7 +90,7 @@ repos:
-
bandit
-
pyroma
-
repo
:
https://git
la
b.com/pycqa/flake8.git
-
repo
:
https://git
hu
b.com/pycqa/flake8.git
rev
:
3.9.2
hooks
:
-
id
:
flake8
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
View file @
b81b8394
...
...
@@ -12,7 +12,7 @@ services:
--spider
http://127.0.0.1:5000/v2/_catalog
|| exit 1
image
:
registry.hub.docker.com/library/registry:2.8.
1
image
:
registry.hub.docker.com/library/registry:2.8.
3
restart
:
always
volumes
:
-
"
registry:/var/lib/registry"
...
...
This diff is collapsed.
Click to expand it.