moved docker registry from gitlab to self-hosted service @ git.nbit.ch
This commit is contained in:
parent
1d9420433a
commit
5558b7c93f
|
|
@ -195,11 +195,10 @@ containers$ cat ~/.config/containers/containers.conf
|
||||||
network_backend = "netavark"
|
network_backend = "netavark"
|
||||||
|
|
||||||
|
|
||||||
Credentials for Gitlab Registry should be available after Reboot
|
Credentials for Docker Registry should be available after Reboot
|
||||||
|
|
||||||
# User: drpuur, Password: Token from Gitlab (glpat-L5fU-_eZ6u74-3a8Jsnn)
|
[containers@onyx-dev ~]$ podman login git.nbit.ch
|
||||||
[containers@onyx-dev ~]$ podman login registry.gitlab.com
|
Username: jlehmann
|
||||||
Username: drpuur
|
|
||||||
Password:
|
Password:
|
||||||
Login Succeeded!
|
Login Succeeded!
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mini-beieli-web
|
- name: mini-beieli-web
|
||||||
image: registry.gitlab.com/drpuur/mini-beieli-web:2023020301
|
image: git.nbit.ch/drpuur/mini-beieli-web:2023020301
|
||||||
env:
|
env:
|
||||||
- name: REDIS_CONNECTION_STRING
|
- name: REDIS_CONNECTION_STRING
|
||||||
value: 127.0.0.1:6379
|
value: 127.0.0.1:6379
|
||||||
|
|
@ -43,7 +43,7 @@ spec:
|
||||||
- CAP_NET_RAW
|
- CAP_NET_RAW
|
||||||
- CAP_AUDIT_WRITE
|
- CAP_AUDIT_WRITE
|
||||||
- name: mini-beieli-lorahandler
|
- name: mini-beieli-lorahandler
|
||||||
image: registry.gitlab.com/drpuur/mini-beieli-lorahandler:2022122801
|
image: git.nbit.ch/drpuur/mini-beieli-lorahandler:2022122801
|
||||||
env:
|
env:
|
||||||
- name: REDIS_CONNECTION_STRING
|
- name: REDIS_CONNECTION_STRING
|
||||||
value: 127.0.0.1:6379
|
value: 127.0.0.1:6379
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: wo-bisch-web
|
- name: wo-bisch-web
|
||||||
image: registry.gitlab.com/drpuur/wo-bisch-web:2023020304
|
image: git.nbit.ch/drpuur/wo-bisch-web:2023020304
|
||||||
env:
|
env:
|
||||||
- name: REDIS_CONNECTION_STRING
|
- name: REDIS_CONNECTION_STRING
|
||||||
value: 127.0.0.1:6379
|
value: 127.0.0.1:6379
|
||||||
|
|
@ -43,7 +43,7 @@ spec:
|
||||||
- CAP_NET_RAW
|
- CAP_NET_RAW
|
||||||
- CAP_AUDIT_WRITE
|
- CAP_AUDIT_WRITE
|
||||||
- name: wo-bisch-lorahandler
|
- name: wo-bisch-lorahandler
|
||||||
image: registry.gitlab.com/drpuur/wo-bisch-lorahandler:2022122801
|
image: git.nbit.ch/drpuur/wo-bisch-lorahandler:2022122801
|
||||||
env:
|
env:
|
||||||
- name: REDIS_CONNECTION_STRING
|
- name: REDIS_CONNECTION_STRING
|
||||||
value: 127.0.0.1:6379
|
value: 127.0.0.1:6379
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue