Skip to content

Commit bfcfa2e

Browse files
committed
ci: fat images needed Dpkg::Options::="--force-confold"
Signed-off-by: Evan Wies <evan@neomantra.net>
1 parent ac3a910 commit bfcfa2e

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
`docker-openresty` Changelog
22
============================
33

4-
## 1.29.2.2-0 (2026-03-21)
4+
## 1.29.2.2-0 (2026-03-24)
55

66
* Upgrade OpenResty to `1.29.2.2`
77

@@ -12,6 +12,7 @@
1212
* Upgrade Rocky Linux to `9.7 el9` and use `rockylinux/rockylinux` instead of `docker/rockylinux`
1313
* Fix `alpine-apk` and downgrade it to the highest supported upsream version of `3.18` serios
1414
* Fix builds between Rocky and Fedora with `RESTY_DNF_NO_REPOFILE` build arg
15+
* ci: Upgrade GitHub actions
1516

1617
## 1.29.2.1-0 (2026-03-05)
1718

bookworm/Dockerfile.fat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ LABEL resty_fat_image_tag="${RESTY_FAT_IMAGE_TAG}"
2929

3030
RUN DEBIAN_FRONTEND=noninteractive apt-get update \
3131
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
32+
-o Dpkg::Options::="--force-confold" \
3233
openresty-resty${RESTY_FAT_DEB_FLAVOR}${RESTY_FAT_DEB_VERSION} \
3334
openresty-opm${RESTY_FAT_DEB_FLAVOR}${RESTY_FAT_DEB_VERSION} \
3435
&& rm -rf /var/lib/apt/lists/*

bullseye/Dockerfile.fat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ LABEL resty_fat_image_tag="${RESTY_FAT_IMAGE_TAG}"
2929

3030
RUN DEBIAN_FRONTEND=noninteractive apt-get update \
3131
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
32+
-o Dpkg::Options::="--force-confold" \
3233
openresty-resty${RESTY_FAT_DEB_FLAVOR}${RESTY_FAT_DEB_VERSION} \
3334
openresty-opm${RESTY_FAT_DEB_FLAVOR}${RESTY_FAT_DEB_VERSION} \
3435
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)