Skip to content

Commit

Permalink
Merge pull request #6088 from os-autoinst/utf8_locale
Browse files Browse the repository at this point in the history
Make sure locale inside webui container supports UTF-8
  • Loading branch information
mergify[bot] authored Dec 20, 2024
2 parents ebe0f7e + ebfffe7 commit 658e183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions container/single-instance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ EXPOSE 80 443 9526
ENV skip_suse_specifics=1
ENV skip_suse_tests=1
ENV OPENQA_SERVICE_PORT_DELTA=0
ENV LC_ALL C.UTF-8

ENTRYPOINT ["/usr/share/openqa/script/openqa-bootstrap"]
HEALTHCHECK CMD curl -f http://localhost || exit 1
2 changes: 2 additions & 0 deletions container/webui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opencontainers.image.created="%BUILDTIME%"
# endlabelprefix

ENV LC_ALL C.UTF-8

# hadolint ignore=DL3037
RUN zypper ar -p 95 -f http://download.opensuse.org/repositories/devel:openQA/15.6 devel_openQA && \
zypper ar -p 90 -f http://download.opensuse.org/repositories/devel:openQA:Leap:15.6/15.6 devel_openQA_Leap && \
Expand Down

0 comments on commit 658e183

Please sign in to comment.