SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for container-feeder-4.0.0+20181105.git_r92_066ce53-32.9.x86_64.rpm :

* Wed Dec 19 2018 cleeAATTsuse.com- Update go requirements to >= go1.11.3 to fix
* bsc#1118897 CVE-2018-16873 go#29230 cmd/go: remote command execution during \"go get -u\"
* bsc#1118898 CVE-2018-16874 go#29231 cmd/go: directory traversal in \"go get\" via curly braces in import paths
* bsc#1118899 CVE-2018-16875 go#29233 crypto/x509: CPU denial of service
* Mon Nov 05 2018 containers-bugownerAATTsuse.de- Commit ddd2d41 by Jordi Massaguer Pla jmassaguerplaAATTsuse.de [packaging] add libgpgme11 requirement explicetely fix bsc#1114429 Signed-off-by: Jordi Massaguer Pla
* Fri Sep 07 2018 containers-bugownerAATTsuse.de- Commit 37fa816 by Michal Jura mjuraAATTsuse.com Fix func normalizeNameTag() when image :, bsc#1107228
* Wed Aug 08 2018 jengelhAATTinai.de- Use noun phrase in summary.
* Thu May 31 2018 containers-bugownerAATTsuse.de- Commit c4e5d86 by David Cassany dcassanyAATTsuse.de Make use of %license macro
* Tue May 15 2018 containers-bugownerAATTsuse.de- Commit 5f6bccb by Kiall Mac Innes kiallAATTmacinnes.ie Add Housekeeping Job
* Fri May 11 2018 containers-bugownerAATTsuse.de- Commit 93775b6 by Jordi Massaguer Pla jmassaguerplaAATTsuse.de update version to 4.0.0+dev master is now development version for 4.0 (and kubic)
* Fri Apr 27 2018 containers-bugownerAATTsuse.de- Commit 37cd0b8 by Rafael Fernández López ereslibreAATTereslibre.es Import the container image if any tag is not found on the current ones. This will ensure that as long as there\'s one unmatched new tag, we\'ll import (and retag) the container image. Fixes: bsc#1090841
* Wed Mar 21 2018 containers-bugownerAATTsuse.de- Commit ed2237e by Flavio Castelli fcastelliAATTsuse.com Ensure only whitelisted images are imported Do not import images that are not whitelisted. Also ensure already imported images are not loaded twice. feature#crio Signed-off-by: Flavio Castelli Commit 1185fdf by Flavio Castelli fcastelliAATTsuse.com Fix broken tests Some tests were broken due to small mistakes. feature#crio Signed-off-by: Flavio Castelli Commit 5de48ec by Flavio Castelli fcastelliAATTsuse.com Normalize all image names Ensure all image names are normalized. That means the \"docker.io/\" prefix is going to be used whenever no registry is specified. This is needed to prevent already imported images from not be seen (due to the missing \"docker.io/\" prefix automatically added by crio). This also ensure tagging consistency of all the images imported into crio. Before this patch the following images would have been loaded into crio: - docker.io/sles12/velum:1.0.0 - sles12/velum:latest Causing the second image to be invisible to crio. Note well: this change doesn\'t affect docker loads. Everything keeps working as intended. feature#crio Signed-off-by: Flavio Castelli Commit 26f6da6 by Flavio Castelli fcastelliAATTsuse.com Fail when an unknown CRI is specified Do not silently roll back to use docker feature#crio Signed-off-by: Flavio Castelli
* Fri Mar 16 2018 containers-bugownerAATTsuse.de- Commit 351b951 by Valentin Rothberg vrothbergAATTsuse.com crio_feeder: speedup image loading Shell out to /usr/bin/unxz to uncompress the container images instead of using the golang xz library to speed things up. Preliminary experiments have shown speed improvements from nearly 18 seconds down to 5 seconds per image load. Signed-off-by: Valentin Rothberg feature#crio
* Fri Mar 16 2018 containers-bugownerAATTsuse.de- Commit 405a96f by Valentin Rothberg vrothbergAATTsuse.com add whitelist support Depending on the cluster-role and use-case of a machine, only a subset of container images must be loaded. Add whitelist support for image loading to container-feeder in order to avoid redundant loading and to ultimately speed things up. The whitelist can be specified via the `/etc/container-feeder.json` config. The `whitelist` field in the config is an array of strings, each representing an image name (e.g., `opensuse/tumbleweed`). Hence, the whitelist filtering is image-name based and ignores tags. If the whitelist is empty, no filtering will be applied. From the code perspective, the change required to break the Feeder into a concrete type and an interface. Signed-off-by: Valentin Rothberg feature#crio
* Thu Mar 15 2018 containers-bugownerAATTsuse.de- Commit e44efd4 by Valentin Rothberg vrothbergAATTsuse.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 feature#crio Commit 5c2f078 by Valentin Rothberg vrothbergAATTsuse.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 feature#crio
* Wed Mar 14 2018 containers-bugownerAATTsuse.de- Commit 2858df0 by Flavio Castelli fcastelliAATTsuse.com Fixed small typo Commit 9ec4711 by Flavio Castelli fcastelliAATTsuse.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
* Tue Mar 13 2018 containers-bugownerAATTsuse.de- Commit 2fbe04d by Valentin Rothberg vrothbergAATTsuse.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
* Tue Mar 13 2018 containers-bugownerAATTsuse.de- Commit 78c810d by Valentin Rothberg vrothbergAATTsuse.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:
* Add --log-level option to facilitate debugging.
* 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.
* Update Travis:
* Use go 1.8.x and 1.9.x
* Perform fmt checks via govendor
* Replace go test by a more meaningful compile-test Signed-off-by: Valentin Rothberg
* Mon Feb 26 2018 containers-bugownerAATTsuse.de- Commit fbe8ef9 by Jordi Massaguer Pla jmassaguerplaAATTsuse.de Replace references to /var/adm/fillup-templates with new %_fillupdir macro fix boo#1069468 Signed-off-by: Jordi Massaguer Pla
* Wed Jan 31 2018 containers-bugownerAATTsuse.de- Commit fbe8ef9 by Jordi Massaguer Pla jmassaguerplaAATTsuse.de Replace references to /var/adm/fillup-templates with new %_fillupdir macro fix boo#1069468 Signed-off-by: Jordi Massaguer Pla
* Tue Jan 30 2018 containers-bugownerAATTsuse.de- Commit 9da5d37 by Jordi Massaguer Pla jmassaguerplaAATTsuse.de rename docker to docker-kubic: fix package requirement and conflict
* Tue Nov 21 2017 containers-bugownerAATTsuse.de- Commit 8e461e0 by Michal Jura mjuraAATTsuse.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
* Fri Sep 01 2017 containers-bugownerAATTsuse.de- Commit 274c645 by Jordi Massaguer Pla jmassaguerplaAATTsuse.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
* Tue Aug 29 2017 containers-bugownerAATTsuse.de- Commit ef3252c by Kiall Mac Innes kiallAATTmacinnes.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.
* Tue Aug 29 2017 containers-bugownerAATTsuse.de- Commit 7d8f1ba by Kiall Mac Innes kiallAATTmacinnes.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.
* Fri Aug 25 2017 containers-bugownerAATTsuse.de- Commit 435dce1 by Jordi Massaguer Pla jmassaguerplaAATTsuse.de refactor: replace [14:] by a TrimPrefix to make it more readable Commit 78f506f by Jordi Massaguer Pla jmassaguerplaAATTsuse.de fix doc strings Commit f311068 by Kiall Mac Innes kiallAATTmacinnes.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
* Fri Jul 14 2017 containers-bugownerAATTsuse.de- Commit bfbbcc6 by Maximilian Meister mmeisterAATTsuse.de make branch safe by transforming slashes to dashes Signed-off-by: Maximilian Meister Commit 4ce64b2 by Maximilian Meister mmeisterAATTsuse.de packaging: make branch configurable Signed-off-by: Maximilian Meister
* Fri Jul 14 2017 containers-bugownerAATTsuse.de- Commit bfbbcc6 by Maximilian Meister mmeisterAATTsuse.de make branch safe by transforming slashes to dashes Signed-off-by: Maximilian Meister Commit 4ce64b2 by Maximilian Meister mmeisterAATTsuse.de packaging: make branch configurable Signed-off-by: Maximilian Meister
* Fri Jul 14 2017 containers-bugownerAATTsuse.de- Commit cf55234 by Jordi Massaguer Pla jmassaguerplaAATTsuse.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
* Thu Jun 22 2017 containers-bugownerAATTsuse.de- Commit cf55234 by Jordi Massaguer Pla jmassaguerplaAATTsuse.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
* Mon Jun 19 2017 containers-bugownerAATTsuse.de- Commit 4fa1902 by Jordi Massaguer Pla jmassaguerplaAATTsuse.de review version so it is seen as an update to the previous one We need to include the date or otherwise is seen as a downgrade Signed-off-by: Jordi Massaguer Pla
* Fri Jun 16 2017 containers-bugownerAATTsuse.de- Commit 90859e3 by Alvaro Saurin alvaro.saurinAATTgmail.com Updated the logrus dependency and recorded versions in the vendor/manifest file github.com/Sirupsen/logrus - 85b1699d505667d13f8ac4478c1debbf85d6c5de gopkg.in/gemnasium/logrus-airbrake-hook.v2 - e928b033a891c0175fb643d5aa0779e86325eb12 github.com/sirupsen/logrus - 85b1699d505667d13f8ac4478c1debbf85d6c5de golang.org/x/sys/unix - fb4cac33e3196ff7f507ab9b2d2a44b0142f5b5a gopkg.in/airbrake/gobrake.v2 - 668876711219e8b0206e2994bf0a59d889c775aa
* Tue Jun 06 2017 containers-bugownerAATTsuse.de- Commit ba57a27 by Jordi Massaguer Pla jmassaguerplaAATTsuse.de use git revision in package version otherwise the latest commit may not be seen as an update by zypper Signed-off-by: Jordi Massaguer Pla
* Fri Apr 28 2017 containers-bugownerAATTsuse.de- Do not require vendored deps to comply with gofmt- Vendored deps- Use logrus for logging
* Fri Apr 07 2017 containers-bugownerAATTsuse.de- replace with skip- circumvent rpm verify for travis builds.
* Thu Mar 23 2017 containers-bugownerAATTsuse.de- Apply small fixes proposed during review process`- Activate only legit images
* Wed Mar 22 2017 alvaro.saurinAATTsuse.com- added Requires=docker.service
* Wed Mar 22 2017 containers-bugownerAATTsuse.de- fillup can only be called in post, never in pre
* Wed Mar 15 2017 jmassaguerplaAATTsuse.com- fix bsc#1029277 - container-feeder: missing fillup prereq and /etc/sysconfig not created
* Wed Mar 15 2017 containers-bugownerAATTsuse.de- Impement repotagFromRPMFile func
* Wed Mar 15 2017 containers-bugownerAATTsuse.de- travis: test against 1.6 as well
* Wed Mar 15 2017 containers-bugownerAATTsuse.de- add travis.yml
* Wed Mar 15 2017 containers-bugownerAATTsuse.de- packaging: fix setup
* Tue Mar 14 2017 containers-bugownerAATTsuse.de- packaging: add .gitignore
* Mon Mar 13 2017 jmassaguerplaAATTsuse.com- Latest master to fix go1.6 build
* Thu Mar 02 2017 hguoAATTsuse.com- New package, initial release.
 
ICM