Skip to content

Commit 367b322

Browse files
committed
DEVADV-1159: Migrate all Gitpod envs to use Couchbase 7.0 GA
1 parent 24d621f commit 367b322

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitpod.Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
FROM deniswsrosa/couchbase7-5868-gitpod
1+
FROM couchbase:latest
2+
3+
RUN echo "couchbase soft nproc 20000\n"\
4+
"couchbase hard nproc 20000\n"\
5+
"couchbase soft nofile 200000\n"\
6+
"couchbase hard nofile 200000\n" >> /etc/security/limits.conf
27

38
#Simple example on how to extend the image to install Java and maven
49
RUN apt-get -qq update && \

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ image:
33

44
tasks:
55
- name: Start Couchbase
6-
command: cd /opt/couchbase/ && ./start-cb.sh
6+
command: /opt/couchbase/bin/couchbase-server --start
77
- name: Start app
88
init: ./mvnw package -DskipTests
99
command: java -jar target/*.jar

0 commit comments

Comments
 (0)