Skip to content

Commit

Permalink
Merge pull request #798 from ssurenr/rhel-repo-update
Browse files Browse the repository at this point in the history
Change Redhat registry location
  • Loading branch information
ssurenr authored Dec 17, 2018
2 parents 5575de6 + 81a0c6a commit b8bcfc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .approvals.json
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@
},
{
"name": "six",
"version": "1.11.0",
"version": "1.12.0",
"license": "MIT",
"category": 3,
"status": "approved"
Expand Down
2 changes: 1 addition & 1 deletion build-tools/Dockerfile.rhel7.builder
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/rhel7
FROM registry.redhat.io/rhel7

# GOLANG install steps

Expand Down
2 changes: 1 addition & 1 deletion build-tools/Dockerfile.rhel7.runtime
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/rhel-atomic
FROM registry.redhat.io/rhel-atomic

LABEL name="f5networks/k8s-bigip-ctlr" \
vendor="F5 Networks" \
Expand Down

0 comments on commit b8bcfc0

Please sign in to comment.