Skip to content

Commit

Permalink
Remove wheezy (EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Mar 27, 2019
1 parent ce69fc6 commit 67e7d70
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 93 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ matrix:
env: VERSION=2.7 VARIANT=jessie
- os: linux
env: VERSION=2.7 VARIANT=jessie/slim
- os: linux
env: VERSION=2.7 VARIANT=wheezy
- os: linux
env: VERSION=2.7 VARIANT=alpine3.9
- os: linux
Expand Down
84 changes: 0 additions & 84 deletions 2.7/wheezy/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ for version in "${versions[@]}"; do
rcVersion="${version%-rc}"

for v in \
{stretch,jessie,wheezy}{,/slim} \
{stretch,jessie}{,/slim} \
alpine{3.9,3.8} \
windows/windowsservercore-{ltsc2016,1709,1803,1809} \
; do
Expand Down
8 changes: 2 additions & 6 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ for version in "${versions[@]}"; do

for v in \
alpine{3.8,3.9} \
{wheezy,jessie,stretch}{/slim,} \
{jessie,stretch}{/slim,} \
windows/windowsservercore-{1809,1803,1709,ltsc2016} \
; do
dir="$version/$v"
Expand Down Expand Up @@ -148,10 +148,6 @@ for version in "${versions[@]}"; do
-e 's!^(FROM (debian|buildpack-deps|alpine|mcr[.]microsoft[.]com/[^:]+)):.*!\1:'"$tag"'!' \
"$dir/Dockerfile"

case "$variant" in
wheezy) sed -ri -e 's/dpkg-architecture --query /dpkg-architecture -q/g' "$dir/Dockerfile" ;;
esac

# Alpine < 3.9 used libressl instead of openssl
if [ "$v" = 'alpine3.8' ]; then
sed -ri -e 's/openssl/libressl/g' "$dir/Dockerfile"
Expand Down Expand Up @@ -180,7 +176,7 @@ for version in "${versions[@]}"; do
3.[5-6]*)
sed -ri -e '/uuid-dev/d' "$dir/Dockerfile"
;;& # (other Debian variants need to match later blocks)
*/stretch | */jessie | */wheezy)
*/stretch | */jessie)
# buildpack-deps already includes libssl-dev
sed -ri -e '/libssl-dev/d' "$dir/Dockerfile"
;;
Expand Down

0 comments on commit 67e7d70

Please sign in to comment.