Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit b849a5d

Browse files
committed
[TASK] Remove kitchen platform Debian 7, update Debian 8 and add Debian 9
1 parent a1edd4c commit b849a5d

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.kitchen.dokken.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,5 @@ platforms:
3535
- RUN /usr/bin/apt-get update
3636
- RUN /usr/bin/apt-get install apt-transport-https lsb-release procps net-tools -y
3737

38-
# comment this out, if Debian 7 is not needed
39-
- name: debian-7
40-
driver:
41-
image: debian:7
42-
intermediate_instructions:
43-
- RUN /usr/bin/apt-get update
44-
- RUN /usr/bin/apt-get install apt-transport-https lsb-release procps net-tools -y
45-
4638
# suites are taken from .kitchen.yml usually
4739
# suites:

.kitchen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ provisioner:
66
name: chef_zero
77

88
platforms:
9-
- name: debian-7.11
10-
- name: debian-8.9
9+
- name: debian-8.11
10+
- name: debian-9.9
1111

1212
suites:
1313
- name: default

0 commit comments

Comments
 (0)