Skip to content

Commit

Permalink
Changed Docker base image ocurrences from amazonlinux:2023.3.20240304…
Browse files Browse the repository at this point in the history
….0 to amazonlinux:2023
  • Loading branch information
CarlosALgit committed Apr 10, 2024
1 parent 74e30e8 commit 92d6f87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build-docker-images/wazuh-dashboard/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Wazuh Docker Copyright (C) 2017, Wazuh Inc. (License GPLv2)
FROM amazonlinux:2023.3.20240304.0 AS builder
FROM amazonlinux:2023 AS builder

ARG WAZUH_VERSION
ARG WAZUH_TAG_REVISION
Expand Down Expand Up @@ -42,7 +42,7 @@ RUN mkdir -p $INSTALL_DIR/data/wazuh/logs && chmod -R 775 $INSTALL_DIR/data/wazu
# Add entrypoint
# Add wazuh_app_config
################################################################################
FROM amazonlinux:2023.3.20240304.0
FROM amazonlinux:2023

# Set environment variables
ENV USER="wazuh-dashboard" \
Expand Down
4 changes: 2 additions & 2 deletions build-docker-images/wazuh-indexer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Wazuh Docker Copyright (C) 2017, Wazuh Inc. (License GPLv2)
FROM amazonlinux:2023.3.20240304.0 AS builder
FROM amazonlinux:2023 AS builder

ARG WAZUH_VERSION
ARG WAZUH_TAG_REVISION
Expand Down Expand Up @@ -29,7 +29,7 @@ RUN bash config.sh
# Add entrypoint

################################################################################
FROM amazonlinux:2023.3.20240304.0
FROM amazonlinux:2023

ENV USER="wazuh-indexer" \
GROUP="wazuh-indexer" \
Expand Down
2 changes: 1 addition & 1 deletion build-docker-images/wazuh-manager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Wazuh Docker Copyright (C) 2017, Wazuh Inc. (License GPLv2)
FROM amazonlinux:2023.3.20240304.0
FROM amazonlinux:2023

RUN rm /bin/sh && ln -s /bin/bash /bin/sh

Expand Down

0 comments on commit 92d6f87

Please sign in to comment.