Skip to content

donilan/docker-mysql-utf8mb4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

docker-mysql-utf8mb4

the latest build of this image is mysql 5.7. this for gitlab-ci only, gitlab-ci config as below.

rspec:
  stage: test
  image: ruby:2.3
  services:
    - donilan/mysql-utf8mb4
  variables:
    MYSQL_ALLOW_EMPTY_PASSWORD: "true"
    MYSQL_DATABASE: "db_name"
    DB_HOST: donilan-mysql-utf8mb4
  before_script:
    - ruby -v
    - bundle exec rake db:create db:migrate

  script:
    - bundle exec rspec spec --profile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published