Skip to content

Commit

Permalink
Merge pull request #4639 from telefonicaid/upgrade-to-debian-12.9
Browse files Browse the repository at this point in the history
FIX upgrade debian to 12.9
  • Loading branch information
mapedraza authored Jan 17, 2025
2 parents ac1c836 + d291886 commit 0886d10
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- Hardening: upgrade microhttpd dependency from 0.9.76 to 1.0.1
- Hardening: upgrade libmosquitto dependency from 2.0.15 to 2.0.20
- Hardening: upgrade libmongoc dependency from 1.24.3 to 1.29.0
- Upgrade Debian version from 12.6 to 12.7 in Dockerfile
- Upgrade Debian version from 12.6 to 12.9 in Dockerfile
2 changes: 1 addition & 1 deletion ci/deb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:12.7-slim
FROM debian:12.9-slim

ADD build.sh /opt/bin/
ADD build-dep.sh /opt/bin/
Expand Down
2 changes: 1 addition & 1 deletion doc/manuals.jp/admin/build_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Orion Context Broker は、以下のライブラリをビルドの依存関係
* boost: 1.74
* libmicrohttpd: 1.0.1 (ソースから)
* libcurl: 7.88.1
* openssl: 3.0.14
* openssl: 3.0.15
* libuuid: 2.38.1
* libmosquitto: 2.0.20 (ソースから)
* Mongo C driver: 1.29.0 (ソースから)
Expand Down
2 changes: 1 addition & 1 deletion doc/manuals.jp/admin/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Docker hub で公式の Orion docker コンテナを使用してインストー

必要なソースから ビルドした Orion をインストールする場合:

* オペレーティングシステム: Debian。リファレンス・オペレーティングシステムは Debian 12.7 ですが、それ以降の
* オペレーティングシステム: Debian。リファレンス・オペレーティングシステムは Debian 12.9 ですが、それ以降の
Debian 12 バージョンでも動作するはずです
* データベース: MongoDB は、Orion Context Broker がインストールされるのと同じホストで実行するか、ネットワーク経由で
アクセスできる別のホストで実行する必要があります。推奨される MongoDB バージョンは 6.0 です (Orion は古いバージョンで
Expand Down
2 changes: 1 addition & 1 deletion doc/manuals/admin/build_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Orion Context Broker uses the following libraries as build dependencies:
* boost: 1.74
* libmicrohttpd: 1.0.1 (from source)
* libcurl: 7.88.1
* openssl: 3.0.14
* openssl: 3.0.15
* libuuid: 2.38.1
* libmosquitto: 2.0.20 (from source)
* Mongo C driver: 1.29.0 (from source)
Expand Down
2 changes: 1 addition & 1 deletion doc/manuals/admin/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In the case you install using the official Orion docker container at Dockerhub,

In the case you are installing Orion building from sources you need:

* Operating system: Debian. The reference operating system is Debian 12.7
* Operating system: Debian. The reference operating system is Debian 12.9
but it should work also in any later Debian 12 version.
* Database: MongoDB is required to run either in the same host where Orion Context Broker is to be installed or in a different host accessible through the network. The recommended MongoDB version
is 6.0 (Orion may work with older versions but we don't recommend it at all!).
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#

ARG IMAGE_NAME=debian
ARG IMAGE_TAG=12.7-slim
ARG IMAGE_TAG=12.9-slim
FROM ${IMAGE_NAME}:${IMAGE_TAG}

ARG GITHUB_ACCOUNT=telefonicaid
Expand Down

0 comments on commit 0886d10

Please sign in to comment.