mysql-container icon indicating copy to clipboard operation
mysql-container copied to clipboard

You have an x86 dependency hardcoded into the Dockerfile for 8.0

Open jonmasters opened this issue 6 years ago • 2 comments

No architecture dependencies should be hard coded into the Dockerfiles

jonmasters avatar Nov 19 '18 09:11 jonmasters

No architecture dependencies should be hard coded into the Dockerfiles

@jonmasters Somewhere else than in CentOS7 Dockerfile?

About CentOS:

  • centos7 is now only for x86_64, so it shouldn't be a problem
  • rh-mysql80 isn't properly released here, so workaround with /x86_64/ is needed. @khardix Please, could you release rh-mysql80? (and probably other RHSCL 3.2 collections)

omron93 avatar Nov 20 '18 10:11 omron93

note: x86_64 only comes from base image https://github.com/sclorg/s2i-base-container/issues/178

grooverdan avatar May 15 '19 05:05 grooverdan

@grooverdan As far as I know all architectures are valid, when you have a subscription. rh-mysql80 image is already released.

Closing this issue.

Feel free to re-open it, in case it is still valid.

phracek avatar Apr 17 '24 13:04 phracek