Skip to content

Commit

Permalink
build/packages - adding fedora 30, debian 19.04 and suse
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dixon committed May 20, 2019
1 parent 3a470ad commit 27389e9
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build/packages/delete_images.build
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,17 @@ done

docker image rm -f build.${lrose_pkg}/centos:6
docker image rm -f build.${lrose_pkg}/centos:7

docker image rm -f build.${lrose_pkg}/fedora:28
docker image rm -f build.${lrose_pkg}/fedora:29
docker image rm -f build.${lrose_pkg}/fedora:30

docker image rm -f build.${lrose_pkg}/debian:9

docker image rm -f build.${lrose_pkg}/ubuntu:16.04
docker image rm -f build.${lrose_pkg}/ubuntu:18.04
docker image rm -f build.${lrose_pkg}/ubuntu:18.10
docker image rm -f build.${lrose_pkg}/ubuntu:19.04

docker image rm -f build.${lrose_pkg}/opensuse:leap
docker image rm -f build.${lrose_pkg}/opensuse:latest
8 changes: 8 additions & 0 deletions build/packages/delete_images.custom
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@

docker image rm -f custom/centos:6
docker image rm -f custom/centos:7

docker image rm -f custom/fedora:28
docker image rm -f custom/fedora:29
docker image rm -f custom/fedora:30

docker image rm -f custom/debian:9

docker image rm -f custom/ubuntu:16.04
docker image rm -f custom/ubuntu:18.04
docker image rm -f custom/ubuntu:18.10
docker image rm -f custom/ubuntu:19.04

docker image rm -f custom/opensuse:leap
docker image rm -f custom/opensuse:latest


6 changes: 6 additions & 0 deletions build/packages/delete_images.install
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,17 @@ done

docker image rm -f install.${lrose_pkg}/centos:6
docker image rm -f install.${lrose_pkg}/centos:7

docker image rm -f install.${lrose_pkg}/fedora:28
docker image rm -f install.${lrose_pkg}/fedora:29
docker image rm -f install.${lrose_pkg}/fedora:30

docker image rm -f install.${lrose_pkg}/debian:9

docker image rm -f install.${lrose_pkg}/ubuntu:16.04
docker image rm -f install.${lrose_pkg}/ubuntu:18.04
docker image rm -f install.${lrose_pkg}/ubuntu:18.10
docker image rm -f install.${lrose_pkg}/ubuntu:19.04

docker image rm -f install.${lrose_pkg}/opensuse:leap
docker image rm -f install.${lrose_pkg}/opensuse:latest
2 changes: 1 addition & 1 deletion build/packages/perform_builds
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ done

./redhat/do_lrose_build.redhat -t centos -v 6 -p ${lrose_pkg} -r ${release_date}
./redhat/do_lrose_build.redhat -t centos -v 7 -p ${lrose_pkg} -r ${release_date}
./redhat/do_lrose_build.redhat -t fedora -v 28 -p ${lrose_pkg} -r ${release_date}

./redhat/do_lrose_build.redhat -t fedora -v 28 -p ${lrose_pkg} -r ${release_date}
./redhat/do_lrose_build.redhat -t fedora -v 29 -p ${lrose_pkg} -r ${release_date}
./redhat/do_lrose_build.redhat -t fedora -v 30 -p ${lrose_pkg} -r ${release_date}

Expand Down

0 comments on commit 27389e9

Please sign in to comment.