Skip to content

Commit

Permalink
Build: Change to new pulp image
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsherrill committed Jul 9, 2024
1 parent 4840e64 commit dd64fb9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions compose_files/pulp/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
timeout: 3s

migration_service:
image: "quay.io/cloudservices/pulp-ubi:latest"
image: "quay.io/redhat-services-prod/pulp-services-tenant/pulp:latest"
depends_on:
postgres:
condition: service_healthy
Expand All @@ -32,7 +32,7 @@ services:
- "pulp:/var/lib/pulp"

set_init_password_service:
image: "quay.io/cloudservices/pulp-ubi:latest"
image: "quay.io/redhat-services-prod/pulp-services-tenant/pulp:latest"
command: set_init_password.sh
depends_on:
migration_service:
Expand All @@ -53,7 +53,7 @@ services:
test: [ "CMD", "redis-cli", "--raw", "incr", "ping" ]

pulp_api:
image: "quay.io/cloudservices/pulp-ubi:latest"
image: "quay.io/redhat-services-prod/pulp-services-tenant/pulp:latest"
deploy:
replicas: 1
command: [ 'pulp-api' ]
Expand All @@ -75,7 +75,7 @@ services:
restart: always

pulp_content:
image: "quay.io/cloudservices/pulp-ubi:latest"
image: "quay.io/redhat-services-prod/pulp-services-tenant/pulp:latest"
deploy:
replicas: 1
command: [ 'pulp-content' ]
Expand Down Expand Up @@ -111,7 +111,7 @@ services:
restart: always

pulp_worker:
image: "quay.io/cloudservices/pulp-ubi:latest"
image: "quay.io/redhat-services-prod/pulp-services-tenant/pulp:latest"
deploy:
replicas: 1
command: [ 'pulp-worker' ]
Expand Down

0 comments on commit dd64fb9

Please sign in to comment.