Skip to content

Commit 004c55e

Browse files
committed
tedious update of all docker image tags
1 parent 2b1e858 commit 004c55e

21 files changed

Lines changed: 34 additions & 34 deletions

.github/workflows/extensions-check-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
timeout-minutes: 60
2323
runs-on: ubuntu-latest-8x
2424
container:
25-
image: ghcr.io/posit-dev/positron-ubuntu24:24.15.0
25+
image: ghcr.io/posit-dev/positron-ubuntu24:24.18.0
2626
options: --user 0:0
2727
# Static PAT is needed because the bot can't pass a token to the job for security reasons
2828
credentials:

.github/workflows/test-e2e-debian.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ jobs:
9191
timeout-minutes: 150
9292
runs-on: ubuntu-latest-8x
9393
container:
94-
image: ghcr.io/posit-dev/positron-debian13:24.15.0
94+
image: ghcr.io/posit-dev/positron-debian13:24.18.0
9595
options: --user 0:0 --init
9696
# Static PAT is needed because the bot can't pass a token to the job for security reasons
9797
credentials:
9898
username: ${{ secrets.POSITRON_GITHUB_RO_USER }}
9999
password: ${{ secrets.POSITRON_GITHUB_RO_PAT }}
100100
services:
101101
postgres:
102-
image: ghcr.io/posit-dev/positron-postgres:24.15.0
102+
image: ghcr.io/posit-dev/positron-postgres:24.18.0
103103
credentials:
104104
username: ${{ secrets.POSITRON_GITHUB_RO_USER }}
105105
password: ${{ secrets.POSITRON_GITHUB_RO_PAT }}

.github/workflows/test-e2e-pyrefly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
timeout-minutes: 60
3232
runs-on: ubuntu-latest-8x
3333
container:
34-
image: ghcr.io/posit-dev/positron-ubuntu24:24.15.0
34+
image: ghcr.io/posit-dev/positron-ubuntu24:24.18.0
3535
options: --user 0:0 --init
3636
# Static PAT is needed because the bot can't pass a token to the job for security reasons
3737
credentials:

.github/workflows/test-e2e-remote-ssh-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
101101
- name: Start Docker Container
102102
run: |
103-
docker run -d --name test -p 3456:22 ghcr.io/posit-dev/positron-ubuntu24:24.15.0 \
103+
docker run -d --name test -p 3456:22 ghcr.io/posit-dev/positron-ubuntu24:24.18.0 \
104104
/bin/bash -c 'while true; do sleep 3600; done'
105105
106106
- name: Setup SSH install script

.github/workflows/test-e2e-rhel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ jobs:
9191
timeout-minutes: 150
9292
runs-on: ubuntu-latest-8x
9393
container:
94-
image: ghcr.io/posit-dev/positron-rocky8:24.15.0
94+
image: ghcr.io/posit-dev/positron-rocky8:24.18.0
9595
options: --user 0:0 --init
9696
# Static PAT is needed because the bot can't pass a token to the job for security reasons
9797
credentials:
9898
username: ${{ secrets.POSITRON_GITHUB_RO_USER }}
9999
password: ${{ secrets.POSITRON_GITHUB_RO_PAT }}
100100
services:
101101
postgres:
102-
image: ghcr.io/posit-dev/positron-postgres:24.15.0
102+
image: ghcr.io/posit-dev/positron-postgres:24.18.0
103103
credentials:
104104
username: ${{ secrets.POSITRON_GITHUB_RO_USER }}
105105
password: ${{ secrets.POSITRON_GITHUB_RO_PAT }}

.github/workflows/test-e2e-sles.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ jobs:
9191
timeout-minutes: 150
9292
runs-on: ubuntu-latest-8x
9393
container:
94-
image: ghcr.io/posit-dev/positron-sles156:24.15.0
94+
image: ghcr.io/posit-dev/positron-sles156:24.18.0
9595
options: --user 0:0 --init
9696
# Static PAT is needed because the bot can't pass a token to the job for security reasons
9797
credentials:
9898
username: ${{ secrets.POSITRON_GITHUB_RO_USER }}
9999
password: ${{ secrets.POSITRON_GITHUB_RO_PAT }}
100100
services:
101101
postgres:
102-
image: ghcr.io/posit-dev/positron-postgres:24.15.0
102+
image: ghcr.io/posit-dev/positron-postgres:24.18.0
103103
credentials:
104104
username: ${{ secrets.POSITRON_GITHUB_RO_USER }}
105105
password: ${{ secrets.POSITRON_GITHUB_RO_PAT }}

.github/workflows/test-e2e-suse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ jobs:
9191
timeout-minutes: 150
9292
runs-on: ubuntu-latest-8x
9393
container:
94-
image: ghcr.io/posit-dev/positron-opensuse156:24.15.0
94+
image: ghcr.io/posit-dev/positron-opensuse156:24.18.0
9595
options: --user 0:0 --init
9696
# Static PAT is needed because the bot can't pass a token to the job for security reasons
9797
credentials:
9898
username: ${{ secrets.POSITRON_GITHUB_RO_USER }}
9999
password: ${{ secrets.POSITRON_GITHUB_RO_PAT }}
100100
services:
101101
postgres:
102-
image: ghcr.io/posit-dev/positron-postgres:24.15.0
102+
image: ghcr.io/posit-dev/positron-postgres:24.18.0
103103
credentials:
104104
username: ${{ secrets.POSITRON_GITHUB_RO_USER }}
105105
password: ${{ secrets.POSITRON_GITHUB_RO_PAT }}

.github/workflows/test-e2e-ubuntu-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ jobs:
2525
timeout-minutes: 35
2626
runs-on: ubuntu-latest-8x
2727
container:
28-
image: ghcr.io/posit-dev/positron-ubuntu24:24.15.0
28+
image: ghcr.io/posit-dev/positron-ubuntu24:24.18.0
2929
options: --user 0:0 --init
3030
# Static PAT is needed because the bot can't pass a token to the job for security reasons
3131
credentials:
3232
username: ${{ secrets.POSITRON_GITHUB_RO_USER }}
3333
password: ${{ secrets.POSITRON_GITHUB_RO_PAT }}
3434
services:
3535
postgres:
36-
image: ghcr.io/posit-dev/positron-postgres:24.15.0
36+
image: ghcr.io/posit-dev/positron-postgres:24.18.0
3737
credentials:
3838
username: ${{ secrets.POSITRON_GITHUB_RO_USER }}
3939
password: ${{ secrets.POSITRON_GITHUB_RO_PAT }}

.github/workflows/test-e2e-ubuntu-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
fail-fast: false
9999
matrix: ${{ fromJson(inputs.matrix) }}
100100
container:
101-
image: ghcr.io/posit-dev/positron-ubuntu24:24.15.0
101+
image: ghcr.io/posit-dev/positron-ubuntu24:24.18.0
102102
# --device/--cap-add give the container a TUN device so the Tailscale step can bring up
103103
# kernel-mode networking (transparent routing to the tailnet, needed by the Redshift test).
104104
options: --user 0:0 --init --device /dev/net/tun --cap-add=NET_ADMIN
@@ -107,7 +107,7 @@ jobs:
107107
password: ${{ secrets.POSITRON_GITHUB_RO_PAT }}
108108
services:
109109
postgres:
110-
image: ghcr.io/posit-dev/positron-postgres:24.15.0
110+
image: ghcr.io/posit-dev/positron-postgres:24.18.0
111111
credentials:
112112
username: ${{ secrets.POSITRON_GITHUB_RO_USER }}
113113
password: ${{ secrets.POSITRON_GITHUB_RO_PAT }}

.github/workflows/test-e2e-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,15 @@ jobs:
9696
timeout-minutes: 120
9797
runs-on: ubuntu-latest-8x
9898
container:
99-
image: ghcr.io/posit-dev/positron-ubuntu24:24.15.0
99+
image: ghcr.io/posit-dev/positron-ubuntu24:24.18.0
100100
options: --user 0:0 --init
101101
# Static PAT is needed because the bot can't pass a token to the job for security reasons
102102
credentials:
103103
username: ${{ secrets.POSITRON_GITHUB_RO_USER }}
104104
password: ${{ secrets.POSITRON_GITHUB_RO_PAT }}
105105
services:
106106
postgres:
107-
image: ghcr.io/posit-dev/positron-postgres:24.15.0
107+
image: ghcr.io/posit-dev/positron-postgres:24.18.0
108108
credentials:
109109
username: ${{ secrets.POSITRON_GITHUB_RO_USER }}
110110
password: ${{ secrets.POSITRON_GITHUB_RO_PAT }}

0 commit comments

Comments
 (0)