Skip to content

Commit

Permalink
use ubuntu:jammy for container, otherwise doc8 failes to start. (#5007)…
Browse files Browse the repository at this point in the history
… (#5008)

Signed-off-by: Tomoya.Fujita <[email protected]>
(cherry picked from commit 67f669d)

Co-authored-by: Tomoya Fujita <[email protected]>
  • Loading branch information
mergify[bot] and fujitatomoya authored Feb 10, 2025
1 parent 2974bf2 commit 6e7fe3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"workspaceMount": "source=${localWorkspaceFolder},target=/tmp/doc_repository,type=bind",
"workspaceFolder": "/tmp/doc_repository",
"postCreateCommand": "pip3 install --no-warn-script-location --user -r requirements.txt -c constraints.txt --break-system-packages",
"postCreateCommand": "pip3 install --no-warn-script-location --user -r requirements.txt -c constraints.txt",
"features": {
"ghcr.io/devcontainers/features/git:1": {}
},
Expand Down
2 changes: 1 addition & 1 deletion docker/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# docker build -f docker/image/Dockerfile .

FROM ubuntu:noble
FROM ubuntu:jammy

ARG user=rosindex
ARG uid=1000
Expand Down

0 comments on commit 6e7fe3d

Please sign in to comment.