Skip to content

Commit c2de4ae

Browse files
authored
chore(devel): Use in-house images in docker compose file (#2410)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent 825289f commit c2de4ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

devel/compose.common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NOTE: This setup is meant to be used for development purposes only.
22
services:
33
postgresql:
4-
image: docker.io/bitnami/postgresql:16
4+
image: "ghcr.io/chainloop-dev/chainloop/postgresql:16.4.0"
55
# Expose the port to the host to enable baremetal controlplane development
66
ports:
77
- 5432:5432

devel/compose.labs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
dex:
88
volumes:
99
- ".:/wd"
10-
image: docker.io/bitnami/dex:2
10+
image: "ghcr.io/chainloop-dev/chainloop/dex:2.43.1"
1111
working_dir: /wd/dex
1212
command: "serve config.labs.yaml"
1313
ports:

devel/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
dex:
99
volumes:
1010
- ".:/wd"
11-
image: docker.io/bitnami/dex:2
11+
image: "ghcr.io/chainloop-dev/chainloop/dex:2.43.1"
1212
working_dir: /wd/dex
1313
command: "serve config.dev.yaml"
1414
ports:

0 commit comments

Comments
 (0)