alpine-pkg-glibc VS wazuh-packages

Compare alpine-pkg-glibc vs wazuh-packages and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
alpine-pkg-glibc wazuh-packages
8 11
2,016 87
- -
3.2 9.7
7 months ago 2 days ago
Shell Shell
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

alpine-pkg-glibc

Posts with mentions or reviews of alpine-pkg-glibc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-16.
  • Wazuh Agent build on alpine linux
    10 projects | /r/Wazuh | 16 Nov 2022
    FROM alpine:latest RUN apk update && apk add make gcc automake autoconf libtool curl openssl openssl-dev libgcc cmake gnupg perl fakeroot brotli automake autoconf libtool gawk libsigsegv nodejs build-base python3 libc-dev gettext-dev zip procps --update alpine-sdk RUN apk --no-cache add ca-certificates wget RUN wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub RUN wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r0/glibc-2.35-r0.apk RUN apk add --force-overwrite glibc-2.35-r0.apk RUN apk add linux-headers && ln -s /usr/include/linux/a.out.h /usr/include/a.out.h RUN wget https://github.com/wazuh/wazuh/archive/refs/heads/AlpineCompileForCommunity-4.3.10.zip RUN unzip AlpineCompileForCommunity-4.3.10.zip RUN cd wazuh-AlpineCompileForCommunity-4.3.10/src && make deps TARGET=agent EXTERNAL_SRC_ONLY=1 RUN addgroup -S wazuh && adduser -S wazuh RUN cd wazuh-AlpineCompileForCommunity-4.3.10/src && make TARGET=agent RUN cd wazuh-AlpineCompileForCommunity-4.3.10/ ./install.sh
  • Docker: Locales alpine 3.9 (glibc)
    1 project | dev.to | 9 Jun 2022
    FROM alpine:3.9 # Install language pack RUN apk --no-cache add ca-certificates wget && \ wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub && \ wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.25-r0/glibc-2.25-r0.apk && \ wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.25-r0/glibc-bin-2.25-r0.apk && \ wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.25-r0/glibc-i18n-2.25-r0.apk && \ apk add glibc-bin-2.25-r0.apk glibc-i18n-2.25-r0.apk glibc-2.25-r0.apk # Iterate through all locale and install it # Note that locale -a is not available in alpine linux, use `/usr/glibc-compat/bin/locale -a` instead COPY ./locale.md /locale.md RUN cat /locale.md | xargs -i /usr/glibc-compat/bin/localedef -i {} -f UTF-8 {}.UTF-8 # Set the lang, you can also specify it as as environment variable through docker-compose.yml ENV LANG=en_US.UTF-8 \ LANGUAGE=en_US.UTF-8
  • Is it possible to link against gnu libraries when compiling C/C++ code on alpine linux?
    1 project | /r/AlpineLinux | 2 Sep 2021
  • Alert transports with Docker (signal-cli)
    3 projects | /r/LibreNMS | 6 Jul 2021
    Installing glibc 2.33 (https://github.com/sgerrand/alpine-pkg-glibc) or libc6-compat doesn't seem to work on my side (I had hopes, maybe I did something wrong ? :/)
  • Docker isn't able to find my entrypoint.sh script in Apline container
    1 project | /r/docker | 30 Jun 2021

wazuh-packages

Posts with mentions or reviews of wazuh-packages. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-07.
  • Help: Dashboard installation failing with "can't read etc/opensearch_dashboards.yml no such file or directory"
    1 project | /r/Wazuh | 6 Dec 2023
    found something from GitHub discussions; was able to remove a pre-removal-script first:
  • Is there a work around for the Wazuh-agent installer issue with Debian 12?
    1 project | /r/Wazuh | 6 Jul 2023
    Hello u/HerefortheLAN! As a workaround, you can install the agent from sources. The process is a little more involved than installing a package, but you can use this step-by-step guide: https://documentation.wazuh.com/current/deployment-options/wazuh-from-sources/wazuh-agent/index.html Please note that the issue that you mentioned is currently being worked on here, so a fix for this should be available relatively soon. Let us know if you have any problems with this. Regards!
  • Wazuh installation assistant - Indexer installation
    1 project | /r/Wazuh | 21 Mar 2023
    Hello u/zmiramf The error message you are getting is because you are setting the IP value between <>, the IP must be in the format key: value On the other hand, please note that you are posting a public IP address and anyone viewing this post can see it, for security reasons you may want to edit the post to not show a public IP. I have created this issue to improve the config.yml file and avoid the use of such delimiters if it proceeds. As my coworker correctly comments, if you use the -a option it does not fail because the config.yml file is auto-generated, but if you want to use the functionality of generating the certificates independently, you must set the IP values as I have commented.
  • "INFO: Could not connect to API id [default]: 3099 - ERROR3099 - Invalid credentials" after fresh install
    2 projects | /r/Wazuh | 7 Mar 2023
  • Custom dashboard with custom visualization to completely replace wazuh dashboard?
    2 projects | /r/Wazuh | 7 Feb 2023
    First of all, the Wazuh dashboard, created from Kibana, is an individual package, and as so, could be replaced by another package, and this could be not based on Kibana. Depending on the features you are missing in the default Wazuh dashboard, maybe it would be better to use a simpler solution. One options is to just create new visualizations from inside the installed dashboard. Another option would be creating a different package with the modifications you see fit. - For the first option, here you have a tutorial, as it has not yet been added to the documentation: https://github.com/wazuh/wazuh-documentation/issues/5511 - For the second option, all code to create the packages is located in https://github.com/wazuh/wazuh-packages. If none of this solutions is enough for your problem, the APIs you would need to control in your custom dashboards are the ones for the Wazuh server and the Wazuh indexer: - Wazuh API(accessed by port 55000): https://documentation.wazuh.com/current/user-manual/api/index.html#restful-api - Indexer API(accessed by port 9200): https://www.elastic.co/guide/en/elasticsearch/reference/current/rest-apis.html
  • Wazuh-indexer and wazuh-manager fails with timeout after launching VM
    1 project | /r/Wazuh | 11 Jan 2023
    We will investigate this issue, please stay tuned: https://github.com/wazuh/wazuh-packages/issues/2030
  • Wazuh all-in-one with Ubuntu 22.04.1
    1 project | /r/Wazuh | 12 Dec 2022
    Upgrading to Ubuntu 22 includes some upgrades to the GLIBC library and dependencies that trigger an error in the Filebeat module. We included a fix into Filebeat configuration file to avoid seccomp usage in the Filebeat. Take a look at our Filebeat configuration template https://github.com/wazuh/wazuh-packages/blob/v4.3.10/unattended_installer/config/filebeat/filebeat.yml
  • Wazuh Agent build on alpine linux
    10 projects | /r/Wazuh | 16 Nov 2022
    We are working on creating an installation package for Alpine systems, we estimate that version 4.4.0 of Wazuh will already have this type of installation, you can follow the progress here: https://github.com/wazuh/wazuh-packages/pull/1715
  • Stuck at indexer cluster start
    2 projects | /r/Wazuh | 28 Jul 2022
    So I created a PR to solve that issue: instead of rolling back whole wazuh-* installations, it just reverts to the backed up default state, then removes the backup.
  • 9200 /9300 weak ssl encryption on wazuh indexers
    1 project | /r/Wazuh | 18 Jul 2022
    We have detected this problem. We opened this issue to solve as soon as possible https://github.com/wazuh/wazuh-packages/issues/1694 Meanwhile, you could harden your installation with the proposed solution mentioned in the issue. I hope it helps you, don't hesitate to ask us if you have any doubts.

What are some alternatives?

When comparing alpine-pkg-glibc and wazuh-packages you can also consider the following projects:

code-server - Non-root Docker image running Debian and code-server.

wazuh-ansible - Wazuh - Ansible playbook

signal-cli - signal-cli provides an unofficial commandline, JSON-RPC and dbus interface for the Signal messenger.

Wazuh - Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads.

jekyll-docker - ⛴ Docker images, and CI builders for Jekyll.

wazuh-documentation - Wazuh - Project documentation

aports - [MIRROR] Alpine packages build scripts

wazuh-docker - Wazuh - Docker containers

wazuh-ruleset - Wazuh - Ruleset

qbittorrent-nox-static - A bash script which builds a fully static qbittorent-nox binary with current dependencies to use on any Linux OS

wazuh-dashboard-plugins - Plugins for Wazuh Dashboard