Skip to content

Commit

Permalink
[MOD] bump gha and libreoffice docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Jul 22, 2024
1 parent 01cbab4 commit 3c5e0b2
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: gha-runners-delib
steps:
- name: Build and publish base image to harbor
uses: IMIO/gha/build-push-notify@v3.2
uses: IMIO/gha/build-push-notify@v3.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: gha-runners-delib
steps:
- name: Build and publish communes image to harbor
uses: IMIO/gha/build-push-notify@v3.2
uses: IMIO/gha/build-push-notify@v3.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: gha-runners-delib
steps:
- name: Build and publish dev image
uses: IMIO/gha/build-push-notify@v3.2
uses: IMIO/gha/build-push-notify@v3.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: gha-runners-delib
steps:
- name: Build and publish communes image to harbor
uses: IMIO/gha/build-push-notify@v3.2
uses: IMIO/gha/build-push-notify@v3.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: gha-runners-delib
steps:
- name: Build and publish bep image to harbor
uses: IMIO/gha/build-push-notify@v3.2
uses: IMIO/gha/build-push-notify@v3.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: gha-runners-delib
steps:
- name: Build and publish charleroi image to harbor
uses: IMIO/gha/build-push-notify@v3.2
uses: IMIO/gha/build-push-notify@v3.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand All @@ -69,7 +69,7 @@ jobs:
runs-on: gha-runners-delib
steps:
- name: Build and publish hainaut-prov image to harbor
uses: IMIO/gha/build-push-notify@v3.2
uses: IMIO/gha/build-push-notify@v3.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand All @@ -86,7 +86,7 @@ jobs:
runs-on: gha-runners-delib
steps:
- name: Build and publish lalouviere image to harbor
uses: IMIO/gha/build-push-notify@v3.2
uses: IMIO/gha/build-push-notify@v3.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand All @@ -103,7 +103,7 @@ jobs:
runs-on: gha-runners-delib
steps:
- name: Build and publish lalouviere-cpas image to harbor
uses: IMIO/gha/build-push-notify@v3.2
uses: IMIO/gha/build-push-notify@v3.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand All @@ -120,7 +120,7 @@ jobs:
runs-on: gha-runners-delib
steps:
- name: Build and publish liege image to harbor
uses: IMIO/gha/build-push-notify@v3.2
uses: IMIO/gha/build-push-notify@v3.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand All @@ -136,7 +136,7 @@ jobs:
runs-on: gha-runners-delib
steps:
- name: Build and publish mons image to harbor
uses: IMIO/gha/build-push-notify@v3.2
uses: IMIO/gha/build-push-notify@v3.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand All @@ -152,7 +152,7 @@ jobs:
runs-on: gha-runners-delib
steps:
- name: Build and publish namur image to harbor
uses: IMIO/gha/build-push-notify@v3.2
uses: IMIO/gha/build-push-notify@v3.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand All @@ -168,7 +168,7 @@ jobs:
runs-on: gha-runners-delib
steps:
- name: Build and publish seraing image to harbor
uses: IMIO/gha/build-push-notify@v3.2
uses: IMIO/gha/build-push-notify@v3.3
with:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAGS: |
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2.4'
services:
libreoffice:
image: imiobe/libreoffice:7.3
image: harbor.imio.be/common/libreoffice:7.3
command: soffice --headless --norestore --accept="socket,host=libreoffice,port=2002,tcpNoDelay=1;urp;StarOffice.ServiceManager"
expose:
- "2002"
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.4'
services:

libreoffice:
image: imiobe/libreoffice:7.3
image: harbor.imio.be/common/libreoffice:7.3
command: soffice --headless --norestore --accept="socket,host=libreoffice,port=2002,tcpNoDelay=1;urp;StarOffice.ServiceManager"
expose:
- "2002"
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.4'
services:

libreoffice:
image: imiobe/libreoffice:7.3
image: harbor.imio.be/common/libreoffice:7.3
command: soffice --headless --norestore --accept="socket,host=libreoffice,port=2002,tcpNoDelay=1;urp;StarOffice.ServiceManager"
expose:
- "2002"
Expand Down

0 comments on commit 3c5e0b2

Please sign in to comment.