-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing file
dependency for RockyLinux
#1165
Conversation
b74cfd5
to
e5f09a2
Compare
e5f09a2
to
8ea3de9
Compare
Added dependency file in to ONLYOFFICE-QA/rocky-ruby-image#2 After image build @VitaliySerov close plz pr if you ok run_critical_in_all_dockerfiles (dockerfiles/rockylinux-latest/Dockerfile) run_critical_in_all_dockerfiles (dockerfiles/rockylinux-latest/Dockerfile)#0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #2 [internal] load metadata for ghcr.io/onlyoffice-qa/rocky-ruby-image:3.3.1 #3 [internal] load .dockerignore #4 [1/7] FROM ghcr.io/onlyoffice-qa/rocky-ruby-image:3.3.1@sha256:9327f88b25525006e1036da0eaf16cc941ad98cb7825aacca8e3917038e4efd9 #5 [internal] load build context #4 [1/7] FROM ghcr.io/onlyoffice-qa/rocky-ruby-image:3.3.1@sha256:9327f88b25525006e1036da0eaf16cc941ad98cb7825aacca8e3917038e4efd9 #6 [2/7] COPY . /doc-builder-testing #7 [3/7] WORKDIR /doc-builder-testing #8 [4/7] RUN bundle config set without 'development' && bundle install #9 [5/7] RUN bundle config set without 'development' && bundle install #10 [6/7] RUN dnf -y install https://download.onlyoffice.com/repo/centos/main/noarch/onlyoffice-repo.noarch.rpm #11 [7/7] RUN dnf -y install onlyoffice-documentbuilder #12 exporting to image Pending: (Failures listed here are expected and do not affect your suite's status)
Finished in 11.56 seconds (files took 0.66684 seconds to load) .............. Finished in 16.33 seconds (files took 0.66266 seconds to load) NOTE: OoxmlParser::SeriesText#string is deprecated; use reference instead. It will be removed on or after 2069-01. Finished in 21.97 seconds (files took 0.66923 seconds to load) .............. Finished in 37.76 seconds (files took 0.69506 seconds to load) 73 examples, 0 failures, 3 pendings Took 38 seconds |
Fair enought, can be added to base image also |
This is optional dep for
ooxml_parser
Everything works without it for un-passworeded files, but logs is spammed with:
See:
https://github.com/ONLYOFFICE/doc-builder-testing/actions/runs/10004599714/job/27654344390?pr=1161