-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add fedora40 dockerfile and to build matrix
- Loading branch information
1 parent
395729b
commit f1507c9
Showing
52 changed files
with
160 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
FROM fedora:40 | ||
|
||
USER root | ||
RUN echo root:1234 | chpasswd | ||
|
||
RUN dnf -y update && \ | ||
dnf -y install \ | ||
make automake gcc gcc-c++ kernel-devel binutils lsb-release git openssl-devel openssh-server wget patchelf | ||
|
||
RUN wget "https://github.com/Kitware/CMake/releases/download/v3.30.3/cmake-3.30.3-linux-x86_64.sh" -O cmake.sh && \ | ||
chmod +x cmake.sh && \ | ||
./cmake.sh --skip-license --prefix=/usr/local && \ | ||
rm ./cmake.sh | ||
|
||
RUN dnf -y update && \ | ||
dnf -y remove \ | ||
wget | ||
|
||
RUN git clone https://github.com/cmakelib/cmakelib.git /cmakelib | ||
RUN echo "export CMLIB_DIR=/cmakelib" >> /root/.bashrc | ||
|
||
RUN sed -ri 's/#?PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config | ||
RUN mkdir -p /run/sshd | ||
|
||
RUN ssh-keygen -A | ||
Check failure Code scanning / SonarCloud Credentials should not be hard-coded High
Change this code not to store a secret in the image. See more on SonarCloud
|
||
|
||
ENTRYPOINT ["/usr/sbin/sshd", "-D", "-o", "ListenAddress=0.0.0.0"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,8 @@ | |
"ubuntu2204", | ||
"debian12", | ||
"ubuntu2304", | ||
"ubuntu2310" | ||
"ubuntu2310", | ||
"fedora40" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,8 @@ | |
"ubuntu2204", | ||
"debian12", | ||
"ubuntu2304", | ||
"ubuntu2310" | ||
"ubuntu2310", | ||
"fedora40" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,8 @@ | |
"debian11", | ||
"debian12", | ||
"ubuntu2304", | ||
"ubuntu2310" | ||
"ubuntu2310", | ||
"fedora40" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,8 @@ | |
"debian11", | ||
"debian12", | ||
"ubuntu2304", | ||
"ubuntu2310" | ||
"ubuntu2310", | ||
"fedora40" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,8 @@ | |
"ubuntu2204", | ||
"debian12", | ||
"ubuntu2304", | ||
"ubuntu2310" | ||
"ubuntu2310", | ||
"fedora40" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,8 @@ | |
"ubuntu2204", | ||
"debian12", | ||
"ubuntu2304", | ||
"ubuntu2310" | ||
"ubuntu2310", | ||
"fedora40" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,8 @@ | |
"fleet-os-2", | ||
"debian12", | ||
"ubuntu2304", | ||
"ubuntu2310" | ||
"ubuntu2310", | ||
"fedora40" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,8 @@ | |
"fleet-os-2", | ||
"debian12", | ||
"ubuntu2304", | ||
"ubuntu2310" | ||
"ubuntu2310", | ||
"fedora40" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,8 @@ | |
"fleet-os-2", | ||
"debian12", | ||
"ubuntu2304", | ||
"ubuntu2310" | ||
"ubuntu2310", | ||
"fedora40" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,8 @@ | |
"fleet-os-2", | ||
"debian12", | ||
"ubuntu2304", | ||
"ubuntu2310" | ||
"ubuntu2310", | ||
"fedora40" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,8 @@ | |
"fleet-os-2", | ||
"debian12", | ||
"ubuntu2304", | ||
"ubuntu2310" | ||
"ubuntu2310", | ||
"fedora40" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,8 @@ | |
"fleet-os-2", | ||
"debian12", | ||
"ubuntu2304", | ||
"ubuntu2310" | ||
"ubuntu2310", | ||
"fedora40" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,8 @@ | |
"debian11", | ||
"ubuntu2304", | ||
"ubuntu2310", | ||
"ubuntu1804-aarch64" | ||
"ubuntu1804-aarch64", | ||
"fedora40" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,8 @@ | |
"debian11", | ||
"ubuntu2304", | ||
"ubuntu2310", | ||
"ubuntu1804-aarch64" | ||
"ubuntu1804-aarch64", | ||
"fedora40" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,8 @@ | |
"fleet-os-2", | ||
"debian12", | ||
"ubuntu2304", | ||
"ubuntu2310" | ||
"ubuntu2310", | ||
"fedora40" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,8 @@ | |
"fleet-os-2", | ||
"debian12", | ||
"ubuntu2304", | ||
"ubuntu2310" | ||
"ubuntu2310", | ||
"fedora40" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,8 @@ | |
"ubuntu2204", | ||
"debian12", | ||
"ubuntu2304", | ||
"ubuntu2310" | ||
"ubuntu2310", | ||
"fedora40" | ||
] | ||
} | ||
} |
Oops, something went wrong.