Skip to content

Commit 56ffb6b

Browse files
Integrate SDK 3.0.1, baseimage 0.1.2, workflow 2.0.7, setup 1 (#51)
* Try with optimized deps from sdk * Adapt NOTICE.md * Update sdk and sdk container to v0.3.1 * Update workflows and base image * Update c-ares in .ort.yml
1 parent 991f805 commit 56ffb6b

File tree

9 files changed

+38
-38
lines changed

9 files changed

+38
-38
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313
# SPDX-License-Identifier: Apache-2.0
1414

15-
FROM ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:v0.1.1
15+
FROM ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:v0.1.2
1616

1717
ARG REINSTALL_CMAKE_VERSION_FROM_SOURCE
1818
ENV REINSTALL_CMAKE_VERSION_FROM_SOURCE="${REINSTALL_CMAKE_VERSION_FROM_SOURCE:-none}"

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
build-image:
3939
name: "Building image (${{ matrix.component.name }})"
4040
runs-on: ubuntu-latest
41-
container: ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:v0.1.1
41+
container: ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:v0.1.2
4242
strategy:
4343
matrix:
4444
component: ${{ fromJson(inputs.deployment-matrix-str) }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ on:
3838
jobs:
3939
build-and-publish:
4040
runs-on: ubuntu-22.04
41-
container: ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:v0.1.1
41+
container: ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:v0.1.2
4242
name: "Build, Test and Lint"
4343
steps:
4444
- name: Checkout repository

.github/workflows/ensure-lifecycle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
check-sync:
2929
runs-on: ubuntu-22.04
30-
container: ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:v0.1.1
30+
container: ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:v0.1.2
3131
name: Are files in sync?
3232

3333
steps:

.ort.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,31 @@
1414

1515
curations:
1616
packages:
17-
- id: "PyPI::identify:2.5.24"
18-
curations:
19-
comment: "Proper license is defined in package repository https://pypi.org/project/identify/"
20-
concluded_license: "MIT"
21-
- id: "Conan::c-ares:1.19.0"
22-
curations:
23-
comment: "Proper license is defined in package repository https://conan.io/center/c-ares"
24-
concluded_license: "MIT"
25-
- id: "Conan::cpr:1.9.3"
26-
curations:
27-
comment: "Proper license is defined in package repository https://conan.io/center/cpr"
28-
concluded_license: "MIT"
29-
- id: "Conan::googleapis:cci.20221108"
30-
curations:
31-
comment: "Proper license is defined in package repository https://conan.io/center/googleapis?version=cci.20221108"
32-
concluded_license: "Apache-2.0"
33-
- id: "Conan::libcurl:7.87.0"
34-
curations:
35-
comment: "Proper license is defined in package repository https://conan.io/center/libcurl?version=7.87.0"
36-
concluded_license: "curl"
37-
- id: "Conan::openssl:1.1.1t"
38-
curations:
39-
comment: "Proper license is defined in package repository https://conan.io/center/openssl?version=1.1.1t"
40-
concluded_license: "OpenSSL"
41-
- id: "Conan::paho-mqtt-c:1.3.9"
42-
curations:
43-
comment: "Proper license is defined in package repository https://conan.io/center/paho-mqtt-c?version=1.3.9"
44-
concluded_license: "EPL-2.0"
17+
- id: "PyPI::identify:2.5.24"
18+
curations:
19+
comment: "Proper license is defined in package repository https://pypi.org/project/identify/"
20+
concluded_license: "MIT"
21+
- id: "Conan::c-ares:1.18.1"
22+
curations:
23+
comment: "Proper license is defined in package repository https://conan.io/center/c-ares"
24+
concluded_license: "MIT"
25+
- id: "Conan::cpr:1.9.3"
26+
curations:
27+
comment: "Proper license is defined in package repository https://conan.io/center/cpr"
28+
concluded_license: "MIT"
29+
- id: "Conan::googleapis:cci.20221108"
30+
curations:
31+
comment: "Proper license is defined in package repository https://conan.io/center/googleapis?version=cci.20221108"
32+
concluded_license: "Apache-2.0"
33+
- id: "Conan::libcurl:7.87.0"
34+
curations:
35+
comment: "Proper license is defined in package repository https://conan.io/center/libcurl?version=7.87.0"
36+
concluded_license: "curl"
37+
- id: "Conan::openssl:1.1.1t"
38+
curations:
39+
comment: "Proper license is defined in package repository https://conan.io/center/openssl?version=1.1.1t"
40+
concluded_license: "OpenSSL"
41+
- id: "Conan::paho-mqtt-c:1.3.9"
42+
curations:
43+
comment: "Proper license is defined in package repository https://conan.io/center/paho-mqtt-c?version=1.3.9"
44+
concluded_license: "EPL-2.0"

.velocitas.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
},
77
{
88
"name": "devenv-github-workflows",
9-
"version": "v2.0.6"
9+
"version": "v2.0.7"
1010
},
1111
{
1212
"name": "devenv-github-templates",
1313
"version": "v1.0.1"
1414
},
1515
{
1616
"name": "devenv-devcontainer-setup",
17-
"version": "v1.1.7"
17+
"version": "v1.1.8"
1818
}
1919
],
2020
"variables": {

NOTICE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ they are given here (manually added) for time being:
5151
| Dependency | Version | License |
5252
|:-----------|:-------:|--------:|
5353
|abseil|20220623.0|Apache 2.0|
54-
|c-ares|1.19.0|c-ares (MIT-style)|
54+
|c-ares|1.18.1|c-ares (MIT-style)|
5555
|cpr|1.9.3|MIT|
5656
|fmt|9.1.0|MIT|
5757
|googleapis|cci.20221108|Apache 2.0|
@@ -63,5 +63,5 @@ they are given here (manually added) for time being:
6363
|paho-mqtt-c|1.3.9|EPL 2.0 AND EDL 1.0|
6464
|paho-mqtt-cpp|1.2.0|EPL 1.0 AND EDL 1.0|
6565
|protobuf|3.21.9|Google License|
66-
|re2|20230301|BSD-3-Clause|
66+
|re2|20220601|BSD-3-Clause|
6767
|zlib|1.2.13|zlib/libpng license|

app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# syntax = docker/dockerfile:1.2
1616

17-
FROM ghcr.io/eclipse-velocitas/vehicle-app-cpp-sdk:v0.3.0 as builder
17+
FROM ghcr.io/eclipse-velocitas/vehicle-app-cpp-sdk:v0.3.1 as builder
1818

1919
RUN apk update && \
2020
apk add ninja && \

0 commit comments

Comments
 (0)