Skip to content

Commit

Permalink
Merge pull request doctrine#5951 from phansys/ci_db2
Browse files Browse the repository at this point in the history
[CI] Update Docker image location for IBM DB2
  • Loading branch information
derrabus authored Mar 5, 2023
2 parents b553d60 + 6c8d4a5 commit 8fcc743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -532,7 +532,7 @@ jobs:

services:
ibm_db2:
image: "ibmcom/db2:11.5.0.0"
image: "icr.io/db2_community/db2:11.5.8.0"
env:
DB2INST1_PASSWORD: "Doctrine2018"
LICENSE: "accept"
@@ -548,7 +548,7 @@ jobs:
run: "docker logs -f ${{ job.services.ibm_db2.id }} | sed '/(*) Setup has completed./ q'"

- name: "Create temporary tablespace"
run: "docker exec ${{ job.services.ibm_db2.id }} su - db2inst1 -c 'db2 CONNECT TO doctrine && db2 CREATE USER TEMPORARY TABLESPACE doctrine_tbsp PAGESIZE 4 K'"
run: "docker exec ${{ job.services.ibm_db2.id }} su - db2inst1 -c 'db2 -t CONNECT TO doctrine; db2 -t CREATE USER TEMPORARY TABLESPACE doctrine_tbsp PAGESIZE 4 K;'"

- name: "Checkout"
uses: "actions/checkout@v3"

0 comments on commit 8fcc743

Please sign in to comment.