Skip to content

Commit

Permalink
DBZ-8606 Increase timeout on yarn for platform-stage image
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvitale committed Feb 4, 2025
1 parent dba27d9 commit d498818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image-builds-unauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
component: [ 'mongo', 'postgres', 'debezium', 'tool', 'platform-conductor', 'operator']
component: ['postgres', 'debezium', 'tool']
runs-on: ubuntu-latest
env:
DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME: localhost:5500/debeziumquay
Expand Down
2 changes: 1 addition & 1 deletion platform-stage/snapshot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN npm install -g yarn
WORKDIR /app
COPY --from=cloner /app/debezium-platform/debezium-platform-stage/package.json /app/
COPY --from=cloner /app/debezium-platform/debezium-platform-stage/yarn.lock /app/
RUN yarn install
RUN yarn install --network-timeout=600000

COPY --from=cloner /app/debezium-platform/debezium-platform-stage /app
RUN yarn build
Expand Down

0 comments on commit d498818

Please sign in to comment.