Migrating circleci images from legacy to update cimg namespace
This commit is contained in:
parent
42a37c09d0
commit
eb57b8003f
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
POSTGRES_DB: jetdb
|
POSTGRES_DB: jetdb
|
||||||
PGPORT: 50901
|
PGPORT: 50901
|
||||||
|
|
||||||
- image: circleci/mysql:8.0
|
- image: cimg/mysql:8.0
|
||||||
command: [ --default-authentication-plugin=mysql_native_password ]
|
command: [ --default-authentication-plugin=mysql_native_password ]
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: jet
|
MYSQL_ROOT_PASSWORD: jet
|
||||||
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
MYSQL_PASSWORD: jet
|
MYSQL_PASSWORD: jet
|
||||||
MYSQL_TCP_PORT: 50902
|
MYSQL_TCP_PORT: 50902
|
||||||
|
|
||||||
- image: circleci/mariadb:10.3
|
- image: cimg/mariadb:10.3
|
||||||
command: [ '--default-authentication-plugin=mysql_native_password', '--port=50903' ]
|
command: [ '--default-authentication-plugin=mysql_native_password', '--port=50903' ]
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: jet
|
MYSQL_ROOT_PASSWORD: jet
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue