Skip to content

Commit c55f849

Browse files
authored
Add colour to CI logs for readability (#258)
1 parent 26f7f64 commit c55f849

File tree

21 files changed

+40
-0
lines changed

21 files changed

+40
-0
lines changed

alpine/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ RUN /usr/sbin/adduser -D --uid 1001 pillow \
5050
&& /vpy3/bin/pip install numpy --only-binary=:all: || true \
5151
&& chown -R pillow:pillow /vpy3
5252

53+
ENV FORCE_COLOR=1
54+
5355
USER pillow
5456
CMD ["depends/test.sh"]
5557

amazon-2-amd64/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ RUN cd /depends \
7373
&& ./install_raqm.sh \
7474
&& ./install_webp.sh
7575

76+
ENV FORCE_COLOR=1
77+
7678
USER pillow
7779
CMD ["depends/test.sh"]
7880

amazon-2023-amd64/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ RUN cd /depends \
6060
&& ./install_raqm.sh \
6161
&& ./install_webp.sh
6262

63+
ENV FORCE_COLOR=1
64+
6365
USER pillow
6466
CMD ["depends/test.sh"]
6567

arch/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ RUN /sbin/useradd -m -U --uid 1001 pillow \
5151
&& /vpy3/bin/pip install numpy --only-binary=:all: || true \
5252
&& chown -R pillow:pillow /vpy3
5353

54+
ENV FORCE_COLOR=1
55+
5456
USER pillow
5557
CMD ["depends/test.sh"]
5658

centos-stream-10-amd64/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ RUN cd /depends \
5252
&& ./install_raqm.sh \
5353
&& ldconfig
5454

55+
ENV FORCE_COLOR=1
56+
5557
USER pillow
5658
CMD ["depends/test.sh"]
5759

centos-stream-9-amd64/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ RUN cd /depends \
6161
&& ./install_raqm.sh \
6262
&& ldconfig
6363

64+
ENV FORCE_COLOR=1
65+
6466
USER pillow
6567
CMD ["depends/test.sh"]
6668

debian-12-bookworm-amd64/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ RUN virtualenv -p /usr/bin/python3.11 --system-site-packages /vpy3 \
8080
ADD depends /depends
8181
RUN cd /depends && ./install_imagequant.sh && ./install_libavif.sh && ./install_raqm.sh
8282

83+
ENV FORCE_COLOR=1
84+
8385
USER pillow
8486
CMD ["depends/test.sh"]
8587

debian-12-bookworm-x86/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ RUN virtualenv -p /usr/bin/python3.11 --system-site-packages /vpy3 \
8080
ADD depends /depends
8181
RUN cd /depends && ./install_imagequant.sh && ./install_libavif.sh && ./install_raqm.sh
8282

83+
ENV FORCE_COLOR=1
84+
8385
USER pillow
8486
ENTRYPOINT ["linux32"]
8587
CMD ["depends/test.sh"]

debian-13-trixie-amd64/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ RUN virtualenv -p /usr/bin/python3.13 --system-site-packages /vpy3 \
8080
ADD depends /depends
8181
RUN cd /depends && ./install_imagequant.sh && ./install_libavif.sh && ./install_raqm.sh
8282

83+
ENV FORCE_COLOR=1
84+
8385
USER pillow
8486
CMD ["depends/test.sh"]
8587

debian-13-trixie-x86/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ RUN virtualenv -p /usr/bin/python3.13 --system-site-packages /vpy3 \
8080
ADD depends /depends
8181
RUN cd /depends && ./install_imagequant.sh && ./install_libavif.sh && ./install_raqm.sh
8282

83+
ENV FORCE_COLOR=1
84+
8385
USER pillow
8486
ENTRYPOINT ["linux32"]
8587
CMD ["depends/test.sh"]

0 commit comments

Comments
 (0)