Commit 49c1bda
committed
Align dev container Instant Client TZ data with Oracle server
gvenzl/oracle-free:latest and the bundled Instant Client can drift to
different TZ data versions between releases, raising ORA-01805 on every
TIMESTAMP WITH TIME ZONE operation. Mirror PR rsim#2734's CI workaround for
the dev container: copy the server's timezlrg_*.dat into the client's
oracore/zoneinfo and point ORA_TZFILE at it.
Adds the docker-outside-of-docker feature plus a docker.sock bind mount
on the app service so the dev container can run docker exec / docker cp
against the sibling oracle service.1 parent 8849c0b commit 49c1bda
3 files changed
Lines changed: 19 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
23 | 39 | | |
24 | 40 | | |
25 | 41 | | |
0 commit comments