multiarch / centos

:earth_africa: `centos` Docker image for multiple architectures
MIT License
9 stars 5 forks source link

WIP: Add new version CentOS X dropping old verions #9

Closed junaruga closed 5 years ago

junaruga commented 5 years ago

This PR is still working in progress. But I decided to share this PR as I need your advises.

The situation is ...

As current exist 7.2.1511-${arch} 's image URLs do not exist except x86_64, those do not work. I updated to latest CentOS 7.6 (or 7.5) image files. Then, x86_64 and armhfp work. But other archs do not work. (docker build -t $repo:$version-iso iso works, but docker run -it --rm $repo:$version-iso ... does not work.)

Here is my repository's result. https://travis-ci.org/junaruga/centos/builds/531571388

Could you give me some advises?

Thank you.


Other notable features

lafin commented 5 years ago

The PR accidentally merged. Please reopen PR.

junaruga commented 5 years ago

@lafin

The PR accidentally merged. Please reopen PR.

I can not reopen this PR. It's not like issue ticket page. It's a specification of GitHub.

You mean that new PR to include a commit that do git revert this PR's commit, right?

junaruga commented 5 years ago

@lafin Ah I understand what you mentioned. You canceled this PR during this PR is being merged to the master branch. This PR is actually not merged to the master branch yet. Sure, I open another PR.