Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Shadow the bogus /etc/resolv.conf of centos:8 to fix wksctl #611

Merged
merged 1 commit into from
Jun 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions images/centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ ARG RELEASE

FROM centos:${RELEASE}

# Shadow the bogus /etc/resolv.conf of centos:8 by copying a blank file over it
COPY resolv.conf /etc/

# Install common utilities
RUN yum -y install \
iproute \
Expand Down
Empty file added images/centos/resolv.conf
Empty file.