mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Don't build packages for EOL Debian 8
Debian 8 is out of support and we shouldn't produce packages for it anymore. Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
f425a48f4c
commit
78b3020d12
3 changed files with 1 additions and 11 deletions
|
@ -7,8 +7,7 @@ fips-platforms:
|
|||
- el-*-x86_64
|
||||
- windows-*
|
||||
builder-to-testers-map:
|
||||
debian-8-x86_64:
|
||||
- debian-8-x86_64
|
||||
debian-9-x86_64:
|
||||
- debian-9-x86_64
|
||||
- debian-10-x86_64
|
||||
el-6-x86_64:
|
||||
|
|
|
@ -45,13 +45,6 @@ platforms:
|
|||
image: dokken/centos-7
|
||||
pid_one_command: /usr/lib/systemd/systemd
|
||||
|
||||
- name: debian-8
|
||||
driver:
|
||||
image: dokken/debian-8
|
||||
pid_one_command: /bin/systemd
|
||||
intermediate_instructions:
|
||||
- RUN /usr/bin/apt-get update -y
|
||||
|
||||
- name: debian-9
|
||||
driver:
|
||||
image: dokken/debian-9
|
||||
|
|
|
@ -25,8 +25,6 @@ platforms:
|
|||
run_list: yum-epel::default
|
||||
- name: centos-7
|
||||
run_list: yum-epel::default
|
||||
- name: debian-8
|
||||
run_list: apt::default
|
||||
- name: debian-9
|
||||
run_list: apt::default
|
||||
- name: ubuntu-16.04
|
||||
|
|
Loading…
Reference in a new issue