Skip to content

Commit 3ec8299

Browse files
authored
Upgrade to Ubuntu 22 (#407)
* Upgrade to Ubuntu 22 Signed-off-by: tempate <[email protected]> * Update docker documentation Signed-off-by: tempate <[email protected]> --------- Signed-off-by: tempate <[email protected]>
1 parent e1e8536 commit 3ec8299

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ env:
3838
jobs:
3939
docker-test:
4040

41-
runs-on: ubuntu-20.04
41+
runs-on: ubuntu-22.04
4242

4343
env:
4444
DEFAULT_FASTCDR_BRANCH: 'master'
@@ -104,7 +104,7 @@ jobs:
104104
- name: Download dependencies and install requirements
105105
uses: ./src/.github/actions/project_dependencies
106106
with:
107-
os: ubuntu-20.04
107+
os: ubuntu-22.04
108108
cmake_build_type: "Release"
109109
dependencies_artifact_postfix: ${{ github.event.inputs.dependencies_artifact_postfix || env.default_dependencies_artifact_postfix }}
110110
secret_token: ${{ secrets.GITHUB_TOKEN }}

docs/rst/installation/docker.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Docker image
88
############
99

10-
eProsima distributes a Docker image of |ddsrouter| with Ubuntu 20.04 as base image.
10+
eProsima distributes a Docker image of |ddsrouter| with Ubuntu 22.04 as base image.
1111
This image launches an instance of |ddsrouter| that is configured using a *YAML* configuration file provided by the user
1212
and shared with the Docker container.
1313
The steps to run |ddsrouter| in a Docker container are explained below.

0 commit comments

Comments
 (0)