Skip to content

Commit 15eb29f

Browse files
authored
Chore: Change dockerhub user from mrzzy to npoverflow (PR #25)
Chore: Change dockerhub user from mrzzy to npoverflow
2 parents 159e68c + 4ef6160 commit 15eb29f

File tree

19 files changed

+46
-46
lines changed

19 files changed

+46
-46
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
VERSION: latest
1111
N_CONCURRENT: 12
1212
DOCKER_REGISTRY: "docker.io"
13-
DOCKER_USER: mrzzy
13+
DOCKER_USER: npoverflow
1414

1515
jobs:
1616
## build pipiline
@@ -48,7 +48,7 @@ jobs:
4848
4949
## release pipeline - run only on main repo
5050
publish-containers:
51-
#if: github.repository == "np-overflow/k8s-cms" && github.head_ref == "master"
51+
if: github.repository == "np-overflow/k8s-cms" && github.head_ref == "master"
5252
runs-on: ubuntu-18.04
5353
needs:
5454
- build-containers

chart/values.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,55 +40,55 @@ images:
4040
pullPolicy: IfNotPresent
4141
database:
4242
name: cms-db
43-
repository: mrzzy/cms-db
43+
repository: npoverflow/cms-db:latest
4444
tag: latest
4545
logging:
4646
name: cms-log
47-
repository: mrzzy/cms-log
47+
repository: npoverflow/cms-log:latest
4848
tag: latest
4949
resources:
5050
name: cms-resources
51-
repository: mrzzy/cms-resource
51+
repository: npoverflow/cms-resource:latest
5252
tag: latest
5353
scoring:
5454
name: cms-scoring
55-
repository: mrzzy/cms-scoring
55+
repository: npoverflow/cms-scoring:latest
5656
tag: latest
5757
evaluation:
5858
name: cms-evaluation
59-
repository: mrzzy/cms-evaluation
59+
repository: npoverflow/cms-evaluation:latest
6060
tag: latest
6161
proxy:
6262
name: cms-proxy
63-
repository: mrzzy/cms-proxy
63+
repository: npoverflow/cms-proxy:latest
6464
tag: latest
6565
printing:
6666
name: cms-printing
67-
repository: mrzzy/cms-printing
67+
repository: npoverflow/cms-printing:latest
6868
tag: latest
6969
checker:
7070
name: cms-checker
71-
repository: mrzzy/cms-checker
71+
repository: npoverflow/cms-checker:latest
7272
tag: latest
7373
admin:
7474
name: cms-web-admin
75-
repository: mrzzy/cms-web-admin
75+
repository: npoverflow/cms-web-admin:latest
7676
tag: latest
7777
ranking:
7878
name: cms-web-ranking
79-
repository: mrzzy/cms-web-ranking
79+
repository: npoverflow/cms-web-ranking:latest
8080
tag: latest
8181
contest:
8282
name: cms-web-contest
83-
repository: mrzzy/cms-web-contest
83+
repository: npoverflow/cms-web-contest:latest
8484
tag: latest
8585
worker:
8686
name: cms-worker
87-
repository: mrzzy/cms-worker
87+
repository: npoverflow/cms-worker:latest
8888
tag: latest
8989
master:
9090
name: k8s-cms-master
91-
repository: mrzzy/k8s-cms-master
91+
repository: npoverflow/k8s-cms-master:latest
9292
tag: latest
9393

9494
services:

containers/cms-checker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Health Checker Container
44
#
55

6-
FROM mrzzy/cms-base
6+
FROM npoverflow/cms-base:latest
77

88
# copy config
99
COPY config /cms/config

containers/cms-evaluation/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Evaluation Service Container
44
#
55

6-
FROM mrzzy/cms-base
6+
FROM npoverflow/cms-base:latest
77

88
# copy config
99
COPY config /cms/config

containers/cms-log/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Log Service Container
44
#
55

6-
FROM mrzzy/cms-base
6+
FROM npoverflow/cms-base:latest
77

88
# copy config
99
COPY config /cms/config

containers/cms-printing/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Printing Service Container
44
#
55

6-
FROM mrzzy/cms-base
6+
FROM npoverflow/cms-base:latest
77

88
# copy config
99
COPY config /cms/config

containers/cms-proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Proxy Service Container
44
#
55

6-
FROM mrzzy/cms-base
6+
FROM npoverflow/cms-base:latest
77

88
# copy container source
99
COPY containers/cms-proxy/proxy-entrypoint.sh /scripts/

containers/cms-resource/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Resource Usage Container
44
#
55

6-
FROM mrzzy/cms-base
6+
FROM npoverflow/cms-base:latest
77

88
# copy config
99
COPY config /cms/config

containers/cms-scoring/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Scoring Service Container
44
#
55

6-
FROM mrzzy/cms-base
6+
FROM npoverflow/cms-base:latest
77

88
# copy config
99
COPY config /cms/config

containers/cms-web-admin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Admin Web Server Container
44
#
55

6-
FROM mrzzy/cms-base
6+
FROM npoverflow/cms-base:latest
77

88
# copy source
99
COPY /containers/cms-web-admin/web-admin-entrypoint.sh /scripts

0 commit comments

Comments
 (0)