Skip to content

Commit 509d9aa

Browse files
committed
CI: remove community docker images
1 parent d24a414 commit 509d9aa

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

.circleci/config.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -438,9 +438,6 @@ workflows:
438438
matrix:
439439
parameters:
440440
docker-img:
441-
- 'docker.io/arangodb/arangodb:3.11'
442-
- 'docker.io/arangodb/arangodb:3.12'
443-
- 'docker.io/arangodb/enterprise:3.11'
444441
- 'docker.io/arangodb/enterprise:3.12'
445442
topology:
446443
- 'single'
@@ -451,9 +448,6 @@ workflows:
451448
matrix:
452449
parameters:
453450
docker-img:
454-
- 'docker.io/arangodb/arangodb:3.11'
455-
- 'docker.io/arangodb/arangodb:3.12'
456-
- 'docker.io/arangodb/enterprise:3.11'
457451
- 'docker.io/arangodb/enterprise:3.12'
458452
topology:
459453
- 'cluster'
@@ -578,22 +572,6 @@ workflows:
578572
only:
579573
- main
580574
- next
581-
- test:
582-
name: test-activefailover-<<matrix.docker-img>>
583-
matrix:
584-
parameters:
585-
docker-img:
586-
- 'docker.io/arangodb/arangodb:3.11'
587-
- 'docker.io/arangodb/enterprise:3.11'
588-
topology:
589-
- 'activefailover'
590-
filters:
591-
tags:
592-
only: /^v.*/
593-
branches:
594-
only:
595-
- main
596-
- next
597575

598576
test-non-func:
599577
when:

docker/start_db.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Configuration environment variables:
44
# STARTER_MODE: (single|cluster|activefailover), default single
5-
# DOCKER_IMAGE: ArangoDB docker image, default docker.io/arangodb/arangodb:latest
5+
# DOCKER_IMAGE: ArangoDB docker image, default docker.io/arangodb/enterprise:latest
66
# STARTER_DOCKER_IMAGE: ArangoDB Starter docker image, default docker.io/arangodb/arangodb-starter:latest
77
# SSL: (true|false), default false
88
# ARANGO_LICENSE_KEY: only required for ArangoDB Enterprise
@@ -11,7 +11,7 @@
1111
# STARTER_MODE=cluster SSL=true ./start_db.sh
1212

1313
STARTER_MODE=${STARTER_MODE:=single}
14-
DOCKER_IMAGE=${DOCKER_IMAGE:=docker.io/arangodb/arangodb:latest}
14+
DOCKER_IMAGE=${DOCKER_IMAGE:=docker.io/arangodb/enterprise:latest}
1515
STARTER_DOCKER_IMAGE=${STARTER_DOCKER_IMAGE:=docker.io/arangodb/arangodb-starter:latest}
1616
SSL=${SSL:=false}
1717
COMPRESSION=${COMPRESSION:=false}

0 commit comments

Comments
 (0)