-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #158 from RADAR-base/security/march-2025-fixes
Apply security upgrades March 2025 platform upgrade
- Loading branch information
Showing
6 changed files
with
30 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. | ||
version: v1.25.0 | ||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date | ||
ignore: | ||
patch: {} |
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
FROM --platform=$BUILDPLATFORM gradle:8.4-jdk17 as builder | ||
FROM --platform=$BUILDPLATFORM gradle:8.9-jdk17 AS builder | ||
|
||
RUN mkdir /code | ||
WORKDIR /code | ||
|
@@ -32,16 +32,11 @@ COPY ./oura-library/src/ /code/oura-library/src | |
|
||
RUN gradle jar | ||
|
||
FROM confluentinc/cp-kafka-connect-base:7.5.0 | ||
|
||
USER root | ||
|
||
RUN yum remove -y zulu11-ca-jdk-headless && yum remove -y zulu11-ca-jre-headless | ||
RUN yum install -y zulu17-ca-jdk-headless && yum install -y zulu17-ca-jre-headless | ||
FROM confluentinc/cp-kafka-connect-base:7.8.1 | ||
|
||
USER appuser | ||
|
||
MAINTAINER Pauline Conde <[email protected]> | ||
LABEL org.opencontainers.image.authors="[email protected]" | ||
|
||
LABEL description="Kafka Oura REST API Source connector" | ||
|
||
|
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