Skip to content

Commit

Permalink
debug image to alltilla
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Szakacs <[email protected]>
  • Loading branch information
alltilla committed Dec 13, 2023
1 parent e136725 commit db62513
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ssc-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
- 'ssc-*'

env:
DOCKER_IMAGE_NAME: ghcr.io/axoflow/axosyslog-splunk-connector
DOCKER_IMAGE_NAME: ghcr.io/alltilla/axosyslog-splunk-connector
PLATFORMS: linux/amd64,linux/arm64
SC4S_REPO: ${{ inputs.repo || 'splunk/splunk-connect-for-syslog' }}
SYSLOG_NG_IMG_VERSION: ${{ inputs.syslog-ng-image-version || 'latest' }}
Expand All @@ -44,7 +44,7 @@ jobs:
core.setOutput('ref', tag);
publish-image:
if: github.repository_owner == 'axoflow'
if: github.repository_owner == 'alltilla'
needs: version
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/syslog-ng-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ on:
type: string

env:
DOCKER_IMAGE_NAME: ghcr.io/axoflow/axosyslog
DOCKER_IMAGE_NAME: ghcr.io/alltilla/axosyslog
PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7

jobs:
docker:
name: syslog-ng Docker
if: github.repository_owner == 'axoflow'
if: github.repository_owner == 'alltilla'
runs-on: ubuntu-latest
steps:
- name: Checkout source
Expand Down
7 changes: 7 additions & 0 deletions syslog-ng/alpine.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ RUN apk add --repository /axoflow -U --upgrade --no-cache \
syslog-ng-tags-parser \
syslog-ng-xml

RUN apk add -U --upgrade --no-cache \
gdb \
valgrind \
strace \
perf \
vim

RUN /var/lib/syslog-ng-venv/bin/pip install -U urllib3==1.26.18

EXPOSE 514/udp
Expand Down
3 changes: 2 additions & 1 deletion syslog-ng/apkbuild/axoflow/syslog-ng/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pkgdesc="Next generation logging daemon"
url="https://www.syslog-ng.com/products/open-source-log-management/"
arch="all"
license="GPL-2.0-or-later"
options="!check" # unit tests require https://github.com/Snaipe/Criterion with deps
options="!check !strip" # unit tests require https://github.com/Snaipe/Criterion with deps
makedepends="
bison
bpftool
Expand Down Expand Up @@ -92,6 +92,7 @@ build() {
--with-ivykis=internal \
--with-jsonc=system \
--with-python-venv-dir=/var/lib/syslog-ng-venv \
--enable-debug \
\
--enable-all-modules \
--enable-ebpf \
Expand Down

0 comments on commit db62513

Please sign in to comment.