Changelog for
container-feeder-0.0.0+20170901.git_r57_6cb46d6-5.9.x86_64.rpm :
* Tue Sep 26 2017 jmassaguerplaAATTsuse.com- Branch project to release-2.0 branch. This means the tarball is no longer called master.tar.gz but release-2.0.tar.gz
* 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.