atomic-system-containers
atomic-system-containers copied to clipboard
system container is not multi-arch aware
For ppc64le, I have to set ETCD_UNSUPPORTED_ARCH=ppc64le during atomic install and set arch = ppc64le in config.json to start the daemon.
Thanks for the report @qiancai and sorry for the delay.
The current etcd version shipped for Fedora 27 is 3.1.9. That release requires those variables to be set. In 3.2.0+ it looks to be supported.
There is a proposed update for Fedora 27 to pull into 3.2.x in bodhi. I've pinged the maintainer there. In the meantime this is expected.
/cc @ingvagabund
Just requested the update to be pushed to the stable branch. Thanks @ashcrow for reminding me that.
Looks like the package was pushed to stable. I'll rebuild locally to ensure it's getting the updated etcd shortly. If so, I'll ask @giuseppe for a rebuild and push for you to test.
[steve@qward etcd]$ sudo docker run -ti --rm etcd:latest rpm -q etcd
etcd-3.2.7-3.fc28.x86_64
@giuseppe mind rebuilding and pushing to capture the etcd update in the system container?
I think the Fedora registry automatically rebuilds the container images when it detects an rpm changed. I can force a build though
@giuseppe ah, good to know. I didn't realize that!
Related: https://pagure.io/releng/issue/7217