|
48 | 48 | context: .
|
49 | 49 | target: deploy
|
50 | 50 | build-args: |
|
51 |
| - OS=ubuntu:18.04 |
| 51 | + OS=ubuntu:22.04 |
52 | 52 | BASE_IMAGE=public.ecr.aws/${{ env.ECR_BASE_REPO }}:x86_64-ubuntu-latest
|
53 | 53 | push: false
|
54 | 54 | - name: Get Version
|
|
87 | 87 | file: .github/docker-images/Dockerfile
|
88 | 88 | context: .
|
89 | 89 | build-args: |
|
90 |
| - OS=ubuntu:18.04 |
| 90 | + OS=ubuntu:22.04 |
91 | 91 | BASE_IMAGE=public.ecr.aws/${{ env.ECR_BASE_REPO }}:x86_64-ubuntu-latest
|
92 | 92 | push: true
|
93 | 93 | tags: |
|
@@ -125,7 +125,7 @@ jobs:
|
125 | 125 | file: .github/docker-images/Dockerfile
|
126 | 126 | context: .
|
127 | 127 | build-args: |
|
128 |
| - OS=ubuntu:18.04 |
| 128 | + OS=ubuntu:22.04 |
129 | 129 | BASE_IMAGE=public.ecr.aws/${{ env.ECR_BASE_REPO }}:aarch64-ubuntu-latest
|
130 | 130 | push: true
|
131 | 131 | tags: |
|
@@ -165,7 +165,7 @@ jobs:
|
165 | 165 | file: .github/docker-images/Dockerfile
|
166 | 166 | context: .
|
167 | 167 | build-args: |
|
168 |
| - OS=ubuntu:18.04 |
| 168 | + OS=ubuntu:22.04 |
169 | 169 | BASE_IMAGE=public.ecr.aws/${{ env.ECR_BASE_REPO }}:armv7-ubuntu-latest
|
170 | 170 | push: true
|
171 | 171 | tags: |
|
@@ -355,7 +355,7 @@ jobs:
|
355 | 355 | file: .github/docker-images/integration-tests/ubuntu/Dockerfile
|
356 | 356 | context: .
|
357 | 357 | build-args: |
|
358 |
| - OS=ubuntu:18.04 |
| 358 | + OS=ubuntu:22.04 |
359 | 359 | PRE_RELEASE_IMAGE=public.ecr.aws/${{ env.ECR_PRE_RELEASE_REPO }}:x86_64-ubuntu-${{ needs.versioning.outputs.version }}
|
360 | 360 | BASE_IMAGE=public.ecr.aws/${{ env.ECR_INTEG_BASE_REPO }}:x86_64-ubuntu-latest
|
361 | 361 | push: true
|
@@ -401,7 +401,7 @@ jobs:
|
401 | 401 | file: .github/docker-images/integration-tests/ubuntu/Dockerfile
|
402 | 402 | context: .
|
403 | 403 | build-args: |
|
404 |
| - OS=ubuntu:18.04 |
| 404 | + OS=ubuntu:22.04 |
405 | 405 | PRE_RELEASE_IMAGE=public.ecr.aws/${{ env.ECR_PRE_RELEASE_REPO }}:aarch64-ubuntu-${{ needs.versioning.outputs.version }}
|
406 | 406 | BASE_IMAGE=public.ecr.aws/${{ env.ECR_INTEG_BASE_REPO }}:aarch64-ubuntu-latest
|
407 | 407 | push: true
|
@@ -444,7 +444,7 @@ jobs:
|
444 | 444 | file: .github/docker-images/integration-tests/ubuntu/Dockerfile
|
445 | 445 | context: .
|
446 | 446 | build-args: |
|
447 |
| - OS=ubuntu:18.04 |
| 447 | + OS=ubuntu:22.04 |
448 | 448 | PRE_RELEASE_IMAGE=public.ecr.aws/${{ env.ECR_PRE_RELEASE_REPO }}:armv7-ubuntu-${{ needs.versioning.outputs.version }}
|
449 | 449 | BASE_IMAGE=public.ecr.aws/${{ env.ECR_BASE_REPO }}:armv7-ubuntu-latest
|
450 | 450 | push: true
|
|
0 commit comments