Skip to content
Snippets Groups Projects
  1. Aug 07, 2015
  2. Jul 31, 2015
  3. Jul 23, 2015
  4. Jul 16, 2015
  5. Jul 03, 2015
  6. May 15, 2015
    • Sam Yaple's avatar
      Restructure builds to allow more flexibility · 13062e23
      Sam Yaple authored
      As a restructure, nothing is changed from the original behaviour and
      naming despite the file structure changing. The symlinks to build had
      to be updated generating lots of "deleted" and "new_file".
      
      The new structure is:
      
      docker/${base_distro}/${type}/${container}
      
      base_distro == centos, ubuntu, fedora, etc
      type == source, binary, rdo
      
      type rdo is a symlink to binary for backwards compatibility
      
      Two new flags are added to the build-all script to support the ability
      to support different base distros and a flag to support binary or source
      containers.
      
      There are several added folders that are empty to hold the directory
      structure for future containers of these types.
      
      To use a prefix other than centos-rdo- you can set PREFIX in the toplevel
      directory .buildconf file
      
      Change-Id: Ifc7bac0d827470f506c8b5c004a833da9ce13b90
      13062e23
  7. May 06, 2015
    • Steven Dake's avatar
      Port to icehouse · d30f69bc
      Steven Dake authored
      This represents making build-docker-images --release build
      with the icehouse tag and causes docker-compsoe to pull from
      the icehouse tag.
      
      Partially-implements: blueprint port-kilo
      
      Change-Id: I66b2c39abc55c0f47152dd90e696fc46b9c58f50
      d30f69bc
  8. Apr 07, 2015
    • Steven Dake's avatar
      Remove EXPOSE options from Dockerfiles · a87980e5
      Steven Dake authored
      The EXPOSE options will create a local docker-proxy.  This is
      unnecessary with --net=host mode.  The docker-proxy adds about
      20 microseconds of latency.  Add documentation to the specification
      to indicate where to find the ports that are exposed by the
      services in case someone were to desire to add EXPOSE back to
      the Dockerfiles.
      
      Change-Id: I398e922fe096d6022a2d5985bb92498f89a5ea31
      a87980e5
  9. Mar 10, 2015
  10. Mar 02, 2015
    • Martin André's avatar
      Allow changing base image · 0764fd7d
      Martin André authored
      
      By changing the PREFIX variable in the .buildconf one is now able to
      build docker images from different bases.
      
      For example, add the following line to your .buildconf file to build
      CentOS based images:
      
          PREFIX=centos-rdo-
      
      Default base image is Fedora. For now only RH family is supported.
      
      Additionally, changing the namespace either with the NAMESPACE variable
      in .buildconf or via --namespace commandline option now changes the
      source namespace as well from the default kollaglue one.
      
      Implements: blueprint multi-baseos
      Co-Authored-By: default avatarSteven Dake <stdake@cisco.com>
      Change-Id: I3964cd2292789ea883a1f2d2738a5731a4fff49b
      0764fd7d
  11. Oct 22, 2014
  12. Sep 30, 2014
  13. Sep 21, 2014
  14. Sep 20, 2014
    • Steven Dake's avatar
      Base images from Fedora 20 + RDO Icehouse · ce94f823
      Steven Dake authored
      Previously images were based from RHEL OSP + RDO Icehouse.  This presents
      a problem in that internal urls are used to access the rhel7 repositories.
      For new contributors, we need something that can be accessed without special
      rhel7 permissions.
      
      mariadb and rabbitmq can from fedora
      cinder, glance, keystone can from fedora-rdo-base
      
      This patch also uses the RDO repositories from upstream.  This patch also
      udpates the base fedora image with latest bits.
      ce94f823
  15. Sep 19, 2014
  16. Sep 18, 2014
Loading