Skip to content

Commit 5626830

Browse files
Test with new base image
1 parent 4f9e62b commit 5626830

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/test-all.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
on:
2-
push:
3-
branches-ignore:
4-
- 'maint'
5-
- 'stable'
1+
on: workflow_dispatch
62

73
jobs:
84
rt_test_sqlite:

Dockerfile-oracle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This Dockerfile is for testing only.
22

3-
FROM bpssysadmin/rt-base-debian:RT-5.0.6-bullseye-testoracle-20240501
3+
FROM bpssysadmin/rt-base-debian:RT-5.0.9-bullseye-20250902
44

55
ENV RT_TEST_DB_HOST=172.17.0.2
66
ENV RT_TEST_RT_HOST=172.17.0.3
@@ -15,4 +15,4 @@ ENV RT_TEST_PARALLEL=1
1515
# Add the rt_test user (required by mod_fcgid tests)
1616
RUN adduser --disabled-password --gecos "" rt-user
1717

18-
CMD bash -c "ldconfig && cpan -a </dev/null >/dev/null && cat ~/.cpan/Bundle/Snapshot_*.pm && tail -f /dev/null"
18+
CMD tail -f /dev/null

0 commit comments

Comments
 (0)