Skip to content

Commit

Permalink
Merge pull request #440 from bazsi/revert-dbld-noble-devshell
Browse files Browse the repository at this point in the history
Revert "dbld: change devshell to use ubuntu-noble as base"
  • Loading branch information
bazsi authored Jan 5, 2025
2 parents a4f6ba4 + b44498e commit 82cc295
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dbld/images/devshell.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG CONTAINER_REGISTRY
FROM $CONTAINER_REGISTRY/axosyslog-dbld-ubuntu-noble:latest
FROM $CONTAINER_REGISTRY/axosyslog-dbld-tarball:latest

ARG ARG_IMAGE_PLATFORM
ARG COMMIT
Expand Down
12 changes: 4 additions & 8 deletions dbld/packages.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,16 @@ which [fedora]
#############################################################################
# eBPF related tools
#############################################################################
clang [tarball, devshell]
libbpf-dev [tarball, devshell]
clang [tarball]
libbpf-dev [tarball]
bpftool [tarball]
# as long as devshell is based on ubuntu and not tarball
linux-tools-common [devshell]
linux-tools-generic [devshell]

#############################################################################
# Tarball related tools
#############################################################################

# docbook to generate man pages
docbook-xsl [tarball, devshell]
docbook-xsl [tarball]
docbook-style-xsl [fedora]

#############################################################################
Expand Down Expand Up @@ -131,8 +128,7 @@ libglib2.0-0t64-dbgsym [devshell]
libjemalloc-dev [devshell]
libjemalloc2-dbgsym [devshell]
libssl3t64-dbgsym [devshell]
libjson-c5-dbgsym [devshell]
libpcre2-8-0-dbgsym [devshell]
linux-perf [devshell]
locales [devshell]
lsof [devshell]
netcat-openbsd [devshell]
Expand Down
2 changes: 1 addition & 1 deletion dbld/rules
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ shell-%: setup

images: $(foreach image,$(IMAGES), image-$(image))
image: image-$(DEFAULT_IMAGE)
image-devshell: image-ubuntu-noble
image-devshell: image-tarball
image-tarball: image-debian-testing
image-%:
$(DBLD_DIR)/prepare-image-build $* && \
Expand Down

0 comments on commit 82cc295

Please sign in to comment.