BIGTOP-2650: Docker build should pull up to date packages
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/20a774e0 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/20a774e0 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/20a774e0 Branch: refs/heads/master Commit: 20a774e067ce46cbfdcd0bda84474640f988938d Parents: 3f8eb64 Author: Olaf Flebbe <[email protected]> Authored: Fri Dec 30 18:39:22 2016 +0100 Committer: Olaf Flebbe <[email protected]> Committed: Fri Dec 30 18:39:22 2016 +0100 ---------------------------------------------------------------------- docker/bigtop-puppet/centos-6/build.sh | 2 +- docker/bigtop-puppet/centos-7/build.sh | 2 +- docker/bigtop-puppet/debian-8/build.sh | 2 +- docker/bigtop-puppet/fedora-25-ppc64le/build.sh | 2 +- docker/bigtop-puppet/fedora-25/build.sh | 2 +- docker/bigtop-puppet/opensuse-42.1/build.sh | 2 +- docker/bigtop-puppet/ubuntu-14.04-ppc64le/build.sh | 2 +- docker/bigtop-puppet/ubuntu-14.04/build.sh | 2 +- docker/bigtop-puppet/ubuntu-16.04-ppc64le/build.sh | 2 +- docker/bigtop-puppet/ubuntu-16.04/build.sh | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/20a774e0/docker/bigtop-puppet/centos-6/build.sh ---------------------------------------------------------------------- diff --git a/docker/bigtop-puppet/centos-6/build.sh b/docker/bigtop-puppet/centos-6/build.sh index daf209f..6eeb941 100755 --- a/docker/bigtop-puppet/centos-6/build.sh +++ b/docker/bigtop-puppet/centos-6/build.sh @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. cp ../../../bigtop_toolchain/bin/puppetize.sh . -docker build -t bigtop/puppet:centos-6 . +docker build --pull=true -t bigtop/puppet:centos-6 . http://git-wip-us.apache.org/repos/asf/bigtop/blob/20a774e0/docker/bigtop-puppet/centos-7/build.sh ---------------------------------------------------------------------- diff --git a/docker/bigtop-puppet/centos-7/build.sh b/docker/bigtop-puppet/centos-7/build.sh index 742ad5d..90aa43a 100755 --- a/docker/bigtop-puppet/centos-7/build.sh +++ b/docker/bigtop-puppet/centos-7/build.sh @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. cp ../../../bigtop_toolchain/bin/puppetize.sh . -docker build -t bigtop/puppet:centos-7 . +docker build --pull=true -t bigtop/puppet:centos-7 . http://git-wip-us.apache.org/repos/asf/bigtop/blob/20a774e0/docker/bigtop-puppet/debian-8/build.sh ---------------------------------------------------------------------- diff --git a/docker/bigtop-puppet/debian-8/build.sh b/docker/bigtop-puppet/debian-8/build.sh index 00666a7..b17487f 100755 --- a/docker/bigtop-puppet/debian-8/build.sh +++ b/docker/bigtop-puppet/debian-8/build.sh @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. cp ../../../bigtop_toolchain/bin/puppetize.sh . -docker build -t bigtop/puppet:debian-8 . +docker build --pull=true -t bigtop/puppet:debian-8 . http://git-wip-us.apache.org/repos/asf/bigtop/blob/20a774e0/docker/bigtop-puppet/fedora-25-ppc64le/build.sh ---------------------------------------------------------------------- diff --git a/docker/bigtop-puppet/fedora-25-ppc64le/build.sh b/docker/bigtop-puppet/fedora-25-ppc64le/build.sh index 4e14baa..68f47e0 100755 --- a/docker/bigtop-puppet/fedora-25-ppc64le/build.sh +++ b/docker/bigtop-puppet/fedora-25-ppc64le/build.sh @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. cp ../../../bigtop_toolchain/bin/puppetize.sh . -docker build -t bigtop/puppet:fedora-25-ppc64le . +docker build --pull=true -t bigtop/puppet:fedora-25-ppc64le . http://git-wip-us.apache.org/repos/asf/bigtop/blob/20a774e0/docker/bigtop-puppet/fedora-25/build.sh ---------------------------------------------------------------------- diff --git a/docker/bigtop-puppet/fedora-25/build.sh b/docker/bigtop-puppet/fedora-25/build.sh index d55c1bc..9139071 100755 --- a/docker/bigtop-puppet/fedora-25/build.sh +++ b/docker/bigtop-puppet/fedora-25/build.sh @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. cp ../../../bigtop_toolchain/bin/puppetize.sh . -docker build -t bigtop/puppet:fedora-25 . +docker build --pull=true -t bigtop/puppet:fedora-25 . http://git-wip-us.apache.org/repos/asf/bigtop/blob/20a774e0/docker/bigtop-puppet/opensuse-42.1/build.sh ---------------------------------------------------------------------- diff --git a/docker/bigtop-puppet/opensuse-42.1/build.sh b/docker/bigtop-puppet/opensuse-42.1/build.sh index 620fa43..5db1e19 100755 --- a/docker/bigtop-puppet/opensuse-42.1/build.sh +++ b/docker/bigtop-puppet/opensuse-42.1/build.sh @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. cp ../../../bigtop_toolchain/bin/puppetize.sh . -docker build -t bigtop/puppet:opensuse-42.1 . +docker build --pull=true -t bigtop/puppet:opensuse-42.1 . http://git-wip-us.apache.org/repos/asf/bigtop/blob/20a774e0/docker/bigtop-puppet/ubuntu-14.04-ppc64le/build.sh ---------------------------------------------------------------------- diff --git a/docker/bigtop-puppet/ubuntu-14.04-ppc64le/build.sh b/docker/bigtop-puppet/ubuntu-14.04-ppc64le/build.sh index 5a3c999..7a8eee3 100755 --- a/docker/bigtop-puppet/ubuntu-14.04-ppc64le/build.sh +++ b/docker/bigtop-puppet/ubuntu-14.04-ppc64le/build.sh @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. cp ../../../bigtop_toolchain/bin/puppetize.sh . -docker build -t bigtop/puppet:ubuntu-14.04-ppc64le . +docker build --pull=true -t bigtop/puppet:ubuntu-14.04-ppc64le . http://git-wip-us.apache.org/repos/asf/bigtop/blob/20a774e0/docker/bigtop-puppet/ubuntu-14.04/build.sh ---------------------------------------------------------------------- diff --git a/docker/bigtop-puppet/ubuntu-14.04/build.sh b/docker/bigtop-puppet/ubuntu-14.04/build.sh index f4df1f7..72d7d6a 100755 --- a/docker/bigtop-puppet/ubuntu-14.04/build.sh +++ b/docker/bigtop-puppet/ubuntu-14.04/build.sh @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. cp ../../../bigtop_toolchain/bin/puppetize.sh . -docker build -t bigtop/puppet:ubuntu-14.04 . +docker build --pull=true -t bigtop/puppet:ubuntu-14.04 . http://git-wip-us.apache.org/repos/asf/bigtop/blob/20a774e0/docker/bigtop-puppet/ubuntu-16.04-ppc64le/build.sh ---------------------------------------------------------------------- diff --git a/docker/bigtop-puppet/ubuntu-16.04-ppc64le/build.sh b/docker/bigtop-puppet/ubuntu-16.04-ppc64le/build.sh index ae881c0..48628c9 100755 --- a/docker/bigtop-puppet/ubuntu-16.04-ppc64le/build.sh +++ b/docker/bigtop-puppet/ubuntu-16.04-ppc64le/build.sh @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. cp ../../../bigtop_toolchain/bin/puppetize.sh . -docker build -t bigtop/puppet:ubuntu-16.04-ppc64le . +docker build --pull=true -t bigtop/puppet:ubuntu-16.04-ppc64le . http://git-wip-us.apache.org/repos/asf/bigtop/blob/20a774e0/docker/bigtop-puppet/ubuntu-16.04/build.sh ---------------------------------------------------------------------- diff --git a/docker/bigtop-puppet/ubuntu-16.04/build.sh b/docker/bigtop-puppet/ubuntu-16.04/build.sh index 1c81dda..ad00253 100755 --- a/docker/bigtop-puppet/ubuntu-16.04/build.sh +++ b/docker/bigtop-puppet/ubuntu-16.04/build.sh @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. cp ../../../bigtop_toolchain/bin/puppetize.sh . -docker build -t bigtop/puppet:ubuntu-16.04 . +docker build --pull=true -t bigtop/puppet:ubuntu-16.04 .
