SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for container-feeder-0.0.0+20180321.git_r81_73dfe39-15.1.x86_64.rpm :
Wed Mar 21 13:00:00 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 13:00:00 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 13:00:00 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 13:00:00 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 13:00:00 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 13:00:00 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 13:00:00 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 13:00:00 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 13:00:00 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 13:00:00 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 13:00:00 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 1 14:00:00 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 14:00:00 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 14:00:00 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 14:00:00 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 14:00:00 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 14:00:00 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 14:00:00 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 14:00:00 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 14:00:00 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 14:00:00 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 6 14:00:00 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 14:00:00 2017 containers-bugownerAATTsuse.de
- Do not require vendored deps to comply with gofmt
- Vendored deps
- Use logrus for logging

Fri Apr 7 14:00:00 2017 containers-bugownerAATTsuse.de
- replace with skip
- circumvent rpm verify for travis builds.

Thu Mar 23 13:00:00 2017 containers-bugownerAATTsuse.de
- Apply small fixes proposed during review process`
- Activate only legit images

Wed Mar 22 13:00:00 2017 alvaro.saurinAATTsuse.com
- added Requires=docker.service

Wed Mar 22 13:00:00 2017 containers-bugownerAATTsuse.de
- fillup can only be called in post, never in pre

Wed Mar 15 13:00:00 2017 jmassaguerplaAATTsuse.com
- fix bsc#1029277 - container-feeder: missing fillup prereq and /etc/sysconfig
not created

Wed Mar 15 13:00:00 2017 containers-bugownerAATTsuse.de
- Impement repotagFromRPMFile func

Wed Mar 15 13:00:00 2017 containers-bugownerAATTsuse.de
- travis: test against 1.6 as well

Wed Mar 15 13:00:00 2017 containers-bugownerAATTsuse.de
- add travis.yml

Wed Mar 15 13:00:00 2017 containers-bugownerAATTsuse.de
- packaging: fix setup

Tue Mar 14 13:00:00 2017 containers-bugownerAATTsuse.de
- packaging: add .gitignore

Mon Mar 13 13:00:00 2017 jmassaguerplaAATTsuse.com
- Latest master to fix go1.6 build

Thu Mar 2 13:00:00 2017 hguoAATTsuse.com
- New package, initial release.


 
ICM