Skip to content

Commit 2f0d0cb

Browse files
committed
docker: remove centos7 as default
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent 2db4b8c commit 2f0d0cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# i.e., "./build_openroad.sh --local" from inside a docker container
33
# NOTE: don't use this file directly unless you know what you are doing,
44
# instead use etc/DockerHelper.sh
5-
ARG fromImage=openroad/flow-centos7-dev:latest
5+
ARG fromImage=openroad/flow-ubuntu22.04-dev:latest
66

77
FROM $fromImage
88

docker/Dockerfile.dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# create image with dependencies needed to compile openroad app and run openroad flow scripts
22
# NOTE: don't use this file directly unless you know what you are doing,
33
# instead use etc/DockerHelper.sh
4-
ARG fromImage=centos:centos7
4+
ARG fromImage=ubuntu:22.04
55

66
FROM $fromImage
77

@@ -21,4 +21,4 @@ ARG fromImage
2121

2222
RUN echo "$fromImage" | grep -q "ubuntu" && \
2323
strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so || \
24-
echo "Skipping strip command as fromImage does not contain 'ubuntu'"
24+
echo "Skipping strip command as fromImage does not contain 'ubuntu'"

0 commit comments

Comments
 (0)