Skip to content

Commit

Permalink
Avoid docker hub, to avoid rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Jul 22, 2021
1 parent 9b1fa52 commit 7e088c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:latest
FROM registry.fedoraproject.org/fedora:latest
LABEL \
name="sync2jira" \
description="sync2jira application" \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:latest
FROM registry.fedoraproject.org/fedora:latest
LABEL \
name="sync2jira" \
description="sync2jira application" \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.deploy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:latest
FROM registry.fedoraproject.org/fedora:latest
LABEL \
name="sync2jira" \
description="sync2jira application" \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.sync-page
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:latest
FROM registry.fedoraproject.org/fedora:latest
LABEL \
name="sync2jira" \
description="sync2jira application" \
Expand Down

0 comments on commit 7e088c9

Please sign in to comment.