Skip to content

Commit b2504a6

Browse files
KbayeroRathHuntJocLRojas
authored
Release v10.7.1 (#1114)
* force update agent related services * update changelog * force service update after final restart * Revert online/offline mode check in Sophos integration. * Revert online/offline mode check in AWS integration. * Revert online/offline mode check in Bitdefender integration. * Revert online/offline mode check in Office365 integration. * Revert "Revert online/offline mode check in Office365 integration." This reverts commit 55c8d79. * Revert "Revert online/offline mode check in Bitdefender integration." This reverts commit 5b4a89f. * Revert "Revert online/offline mode check in AWS integration." This reverts commit 7f95769. * Revert "Revert online/offline mode check in Sophos integration." This reverts commit ab26936. * Update base images to ubuntu 24 * remove temporary healthcheck * change base image * Don't restart agent manager and log auth proxy * Updating runners and images to ubuntu 24.04 * Update CHANGELOG.md * Fix Dockerfiles --------- Co-authored-by: Jose Angel Sanchez Velazquez <sanchezvelazquezjoseangel@gmail.com> Co-authored-by: JocLRojas <joc.l.rojas02@gmail.com>
1 parent 6b192ca commit b2504a6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

agent-manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM FROM ubuntu:24.04
1+
FROM ubuntu:24.04
22

33
COPY agent-manager /app/
44
COPY ./dependencies/agent/ /dependencies/agent/

aws/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM FROM ubuntu:24.04
1+
FROM ubuntu:24.04
22

33
RUN apt-get update
44
RUN apt-get install -y ca-certificates

bitdefender/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM FROM ubuntu:24.04
1+
FROM ubuntu:24.04
22

33
RUN apt-get update
44
RUN apt-get install -y ca-certificates

correlation/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM FROM ubuntu:24.04
1+
FROM ubuntu:24.04
22
RUN apt-get update
33
RUN apt-get install -y ca-certificates git wget
44
COPY correlation /app/

log-auth-proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM FROM ubuntu:24.04
1+
FROM ubuntu:24.04
22

33
COPY log-auth-proxy /app/
44

office365/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM FROM ubuntu:24.04
1+
FROM ubuntu:24.04
22

33
RUN apt-get update
44
RUN apt-get install -y ca-certificates

sophos/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM FROM ubuntu:24.04
1+
FROM ubuntu:24.04
22

33
RUN apt-get update
44
RUN apt-get install -y ca-certificates

0 commit comments

Comments
 (0)