Revisions of container-feeder

Containers Team's avatar Containers Team (containersteam) committed (revision 21)
new commit from concourse: 
buildservice-autocommit accepted request 587557 from Jordi Massaguer's avatar Jordi Massaguer (jordimassaguerpla) (revision 20)
baserev update by copy to link target
Containers Team's avatar Containers Team (containersteam) committed (revision 19)
new commit from concourse: Commit e44efd4 by Valentin Rothberg vrothberg@suse.com
 vendor: update libpod to latest image-list fixes
 
 Update github.com/projectatomic/libpod/libpod to the latest version, which
 includes fixes for image listing, an API used by container-feeder.
 
 Signed-off-by: Valentin Rothberg <vrothberg@suse.com> feature#crio
 
 Commit 5c2f078 by Valentin Rothberg vrothberg@suse.com
 debug: print images from local storage
 
 Print the images found in the local container storage (e.g., docker, crio)
 when run in debug mode. This can be useful for debugging.
 
 Signed-off-by: Valentin Rothberg <vrothberg@suse.com> feature#crio
Containers Team's avatar Containers Team (containersteam) committed (revision 18)
new commit from concourse: Commit 2858df0 by Flavio Castelli fcastelli@suse.com
 Fixed small typo
 
 Commit 9ec4711 by Flavio Castelli fcastelli@suse.com
 Don't fall back to docker when something goes wrong
 
 We should exit immediately with an error message instead of falling back to
 use the docker target.
 
 Signed-off-by: Flavio Castelli <fcastelli@suse.com>
Containers Team's avatar Containers Team (containersteam) committed (revision 17)
new commit from concourse: Commit 2fbe04d by Valentin Rothberg vrothberg@suse.com
 update packaging
 
 Update the make_spec.sh spec-file generation template and add the remaining
 sources to adhere to the lastet changes introduced by commit 78c810dba49f
 ("add crio support").
 
 Signed-off-by: Valentin Rothberg <vrothberg@suse.com>
Containers Team's avatar Containers Team (containersteam) committed (revision 16)
new commit from concourse: Commit 78c810d by Valentin Rothberg vrothberg@suse.com
 add crio support
 
 container-feeder defaults to loading the images into the Docker daemon, which
 can be changed by setting the "feeder-target" field in the
 /etc/container-feeder.json config to "crio". The loading of the images to
 the graphroot of crio is achieved by using the libpod library, adding more
 dependencies to the vendor directory.
 
 Notice, that this change implies some heavy refactorings. Now, we have a
 more generalized design and a type hiearchry that will ultimately ease
 maintenance. For packaging purposes a default container-feeder.json file is
 added to the root of the project.
 
 Further changes:
 _service container-feeder.changes container-feeder.service container-feeder.spec master.tar.gz sysconfig.container-feeder Add --log-level option to facilitate debugging.
 _service container-feeder.changes container-feeder.service container-feeder.spec master.tar.gz sysconfig.container-feeder Manually update (and fix) containers/image and libpod to load xz
 compressed files. Notice that once libpod has fixed the issue, we
 need to update our ./vendor directory.
 _service container-feeder.changes container-feeder.service container-feeder.spec master.tar.gz sysconfig.container-feeder Update Travis:
 _service container-feeder.changes container-feeder.service container-feeder.spec master.tar.gz sysconfig.container-feeder Use go 1.8.x and 1.9.x
 _service container-feeder.changes container-feeder.service container-feeder.spec master.tar.gz sysconfig.container-feeder Perform fmt checks via govendor
 _service container-feeder.changes container-feeder.service container-feeder.spec master.tar.gz sysconfig.container-feeder Replace go test by a more meaningful compile-test
 
 Signed-off-by: Valentin Rothberg <vrothberg@suse.com>
buildservice-autocommit accepted request 582608 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 15)
baserev update by copy to link target
Containers Team's avatar Containers Team (containersteam) committed (revision 14)
new commit from concourse: Commit fbe8ef9 by Jordi Massaguer Pla jmassaguerpla@suse.de
 Replace references to /var/adm/fillup-templates with new %_fillupdir macro
 
 fix boo#1069468
 
 Signed-off-by: Jordi Massaguer Pla <jmassaguerpla@suse.de>
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 571521 from Jordi Massaguer's avatar Jordi Massaguer (jordimassaguerpla) (revision 13)
initialized devel package after accepting 571521
Containers Team's avatar Containers Team (containersteam) committed (revision 12)
new commit from concourse: Commit fbe8ef9 by Jordi Massaguer Pla jmassaguerpla@suse.de
 Replace references to /var/adm/fillup-templates with new %_fillupdir macro
 
 fix boo#1069468
 
 Signed-off-by: Jordi Massaguer Pla <jmassaguerpla@suse.de>
Containers Team's avatar Containers Team (containersteam) committed (revision 11)
new commit from concourse: Commit 9da5d37 by Jordi Massaguer Pla jmassaguerpla@suse.de
 rename docker to docker-kubic: fix package requirement and conflict
Containers Team's avatar Containers Team (containersteam) committed (revision 10)
new commit from concourse: Commit 8e461e0 by Michal Jura mjura@suse.com
 Add container-feeder package source files
 
 We would like to keep conainter-feeder package source files in github.
 - add container-feeder.service
 - add sysconfig.container-feeder
Containers Team's avatar Containers Team (containersteam) committed (revision 9)
new commit from concourse: Commit 274c645 by Jordi Massaguer Pla jmassaguerpla@suse.de
 fix importing new tags
 
 We were using the "response" of the image creation called as image name. This
 was working when there was no previous image, but when that is the case,
 response contains a message error.
 
 This commit fixes it
 
 Signed-off-by: Jordi Massaguer Pla <jmassaguerpla@suse.de>
Containers Team's avatar Containers Team (containersteam) committed (revision 8)
new commit from concourse: Commit ef3252c by Kiall Mac Innes kiall@macinnes.ie
 Compare all tags during import
 
 Ensure all tags exist, rather than just the first tag, when deciding if an
 image needs to be imported or not.
Containers Team's avatar Containers Team (containersteam) committed (revision 7)
new commit from concourse: Commit 7d8f1ba by Kiall Mac Innes kiall@macinnes.ie
 Fix compatibility with docker 1.12.6
 
 Docker 1.12.6 does not return a JSON payload in the ret.Body field in 1.12.6,
 for now, lets fix compatibility with 1.12.6 and add support for newer
 versions at a later date.
Containers Team's avatar Containers Team (containersteam) committed (revision 6)
new commit from concourse: Commit 435dce1 by Jordi Massaguer Pla jmassaguerpla@suse.de
 refactor: replace [14:] by a TrimPrefix to make it more readable
 
 Commit 78f506f by Jordi Massaguer Pla jmassaguerpla@suse.de
 fix doc strings
 
 Commit f311068 by Kiall Mac Innes kiall@macinnes.ie
 Tag loaded images using the supplied metadata
 
 The metadata JSON file included an array of tags, these were previously
 ignored, and will now be used as additional tags for the loaded images
Containers Team's avatar Containers Team (containersteam) committed (revision 5)
new commit from concourse: Commit bfbbcc6 by Maximilian Meister mmeister@suse.de
 make branch safe by transforming slashes to dashes
 
 Signed-off-by: Maximilian Meister <mmeister@suse.de>
 
 Commit 4ce64b2 by Maximilian Meister mmeister@suse.de
 packaging: make branch configurable
 
 Signed-off-by: Maximilian Meister <mmeister@suse.de>
Containers Team's avatar Containers Team (containersteam) committed (revision 4)
new commit from concourse: Commit bfbbcc6 by Maximilian Meister mmeister@suse.de
 make branch safe by transforming slashes to dashes
 
 Signed-off-by: Maximilian Meister <mmeister@suse.de>
 
 Commit 4ce64b2 by Maximilian Meister mmeister@suse.de
 packaging: make branch configurable
 
 Signed-off-by: Maximilian Meister <mmeister@suse.de>
Containers Team's avatar Containers Team (containersteam) committed (revision 3)
new commit from concourse: Commit cf55234 by Jordi Massaguer Pla jmassaguerpla@suse.de
 fix docker version
 
 We are adding a conflict with docker > 1.12.6 to prevent accidentally
 installing another docker which will be available in the containers module.
 
 This means that if we want to update docker, we need to update this
 requirement.
 
 Signed-off-by: Jordi Massaguer Pla <jmassaguerpla@suse.de>
Jordi Massaguer's avatar Jordi Massaguer (jordimassaguerpla) committed (revision 2)
osc copypac from project:devel:CaaSP:1.0:ControllerNode package:container-feeder revision:22
Displaying revisions 21 - 40 of 41
openSUSE Build Service is sponsored by