Skip to content

Commit

Permalink
Merge pull request #954 from mgleung/update-centos-image
Browse files Browse the repository at this point in the history
Update deprecated centos image
  • Loading branch information
mgleung authored Oct 21, 2020
2 parents d95cd5d + 19e833d commit daf90a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/init/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.1
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.2
ARG GIT_VERSION=unknown
LABEL name="Calico Operator-init" \
vendor="Project Calico" \
Expand Down
4 changes: 2 additions & 2 deletions build/init/centos.repo
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[centos-8-base-os]
name = CentOS - BaseOS
baseurl = http://mirror.centos.org/centos/8.1.1911/BaseOS/x86_64/os
baseurl = http://mirror.centos.org/centos/8.2.2004/BaseOS/x86_64/os
enabled = 1
gpgkey = https://www.centos.org/keys/RPM-GPG-KEY-CentOS-Official
gpgcheck = 1

[centos-8-appstream]
name = CentOS - AppStream
baseurl = http://mirror.centos.org/centos/8.1.1911/AppStream/x86_64/os
baseurl = http://mirror.centos.org/centos/8.2.2004/AppStream/x86_64/os
enabled = 1
gpgkey = https://www.centos.org/keys/RPM-GPG-KEY-CentOS-Official
gpgcheck = 1
Expand Down

0 comments on commit daf90a9

Please sign in to comment.