-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cd): build debian 12 packages (#12218)
- Loading branch information
1 parent
6ab7876
commit 15a527c
Showing
5 changed files
with
212 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG KONG_BASE_IMAGE=debian:bullseye-slim | ||
ARG KONG_BASE_IMAGE=debian:bookworm-slim | ||
FROM --platform=$TARGETPLATFORM $KONG_BASE_IMAGE | ||
|
||
LABEL maintainer="Kong Docker Maintainers <[email protected]> (@team-gateway-bot)" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
message: "Build deb packages for Debian 12. The debian variant of kong docker image is built using Debian 12 now." | ||
type: feature | ||
scope: Core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,183 @@ | ||
- Path : /etc/kong/kong.logrotate | ||
|
||
- Path : /lib/systemd/system/kong.service | ||
|
||
- Path : /usr/local/kong/gui | ||
Type : directory | ||
|
||
- Path : /usr/local/kong/include/google | ||
Type : directory | ||
|
||
- Path : /usr/local/kong/include/kong | ||
Type : directory | ||
|
||
- Path : /usr/local/kong/lib/engines-3/afalg.so | ||
Needed : | ||
- libstdc++.so.6 | ||
- libm.so.6 | ||
- libcrypto.so.3 | ||
- libc.so.6 | ||
Runpath : /usr/local/kong/lib | ||
|
||
- Path : /usr/local/kong/lib/engines-3/capi.so | ||
Needed : | ||
- libstdc++.so.6 | ||
- libm.so.6 | ||
- libcrypto.so.3 | ||
- libc.so.6 | ||
Runpath : /usr/local/kong/lib | ||
|
||
- Path : /usr/local/kong/lib/engines-3/loader_attic.so | ||
Needed : | ||
- libstdc++.so.6 | ||
- libm.so.6 | ||
- libcrypto.so.3 | ||
- libc.so.6 | ||
Runpath : /usr/local/kong/lib | ||
|
||
- Path : /usr/local/kong/lib/engines-3/padlock.so | ||
Needed : | ||
- libstdc++.so.6 | ||
- libm.so.6 | ||
- libcrypto.so.3 | ||
- libc.so.6 | ||
Runpath : /usr/local/kong/lib | ||
|
||
- Path : /usr/local/kong/lib/libcrypto.so.3 | ||
Needed : | ||
- libstdc++.so.6 | ||
- libm.so.6 | ||
- libc.so.6 | ||
Runpath : /usr/local/kong/lib | ||
|
||
- Path : /usr/local/kong/lib/libexpat.so.1.8.10 | ||
Needed : | ||
- libc.so.6 | ||
|
||
- Path : /usr/local/kong/lib/libssl.so.3 | ||
Needed : | ||
- libstdc++.so.6 | ||
- libm.so.6 | ||
- libcrypto.so.3 | ||
- libc.so.6 | ||
Runpath : /usr/local/kong/lib | ||
|
||
- Path : /usr/local/kong/lib/ossl-modules/legacy.so | ||
Needed : | ||
- libstdc++.so.6 | ||
- libm.so.6 | ||
- libcrypto.so.3 | ||
- libc.so.6 | ||
Runpath : /usr/local/kong/lib | ||
|
||
- Path : /usr/local/lib/lua/5.1/lfs.so | ||
Needed : | ||
- libc.so.6 | ||
Runpath : /usr/local/kong/lib | ||
|
||
- Path : /usr/local/lib/lua/5.1/lpeg.so | ||
Needed : | ||
- libc.so.6 | ||
Runpath : /usr/local/kong/lib | ||
|
||
- Path : /usr/local/lib/lua/5.1/lsyslog.so | ||
Needed : | ||
- libc.so.6 | ||
Runpath : /usr/local/kong/lib | ||
|
||
- Path : /usr/local/lib/lua/5.1/lua_pack.so | ||
Needed : | ||
- libc.so.6 | ||
Runpath : /usr/local/kong/lib | ||
|
||
- Path : /usr/local/lib/lua/5.1/lua_system_constants.so | ||
Runpath : /usr/local/kong/lib | ||
|
||
- Path : /usr/local/lib/lua/5.1/lxp.so | ||
Needed : | ||
- libexpat.so.1 | ||
- libc.so.6 | ||
Runpath : /usr/local/kong/lib | ||
|
||
- Path : /usr/local/lib/lua/5.1/mime/core.so | ||
Runpath : /usr/local/kong/lib | ||
|
||
- Path : /usr/local/lib/lua/5.1/pb.so | ||
Needed : | ||
- libc.so.6 | ||
Runpath : /usr/local/kong/lib | ||
|
||
- Path : /usr/local/lib/lua/5.1/socket/core.so | ||
Needed : | ||
- libc.so.6 | ||
Runpath : /usr/local/kong/lib | ||
|
||
- Path : /usr/local/lib/lua/5.1/socket/serial.so | ||
Needed : | ||
- libc.so.6 | ||
Runpath : /usr/local/kong/lib | ||
|
||
- Path : /usr/local/lib/lua/5.1/socket/unix.so | ||
Needed : | ||
- libc.so.6 | ||
Runpath : /usr/local/kong/lib | ||
|
||
- Path : /usr/local/lib/lua/5.1/ssl.so | ||
Needed : | ||
- libssl.so.3 | ||
- libcrypto.so.3 | ||
- libc.so.6 | ||
Runpath : /usr/local/kong/lib | ||
|
||
- Path : /usr/local/lib/lua/5.1/yaml.so | ||
Needed : | ||
- libyaml-0.so.2 | ||
- libc.so.6 | ||
|
||
- Path : /usr/local/openresty/lualib/cjson.so | ||
Needed : | ||
- libc.so.6 | ||
|
||
- Path : /usr/local/openresty/lualib/libatc_router.so | ||
Needed : | ||
- libgcc_s.so.1 | ||
- libm.so.6 | ||
- libc.so.6 | ||
- ld-linux-x86-64.so.2 | ||
- libstdc++.so.6 | ||
|
||
- Path : /usr/local/openresty/lualib/librestysignal.so | ||
|
||
- Path : /usr/local/openresty/lualib/rds/parser.so | ||
|
||
- Path : /usr/local/openresty/lualib/redis/parser.so | ||
Needed : | ||
- libc.so.6 | ||
|
||
- Path : /usr/local/openresty/nginx/modules/ngx_wasm_module.so | ||
Needed : | ||
- libm.so.6 | ||
- libgcc_s.so.1 | ||
- libc.so.6 | ||
- ld-linux-x86-64.so.2 | ||
Runpath : /usr/local/openresty/luajit/lib:/usr/local/kong/lib:/usr/local/openresty/lualib | ||
|
||
- Path : /usr/local/openresty/nginx/sbin/nginx | ||
Needed : | ||
- libcrypt.so.1 | ||
- libluajit-5.1.so.2 | ||
- libssl.so.3 | ||
- libcrypto.so.3 | ||
- libz.so.1 | ||
- libc.so.6 | ||
Runpath : /usr/local/openresty/luajit/lib:/usr/local/kong/lib:/usr/local/openresty/lualib | ||
Modules : | ||
- lua-kong-nginx-module | ||
- lua-kong-nginx-module/stream | ||
- lua-resty-events | ||
- lua-resty-lmdb | ||
- ngx_wasm_module | ||
OpenSSL : OpenSSL 3.1.4 24 Oct 2023 | ||
DWARF : True | ||
DWARF - ngx_http_request_t related DWARF DIEs: True | ||
|