Skip to content

Commit

Permalink
Merge pull request #308 from theseion/wait-for-logs-when-verifying
Browse files Browse the repository at this point in the history
fix: wait for logs when verifying
  • Loading branch information
theseion authored Dec 12, 2024
2 parents 5c7dd53 + 9cd2f33 commit a5c93c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/verifyimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
run: |
echo "Starting container ${{ matrix.target }}"
docker run --pull "never" -d --name ${{ matrix.target }}-test "${REPO}:${{ matrix.target }}"
sleep 30
docker logs ${{ matrix.target }}-test
- name: Verify ${{ matrix.target }}
Expand Down
1 change: 1 addition & 0 deletions openresty/Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ RUN set -eux; \
git \
moreutils \
tzdata \
openssl \
pcre \
pcre2 \
# Alpine needs GNU 'sed' because the 'sed' program shipped with busybox does not support 'z' parameter for separating lines with a 'NUL' character.
Expand Down
2 changes: 1 addition & 1 deletion openresty/docker-entrypoint.d/10-generate-certificate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ LC_ALL=C
ME=$( basename "$0" )
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

/usr/local/bin/generate-certificate /usr/local/openresty/nginx/conf
/usr/local/bin/generate-certificate /usr/local/openresty/nginx

exit 0

0 comments on commit a5c93c7

Please sign in to comment.