No Docker image tagged for 5.7.x, 5.8.x
See original GitHub issueAlthough there are Docker images tagged with 5.4, 5.5, 5.6, there are none for the later releases.
There is an image tagged 5
but it is unclear what version that would be. This is problematic for a CI environment, which relies on stable images that don’t change automatically.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:7
- Comments:11 (9 by maintainers)
Top Results From Across the Web
mysql - Official Image - Docker Hub
See the list above for relevant tags. Connect to MySQL from the MySQL command line client. The following command starts another mysql container...
Read more >Docker - "spectral lint --version" doesn't work #1483 - GitHub
Checking the version on Docker image, the output is always 0.0.0: $ docker run --rm ... No Docker image tagged for 5.7.x, 5.8.x...
Read more >Chapter 5. Using the docker command and service
This chapter provides a hands-on approach to using the docker command and service to begin working with containers in Red Hat Enterprise Linux...
Read more >fabric8io/docker-maven-plugin
This is a Maven plugin for managing Docker images and containers. It focuses on two major aspects for a Docker build integration: ...
Read more >Run Spark applications with Docker using Amazon EMR 6.x
The following example uses the PySpark Dockerfile, which will be tagged and uploaded to Amazon ECR. After the Dockerfile is uploaded, you can...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Oh lovely!
I think, since 5.8 and 5.7 aren’t really supported, there’s not much point in making docker tags for them. So I shall close this unless someone specifically wants docker tags for 5.8 and 5.7.
I’m working on improving the automatic docker tagging for the 6.x series, it should be much better.
@philsturgeon done! no more master
I succeeded in manually building and tagging
5.9.1
and5.9
on my machine. I’ll manually updatelatest
to point to that image as well.