Skip to content

Commit

Permalink
Removed Debian 9 support
Browse files Browse the repository at this point in the history
Since the Debain 9 image is not passing tests and the debain packages are not
popular on Docker Hub, Docker 9 support is getting pulled.

Signed-off-by: colin-pm <colinmca242@gmail.com>
  • Loading branch information
colin-pm committed Feb 25, 2021
1 parent c002197 commit f979703
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 62 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ The images listed below are intended for **generating open-source library packag
* CentOS 8

### Debian
* Debian 9.x (Stretch)
* Debian 10.x (Buster)

## Instructions
Expand Down
48 changes: 0 additions & 48 deletions debian/debian_9/Dockerfile

This file was deleted.

6 changes: 0 additions & 6 deletions debian/debian_9/docker-compose.test.yml

This file was deleted.

7 changes: 0 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ services:
image: "${DOCKER_USERNAME}/yocto-centos8:${DOCKER_BUILD_TAG}"
container_name: yocto-centos8
tty: true
yocto-debian9:
build:
context: debian/debian_9
dockerfile: Dockerfile
image: "${DOCKER_USERNAME}/yocto-debian9:${DOCKER_BUILD_TAG}"
container_name: yocto-debian9
tty: true
yocto-debian10:
build:
context: debian/debian_10
Expand Down

0 comments on commit f979703

Please sign in to comment.