File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ jobs:
37
37
38
38
- name : Build api7ee-runtime deb
39
39
run : |
40
- make package type=deb app=api7ee-runtime runtime_version=${version} image_base=debian image_tag=bullseye -slim arch=${{ matrix.platform.build_arch }}
40
+ make package type=deb app=api7ee-runtime runtime_version=${version} image_base=debian image_tag=bookworm -slim arch=${{ matrix.platform.build_arch }}
41
41
42
42
- name : Upload Artifact
43
43
uses : actions/upload-artifact@v4
44
44
with :
45
- name : api7ee-runtime_${{ env.version }}-0~debianbullseye -slim_${{ matrix.platform.arch }}.deb
46
- path : ./output/api7ee-runtime_${{ env.version }}-0~debianbullseye -slim_${{ matrix.platform.arch }}.deb
45
+ name : api7ee-runtime_${{ env.version }}-0~debianbookworm -slim_${{ matrix.platform.arch }}.deb
46
+ path : ./output/api7ee-runtime_${{ env.version }}-0~debianbookworm -slim_${{ matrix.platform.arch }}.deb
Original file line number Diff line number Diff line change 39
39
40
40
- name : Build api7ee-runtime deb
41
41
run : |
42
- make package type=deb app=api7ee-runtime runtime_version=${version} image_base=debian image_tag=bullseye -slim arch=${{ matrix.platform.build_arch }}
42
+ make package type=deb app=api7ee-runtime runtime_version=${version} image_base=debian image_tag=bookworm -slim arch=${{ matrix.platform.build_arch }}
43
43
44
44
45
45
id : check-tag
64
64
body : |
65
65
Release api7ee-runtime ${{ env.version }}
66
66
files : |
67
- ./output/api7ee-runtime_${{ env.version }}-0~debianbullseye -slim_${{ matrix.platform.arch }}.deb
67
+ ./output/api7ee-runtime_${{ env.version }}-0~debianbookworm -slim_${{ matrix.platform.arch }}.deb
68
68
env :
69
69
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
- 1.2.2
1
+ 1.2.3
Original file line number Diff line number Diff line change 1
1
ARG IMAGE_BASE="debian"
2
- ARG IMAGE_TAG="bullseye -slim"
2
+ ARG IMAGE_TAG="bookworm -slim"
3
3
4
4
FROM ${IMAGE_BASE}:${IMAGE_TAG} as build
5
5
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN set -x \
21
21
&& wget -O - https://openresty.org/package/pubkey.gpg | apt-key add - \
22
22
&& wget -O - http://repos.apiseven.com/pubkey.gpg | apt-key add - \
23
23
&& echo "deb http://openresty.org/package/${arch_path}ubuntu $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/openresty.list \
24
- && echo "deb http://repos.apiseven.com/packages/debian bullseye main" | tee /etc/apt/sources.list.d/apisix.list \
24
+ && echo "deb http://repos.apiseven.com/packages/debian bookworm main" | tee /etc/apt/sources.list.d/apisix.list \
25
25
&& DEBIAN_FRONTEND=noninteractive apt-get update
26
26
27
27
# install etcd
You can’t perform that action at this time.
0 commit comments