You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Olaf Flebbe (JIRA)" <ji...@apache.org> on 2016/12/30 17:13:58 UTC

[jira] [Created] (BIGTOP-2650) Docker build should pull up to date packages

Olaf Flebbe created BIGTOP-2650:
-----------------------------------

             Summary: Docker build should pull up to date packages
                 Key: BIGTOP-2650
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2650
             Project: Bigtop
          Issue Type: Bug
          Components: build
    Affects Versions: 1.1.0
            Reporter: Olaf Flebbe
            Assignee: Olaf Flebbe
             Fix For: 1.2.0


Right now {{docker build}} of {{bigtop/puppet}} images simply use {{FROM}} to use the vendor linux distro. 

This has the affect that only one image will be downloaded and never updated. When the vendor does updates to the image, this will not be reflected by our build system.

I caught this because we have troubles with the reliability of {{httpredir.debian.org}} as the default repositories. Recent debian images use {{deb.debian.org}} which is apparently backed by a commercial CDN.

So I propose to use {{docker build --pull=true}} for building {{bigtop/puppet}} images.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)