Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
add 4.8.7, 4.8.10 and 4.9-rc6 kernel headers and extras
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Dowideit <[email protected]>
  • Loading branch information
SvenDowideit committed Nov 22, 2016
1 parent 58ced58 commit 7f58c8c
Show file tree
Hide file tree
Showing 11 changed files with 97 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.DS_Store
/assets/ca.crt
/state
/bin
/build
/dist
/gopath
/images/*/build
.dockerfile
*.swp
/tests/integration/MANIFEST
/tests/integration/.venv*
/tests/integration/.tox
/tests/integration/.idea
*.pyc
__pycache__
/.dapper
/.trash-cache
12 changes: 9 additions & 3 deletions index.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
services:
- amazon-ecs-agent
- kernel-extras
- kernel-headers
- kernel-headers-system-docker
- kernel-extras-4.8.7-rancher
- kernel-headers-4.8.7-rancher
- kernel-headers-4.8.7-rancher-system-docker
- kernel-extras-4.8.10-rancher
- kernel-headers-4.8.10-rancher
- kernel-headers-4.8.10-rancher-system-docker
- kernel-extras-4.9-rc-rancher
- kernel-headers-4.9-rc-rancher
- kernel-headers-4.9-rc-rancher-system-docker
- open-vm-tools
consoles:
- alpine
Expand Down
12 changes: 12 additions & 0 deletions k/kernel-extras-4.8.10-rancher.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
kernel-extras:
image: rancher/os-extras:4.8.10-rancher${SUFFIX}
labels:
io.rancher.os.detach: false
io.rancher.os.after: network
net: host
environment:
- KERNEL_EXTRAS_URL
volumes:
- /usr/src:/usr/src
- /lib/modules:/lib/modules
- /lib/firmware:/lib/firmware
File renamed without changes.
12 changes: 12 additions & 0 deletions k/kernel-extras-4.9-rc6-rancher.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
kernel-extras:
image: rancher/os-extras:4.9-rc6-rancher${SUFFIX}
labels:
io.rancher.os.detach: false
io.rancher.os.after: network
net: host
environment:
- KERNEL_EXTRAS_URL
volumes:
- /usr/src:/usr/src
- /lib/modules:/lib/modules
- /lib/firmware:/lib/firmware
12 changes: 12 additions & 0 deletions k/kernel-headers-4.8.10-rancher-system-docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
kernel-headers-system-docker:
image: rancher/os-headers:4.8.10-rancher${SUFFIX}
labels:
io.rancher.os.detach: false
io.rancher.os.after: network
io.rancher.os.scope: system
environment:
- KERNEL_HEADERS_URL
volumes:
- /usr/src:/usr/src
- /lib/modules:/lib/modules
- /usr/bin/ros:/usr/bin/ros
11 changes: 11 additions & 0 deletions k/kernel-headers-4.8.10-rancher.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
kernel-headers:
image: rancher/os-headers:4.8.10-rancher${SUFFIX}
labels:
io.rancher.os.detach: false
io.rancher.os.after: network
environment:
- KERNEL_HEADERS_URL
volumes:
- /usr/src:/usr/src
- /lib/modules:/lib/modules
- /usr/bin/ros:/usr/bin/ros
File renamed without changes.
12 changes: 12 additions & 0 deletions k/kernel-headers-4.9-rc6-rancher-system-docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
kernel-headers-system-docker:
image: rancher/os-headers:4.9-rc6-rancher${SUFFIX}
labels:
io.rancher.os.detach: false
io.rancher.os.after: network
io.rancher.os.scope: system
environment:
- KERNEL_HEADERS_URL
volumes:
- /usr/src:/usr/src
- /lib/modules:/lib/modules
- /usr/bin/ros:/usr/bin/ros
11 changes: 11 additions & 0 deletions k/kernel-headers-4.9-rc6-rancher.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
kernel-headers:
image: rancher/os-headers:4.9-rc6-rancher${SUFFIX}
labels:
io.rancher.os.detach: false
io.rancher.os.after: network
environment:
- KERNEL_HEADERS_URL
volumes:
- /usr/src:/usr/src
- /lib/modules:/lib/modules
- /usr/bin/ros:/usr/bin/ros

0 comments on commit 7f58c8c

Please sign in to comment.