Skip to content

Commit 12ecb2d

Browse files
authored
ansible: add ICU 73 to sharedlibs images (#3488)
Refs: v8/v8@d9715ad
1 parent d00b77c commit 12ecb2d

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

ansible/roles/docker/templates/ubuntu1804_sharedlibs.Dockerfile.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ ENV ICU64DIR=/opt/icu-64 \
4949
ICU67DIR=/opt/icu-67 \
5050
ICU68DIR=/opt/icu-68 \
5151
ICU69DIR=/opt/icu-69 \
52-
ICU71DIR=/opt/icu-71
52+
ICU71DIR=/opt/icu-71 \
53+
ICU73DIR=/opt/icu-73
5354

5455
RUN for ICU_ENV in $(env | grep ICU..DIR); do \
5556
ICU_PREFIX=$(echo $ICU_ENV | cut -d '=' -f 2) && \

ansible/roles/docker/templates/ubuntu2004_sharedlibs.Dockerfile.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ ENV ICU64DIR=/opt/icu-64.1 \
4242
ICU67DIR=/opt/icu-67.1 \
4343
ICU68DIR=/opt/icu-68.2 \
4444
ICU69DIR=/opt/icu-69.1 \
45-
ICU71DIR=/opt/icu-71.1
45+
ICU71DIR=/opt/icu-71.1 \
46+
ICU73DIR=/opt/icu-73.2
4647

4748
RUN for ICU_ENV in $(env | grep ICU..DIR); do \
4849
ICU_PREFIX=$(echo $ICU_ENV | cut -d '=' -f 2) && \

ansible/roles/docker/templates/ubuntu2204_sharedlibs.Dockerfile.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ RUN adduser --gid {{ server_user_gid.stdout_lines[0] }} --uid {{ server_user_uid
3737

3838
ENV ICU68DIR=/opt/icu-68.1 \
3939
ICU69DIR=/opt/icu-69.1 \
40-
ICU71DIR=/opt/icu-71.1
40+
ICU71DIR=/opt/icu-71.1 \
41+
ICU73DIR=/opt/icu-73.2
4142

4243
RUN for ICU_ENV in $(env | grep ICU..DIR); do \
4344
ICU_PREFIX=$(echo $ICU_ENV | cut -d '=' -f 2) && \

0 commit comments

Comments
 (0)