Giter Site home page Giter Site logo

circleci-public / cimg-mysql Goto Github PK

View Code? Open in Web Editor NEW
5.0 11.0 4.0 69 KB

The CircleCI MySQL Docker Convenience Image.

Home Page: https://circleci.com/developer/images/image/cimg/mysql

License: MIT License

Shell 70.22% Dockerfile 29.78%
docker circleci mysql circleci-cimg convenience-image

cimg-mysql's Issues

Deploy 5.7.37

Could you please upload MySQL 5.7.37?
MySQL 5.7.38 is the latest version of the 5.7 series, but the latest version of MySQL on Amazon RDS is 5.7.37.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html
I need 5.7.37 in order to test the same version in production and development environments.

I tested 5.7.37 on my local PC.

$ ./shared/gen-dockerfiles.sh 5.7.37

$ docker build -t test/mysql:5.7.37 -f 5.7/Dockerfile .
[+] Building 0.1s (9/9) FINISHED
 => [internal] load build definition from Dockerfile                                                                                                                                                  0.0s
 => => transferring dockerfile: 2.15kB                                                                                                                                                                0.0s
 => [internal] load .dockerignore                                                                                                                                                                     0.0s
 => => transferring context: 2B                                                                                                                                                                       0.0s
 => [internal] load metadata for docker.io/cimg/base:2022.01                                                                                                                                          0.0s
 => [1/4] FROM docker.io/cimg/base:2022.01                                                                                                                                                            0.0s
 => [internal] load build context                                                                                                                                                                     0.0s
 => => transferring context: 42B                                                                                                                                                                      0.0s
 => CACHED [2/4] RUN groupadd -r mysql && useradd -r -g mysql mysql &&  mkdir /docker-entrypoint-initdb.d &&  UBUNTU_VERSION=$(lsb_release -r -s) &&  if [ 5 == "5" ]; then   UBUNTU_VERSION=18.04;   0.0s
 => CACHED [3/4] COPY docker-entrypoint.sh /usr/local/bin/                                                                                                                                            0.0s
 => CACHED [4/4] RUN ln -s usr/local/bin/docker-entrypoint.sh / &&  chmod +x /usr/local/bin/docker-entrypoint.sh &&  chown -R mysql:mysql /usr/local/bin/docker-entrypoint.sh &&  mysql --version |   0.0s
 => exporting to image                                                                                                                                                                                0.0s
 => => exporting layers                                                                                                                                                                               0.0s
 => => writing image sha256:9cd0ff4d599353af6987ee5a45cea7d646123eb8e5f374a959217d28855d975a                                                                                                          0.0s
 => => naming to docker.io/test/mysql:5.7.37                                                                                                                                                          0.0s

$ docker run -it --rm test/mysql:5.7.37 bash
root@e7fbbfcd2864:/home/circleci/project# exit
exit

$ ./build-images.sh
[+] Building 0.2s (9/9) FINISHED
 => [internal] load build definition from Dockerfile                                                                                                                                                  0.0s
 => => transferring dockerfile: 37B                                                                                                                                                                   0.0s
 => [internal] load .dockerignore                                                                                                                                                                     0.0s
 => => transferring context: 2B                                                                                                                                                                       0.0s
 => [internal] load metadata for docker.io/cimg/base:2022.01                                                                                                                                          0.0s
 => [1/4] FROM docker.io/cimg/base:2022.01                                                                                                                                                            0.0s
 => [internal] load build context                                                                                                                                                                     0.0s
 => => transferring context: 42B                                                                                                                                                                      0.0s
 => CACHED [2/4] RUN groupadd -r mysql && useradd -r -g mysql mysql &&  mkdir /docker-entrypoint-initdb.d &&  UBUNTU_VERSION=$(lsb_release -r -s) &&  if [ 5 == "5" ]; then   UBUNTU_VERSION=18.04;   0.0s
 => CACHED [3/4] COPY docker-entrypoint.sh /usr/local/bin/                                                                                                                                            0.0s
 => CACHED [4/4] RUN ln -s usr/local/bin/docker-entrypoint.sh / &&  chmod +x /usr/local/bin/docker-entrypoint.sh &&  chown -R mysql:mysql /usr/local/bin/docker-entrypoint.sh &&  mysql --version |   0.0s
 => exporting to image                                                                                                                                                                                0.0s
 => => exporting layers                                                                                                                                                                               0.0s
 => => writing image sha256:9cd0ff4d599353af6987ee5a45cea7d646123eb8e5f374a959217d28855d975a                                                                                                          0.0s
 => => naming to docker.io/cimg/mysql:5.7.37                                                                                                                                                          0.0s
 => => naming to docker.io/cimg/mysql:5.7   

Mysql 8.0.28

can you please upload the last version for MySQL

MySQL 5.6

Can you please upload MySQL 5.6?
I know 5.7 is there but our application is currently using 5.6 which exists in the legacy circleci/mysql and it breaks if we upgrade to 5.7.
Thanks

Feature Request: new versions?

The latest available version here is mysql 8.0.33, while the latest available is 8.0.36
Moreover, a new version 8.3 is available, which would also be great to have here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.