Skip to content

Commit

Permalink
remove -onbuild variants
Browse files Browse the repository at this point in the history
  • Loading branch information
andyli committed Jun 14, 2019
1 parent 5253ae4 commit 4c40288
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 120 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ env:
- VERSION=3.4 VARIANT=alpine3.6
- VERSION=3.3 VARIANT=alpine3.6
- VERSION=3.2 VARIANT=alpine3.6
- VERSION=4.0 VARIANT=stretch ONBUILD=1
- VERSION=3.4 VARIANT=stretch ONBUILD=1
- VERSION=3.3 VARIANT=stretch ONBUILD=1
- VERSION=3.2 VARIANT=stretch ONBUILD=1
- VERSION=3.1 VARIANT=stretch ONBUILD=1
- VERSION=4.0 VARIANT=stretch
- VERSION=3.4 VARIANT=stretch
- VERSION=3.3 VARIANT=stretch
- VERSION=3.2 VARIANT=stretch
- VERSION=3.1 VARIANT=stretch
- VERSION=4.0 VARIANT=jessie
- VERSION=3.4 VARIANT=jessie
- VERSION=3.3 VARIANT=jessie
Expand All @@ -40,7 +40,6 @@ before_script:
script:
- docker build -t "$image" "${VARIANT:-.}"
- ~/official-images/test/run.sh "$image"
- if [ -n "$ONBUILD" ]; then docker build -t "${image}-onbuild" onbuild; fi

after_script:
- docker images
Expand Down
19 changes: 0 additions & 19 deletions 3.1/onbuild/Dockerfile

This file was deleted.

19 changes: 0 additions & 19 deletions 3.2/onbuild/Dockerfile

This file was deleted.

19 changes: 0 additions & 19 deletions 3.3/onbuild/Dockerfile

This file was deleted.

19 changes: 0 additions & 19 deletions 3.4/onbuild/Dockerfile

This file was deleted.

19 changes: 0 additions & 19 deletions 4.0/onbuild/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions Dockerfile-onbuild.template

This file was deleted.

4 changes: 0 additions & 4 deletions Update.hx
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ class Update {
"variant": "jessie",
"suffix": ["jessie"]
},
{
"variant": "onbuild",
"suffix": ["onbuild"]
},
{
"variant": "windowsservercore-ltsc2016",
"suffix": ["windowsservercore-ltsc2016", "windowsservercore"]
Expand Down

0 comments on commit 4c40288

Please sign in to comment.