Skip to content

Commit b8bcfc0

Browse files
authored
Merge pull request #798 from ssurenr/rhel-repo-update
Change Redhat registry location
2 parents 5575de6 + 81a0c6a commit b8bcfc0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.approvals.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@
673673
},
674674
{
675675
"name": "six",
676-
"version": "1.11.0",
676+
"version": "1.12.0",
677677
"license": "MIT",
678678
"category": 3,
679679
"status": "approved"

build-tools/Dockerfile.rhel7.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/rhel7
1+
FROM registry.redhat.io/rhel7
22

33
# GOLANG install steps
44

build-tools/Dockerfile.rhel7.runtime

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/rhel-atomic
1+
FROM registry.redhat.io/rhel-atomic
22

33
LABEL name="f5networks/k8s-bigip-ctlr" \
44
vendor="F5 Networks" \

0 commit comments

Comments
 (0)