Skip to content

Commit 62c88ce

Browse files
authored
Merge pull request #2506 from SUSE/for-deploy-6
🤖: Update build recipes for SP6
2 parents 08e8325 + 6506319 commit 62c88ce

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

bind-image/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ ENV NAMED_CONF="/etc/named.conf"
6969
EXPOSE 53/tcp 53/udp 953/tcp 853/tcp 443/tcp
7070

7171
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
72+
RUN set -euo pipefail; chmod +x /usr/local/bin/entrypoint.sh
7273

7374
# create directories that tmpfiles.d would create for us
7475
RUN set -euo pipefail; \

bind-image/bind-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Tue May 6 07:01:16 UTC 2025 - SUSE Update Bot <[email protected]>
3+
4+
- Re-add chmod +x of the container entrypoint
5+
16
-------------------------------------------------------------------
27
Mon May 5 09:36:50 UTC 2025 - SUSE Update Bot <[email protected]>
38

0 commit comments

Comments
 (0)