Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update couchbase docker image name #15448

Merged
merged 1 commit into from
Jun 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generators/generator-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const DOCKER_MYSQL = 'mysql:8.0.25';
const DOCKER_MARIADB = 'mariadb:10.6.1';
const DOCKER_POSTGRESQL = 'postgres:13.3';
const DOCKER_MONGODB = 'mongo:4.4.6';
const DOCKER_COUCHBASE = 'couchbase:6.6.2';
const DOCKER_COUCHBASE = 'couchbase/server:6.6.2';
const DOCKER_CASSANDRA = 'cassandra:3.11.10';
const DOCKER_MSSQL = 'mcr.microsoft.com/mssql/server:2019-CU11-ubuntu-20.04';
const DOCKER_NEO4J = 'neo4j:4.2.7';
Expand Down