fedora-cloud / docker-brew-fedora

MIT License
176 stars 46 forks source link

fedora: lastest image doesn't work well for ltp #73

Closed xuyang0410 closed 4 years ago

xuyang0410 commented 4 years ago

In linux test project, we use docker pull fedora:last to verify our tesr code wheter can work well. But since last image updates, it build failed because of file confilct of libtirpc-devel,url as belowfedora:lastest build failed. I have tried fedora:32 ,fedora:33, they are all ok(I guess fedora 31 is the last version to support 32bits). see fedora:32 build log. The current fedora:lastest image installs i686 and x86_64 rpm together, I think it will bring a mess. Or, I miss something?

xuyang0410 commented 4 years ago

Now, use fedora:lastest image, ltp works well log. close this.