File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 24
24
RELEASE_TAG="$(cat package.json | jq -r '.version')"
25
25
RELEASE_TAG_COMMIT="$(git rev-list -n 1 ${RELEASE_TAG} || true)"
26
26
if [ "$RELEASE_TAG_COMMIT" != "$HEAD_COMMIT" ]; then
27
- git config user.name 'artemiscloud -bot'
28
- git config user.email 'bot@artemiscloud .io'
27
+ git config user.name 'arkmq -bot'
28
+ git config user.email 'bot@arkmq-org .io'
29
29
git tag -a ${RELEASE_TAG} -m ${RELEASE_TAG} --force
30
30
git push origin $RELEASE_TAG --force
31
31
fi
Original file line number Diff line number Diff line change 32
32
33
33
- name : Set up the repo
34
34
run : |
35
- git config user.name 'artemiscloud -bot'
36
- git config user.email 'bot@artemiscloud .io'
35
+ git config user.name 'arkmq -bot'
36
+ git config user.email 'bot@arkmq-org .io'
37
37
git push
38
38
39
39
- name : Update version
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ ENV NODE_ENV=production
45
45
CMD ["node" , "dist/app.js" ]
46
46
47
47
# # Labels
48
- LABEL name="artemiscloud /activemq-artemis-jolokia-api-server"
48
+ LABEL name="arkmq-org /activemq-artemis-jolokia-api-server"
49
49
LABEL description="ActiveMQ Artemis Jolokia Api Server"
50
50
LABEL maintainer=
"Howard Gao <[email protected] >"
51
51
LABEL version="0.1.2"
Original file line number Diff line number Diff line change @@ -27,22 +27,22 @@ yarn run build-api-doc
27
27
28
28
1 . Build the image:
29
29
``` sh
30
- docker build -t quay.io/artemiscloud /activemq-artemis-jolokia-api-server:latest .
30
+ docker build -t quay.io/arkmq-org /activemq-artemis-jolokia-api-server:latest .
31
31
```
32
32
2 . Push the image to image registry:
33
33
``` sh
34
- docker push quay.io/artemiscloud /activemq-artemis-jolokia-api-server:latest
34
+ docker push quay.io/arkmq-org /activemq-artemis-jolokia-api-server:latest
35
35
```
36
36
37
37
### deploy the service
38
38
39
39
``` sh
40
- ./deploy.sh [-i < image> -n ]
40
+ ./deploy.sh [-i < image> ]
41
41
```
42
42
43
43
The optional ` -i <image> ` (or ` --image <image> ` ) argument allows you to pass in
44
44
the plugin image. If not specified the default
45
- ` quay.io/artemiscloud /activemq-artemis-jolokia-api-server:latest ` is
45
+ ` quay.io/arkmq-org /activemq-artemis-jolokia-api-server:latest ` is
46
46
deployed. for example:
47
47
48
48
``` sh
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
2
3
- DEFAULT_IMAGE=" quay.io/artemiscloud /activemq-artemis-jolokia-api-server:latest"
3
+ DEFAULT_IMAGE=" quay.io/arkmq-org /activemq-artemis-jolokia-api-server:latest"
4
4
API_SERVER_IMAGE=${DEFAULT_IMAGE}
5
5
6
6
SCRIPT_NAME=$( basename " $0 " )
Original file line number Diff line number Diff line change 17
17
spec :
18
18
containers :
19
19
- name : activemq-artemis-jolokia-api-server
20
- image : quay.io/artemiscloud /activemq-artemis-jolokia-api-server:latest
20
+ image : quay.io/arkmq-org /activemq-artemis-jolokia-api-server:latest
21
21
ports :
22
22
- containerPort : 9443
23
23
protocol : TCP
Original file line number Diff line number Diff line change 2
2
"name" : " activemq-artemis-jolokia-api-server" ,
3
3
"version" : " 0.1.2" ,
4
4
"private" : true ,
5
- "homepage" : " https://github.com/artemiscloud /activemq-artemis-jolokia-api-server#readme" ,
5
+ "homepage" : " https://github.com/arkmq-org /activemq-artemis-jolokia-api-server#readme" ,
6
6
"bugs" : {
7
- "url" : " https://github.com/artemiscloud /activemq-artemis-jolokia-api-server/issues"
7
+ "url" : " https://github.com/arkmq-org /activemq-artemis-jolokia-api-server/issues"
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" :
" git+ssh://[email protected] :artemiscloud /activemq-activemq-artemis-jolokia-api-server.git"
11
+ "url" :
" git+ssh://[email protected] :arkmq-org /activemq-activemq-artemis-jolokia-api-server.git"
12
12
},
13
13
"scripts" : {
14
14
"build" : " yarn clean && tsc -p tsconfig.json && yarn copy-config" ,
You can’t perform that action at this time.
0 commit comments