atomic-system-containers icon indicating copy to clipboard operation
atomic-system-containers copied to clipboard

system container is not multi-arch aware

Open ghost opened this issue 8 years ago • 7 comments

For ppc64le, I have to set ETCD_UNSUPPORTED_ARCH=ppc64le during atomic install and set arch = ppc64le in config.json to start the daemon.

ghost avatar Mar 13 '17 14:03 ghost

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

ashcrow avatar Dec 11 '17 15:12 ashcrow

Just requested the update to be pushed to the stable branch. Thanks @ashcrow for reminding me that.

ingvagabund avatar Dec 12 '17 11:12 ingvagabund

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.

ashcrow avatar Dec 14 '17 14:12 ashcrow

[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?

ashcrow avatar Dec 14 '17 14:12 ashcrow

I think the Fedora registry automatically rebuilds the container images when it detects an rpm changed. I can force a build though

giuseppe avatar Dec 14 '17 14:12 giuseppe

@giuseppe ah, good to know. I didn't realize that!

ashcrow avatar Dec 14 '17 14:12 ashcrow

Related: https://pagure.io/releng/issue/7217

ashcrow avatar Dec 18 '17 19:12 ashcrow