File tree 3 files changed +12
-10
lines changed
3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 4
4
global :
5
5
- TARGET_REGISTRY=sergeipogrebnyak
6
6
matrix :
7
- - RELEASE=10.2 SOURCE_REGISTRY=softwareag
8
- - RELEASE=10.1 SOURCE_REGISTRY=softwareag
7
+ - RELEASE=10.2 SOURCE_REGISTRY=store/ softwareag
8
+ - RELEASE=10.1 SOURCE_REGISTRY=store/ softwareag
9
9
10
10
services :
11
11
- docker
@@ -19,7 +19,7 @@ before_install:
19
19
script :
20
20
# - docker-compose run --rm init
21
21
# - docker-compose down
22
- - docker build --build-arg SOURCE_REGISTRY=$SOURCE_REGISTRY -t $TARGET_REGISTRY/commandcentral:$RELEASE-server .
22
+ - docker build --build-arg SOURCE_REGISTRY=$SOURCE_REGISTRY --build-arg RELEASE=$RELEASE - t $TARGET_REGISTRY/commandcentral:$RELEASE-server .
23
23
- docker run --name cc -d -p 127.0.0.1:8091:8091 --network ccnetwork $TARGET_REGISTRY/commandcentral:$RELEASE-server
24
24
- docker run --name n1 -d --network ccnetwork -e CC_AUTO_REGISTER=0 $SOURCE_REGISTRY/commandcentral:$RELEASE-node
25
25
- docker exec cc sagcc list landscape nodes local -e ONLINE -w 180
Original file line number Diff line number Diff line change 1
1
ARG SOURCE_REGISTRY=store/softwareag
2
- FROM $SOURCE_REGISTRY/commandcentral:10.2-server
2
+ ARG RELEASE=10.2
3
+
4
+ FROM $SOURCE_REGISTRY/commandcentral:$RELEASE-server
3
5
4
6
# customize Command Central settings example
5
7
RUN echo com.softwareag.platform.management.client.template.composite.skip.restart.runtimes=true>>$SAG_HOME/profiles/CCE/configuration/config.ini
Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ version: "3"
2
2
3
3
services :
4
4
cc :
5
- # image: store/softwareag/commandcentral:10.2-server
6
- image : softwareag/commandcentral:10.2-server
5
+ image : store/softwareag/commandcentral:10.2-server
6
+ # image: softwareag/commandcentral:10.2-server
7
7
ports :
8
8
- " 8090:8090"
9
9
- " 8091:8091"
10
10
environment :
11
11
- CC_PASSWORD
12
12
13
13
test1 :
14
- # image: store/softwareag/commandcentral:10.2-node
15
- image : softwareag/commandcentral:10.2-node
14
+ image : store/softwareag/commandcentral:10.2-node
15
+ # image: softwareag/commandcentral:10.2-node
16
16
ports :
17
17
- " 5555:5555" # IS
18
18
- " 9000:9000" # UM
@@ -24,8 +24,8 @@ services:
24
24
- cc
25
25
26
26
init :
27
- # image: store/softwareag/commandcentral:10.2-server
28
- image : softwareag/commandcentral:10.2-server
27
+ image : store/softwareag/commandcentral:10.2-server
28
+ # image: softwareag/commandcentral:10.2-server
29
29
environment :
30
30
- CC_SERVER=cc
31
31
- CC_PASSWORD
You can’t perform that action at this time.
0 commit comments