Compare commits
7 Commits
snyk-fix-6
...
v1.2.1
Author | SHA1 | Date | |
---|---|---|---|
|
f34e92ff3c | ||
|
c74f8119ae | ||
|
39ddea389a | ||
|
9aa745e5a2 | ||
|
38c8bc2384 | ||
|
584ca67799 | ||
|
cf7fac325f |
@@ -3,7 +3,7 @@
|
|||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#*********************************************************************/
|
#*********************************************************************/
|
||||||
|
|
||||||
FROM ubuntu:20.10 AS rpc-builder
|
FROM ubuntu:20.04 AS rpc-builder
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
@@ -11,7 +11,7 @@ RUN \
|
|||||||
apt-get update -y -qq && \
|
apt-get update -y -qq && \
|
||||||
apt install -y -qq \
|
apt install -y -qq \
|
||||||
git cmake build-essential libssl-dev zlib1g-dev \
|
git cmake build-essential libssl-dev zlib1g-dev \
|
||||||
curl unzip zip pkg-config
|
curl unzip zip pkg-config ca-certificates
|
||||||
RUN git clone https://github.com/open-amt-cloud-toolkit/rpc.git
|
RUN git clone https://github.com/open-amt-cloud-toolkit/rpc.git
|
||||||
WORKDIR /rpc
|
WORKDIR /rpc
|
||||||
RUN mkdir -p build
|
RUN mkdir -p build
|
||||||
@@ -23,7 +23,7 @@ WORKDIR /rpc/build
|
|||||||
RUN cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=/rpc/vcpkg/scripts/buildsystems/vcpkg.cmake ..
|
RUN cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=/rpc/vcpkg/scripts/buildsystems/vcpkg.cmake ..
|
||||||
RUN cmake --build .
|
RUN cmake --build .
|
||||||
|
|
||||||
FROM ubuntu:20.10
|
FROM ubuntu:20.04
|
||||||
|
|
||||||
LABEL license='SPDX-License-Identifier: Apache-2.0' \
|
LABEL license='SPDX-License-Identifier: Apache-2.0' \
|
||||||
copyright='Copyright (c) 2021: Intel'
|
copyright='Copyright (c) 2021: Intel'
|
||||||
|
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -1,6 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent none
|
agent none
|
||||||
triggers {cron '@daily'}
|
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(numToKeepStr: '5', daysToKeepStr: '30'))
|
buildDiscarder(logRotator(numToKeepStr: '5', daysToKeepStr: '30'))
|
||||||
timestamps()
|
timestamps()
|
||||||
|
Reference in New Issue
Block a user