Skip to content

Commit

Permalink
Merge pull request kubevirt#23 from fabiand/images
Browse files Browse the repository at this point in the history
images: Align base images
  • Loading branch information
rmohr authored Jan 4, 2017
2 parents 19a4f6e + 311625a commit 236d1a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/virt-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:7.2.1511
FROM centos:7

RUN curl -OL https://github.com/swagger-api/swagger-ui/archive/v2.2.6.tar.gz && tar xf v2.2.6.tar.gz \
&& mkdir /third_party \
Expand Down
2 changes: 1 addition & 1 deletion cmd/virt-controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:7.2.1511
FROM centos:7

COPY virt-controller /virt-controller

Expand Down
2 changes: 1 addition & 1 deletion cmd/virt-launcher/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:7.2.1511
FROM centos:7

COPY virt-launcher /virt-launcher

Expand Down

0 comments on commit 236d1a6

Please sign in to comment.