Skip to content

Commit

Permalink
Merge pull request #12 from elfosardo/use-centos8
Browse files Browse the repository at this point in the history
Start using Centos 8 as base
  • Loading branch information
metal3-io-bot authored Jan 15, 2020
2 parents ec74876 + 1630287 commit 5806141
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM docker.io/centos:centos7
FROM docker.io/centos:centos8

RUN yum update -y \
&& yum clean all
RUN dnf update -y && \
dnf clean all && \
rm -rf /var/cache/{yum,dnf}/*

COPY ./get-resource.sh /usr/local/bin/get-resource.sh


0 comments on commit 5806141

Please sign in to comment.