<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi LRUG,<br class=""><br class="">Does anyone know if Bundler on Alpine installs native APKs, and if so, how I can get it to install dependencies from the testing repo from an older version of Alpine?<br class=""><br class="">I appreciate that might be a stupid question, and I may be barking up the wrong tree entirely, but I’m drawing a bit of a blank as to what else might be going on. <div class=""><br class=""></div><div class="">Basically, I built a Jekyll site a few years ago, and it’s been happily building & deploying through GitLab CI since. The build step uses the `jekyll/builder:3`image, but adds various dependencies to support jekyll-assets/mini_magick/image_optim etc.</div><div class=""><br class=""></div><div class="">A couple of days ago, these builds started failing, complaining about untrusted signatures. I believe this is due to Alpine version changes/new signatures on the repositories. The Jekyll Builder image uses Alpine 3.10 under the hood, and this seems to ship with outdated keys. As a stopgap mitigation, I’m trying to install the dependencies with —allow-untrusted flag, which works fine for my scripted `apk add <package> ` steps, which all install correctly. However, the `bundle install` step appears to run its own `apk fetch` which ignores the untrusted repositories, then errors because it can’t find the tags. The output looks like this:</div><div class="js-line log-line" style="box-sizing: border-box; padding: 1px 8px 1px 55px; min-height: 1.25rem; color: rgb(0, 0, 0); font-family: Menlo, "DejaVu Sans Mono", "Liberation Mono", Consolas, "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-size: 13px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); text-decoration-thickness: initial;"><span class="term-bold gl-white-space-pre-wrap term-fg-l-green" style="box-sizing: border-box; white-space: pre-wrap; font-weight: 600; color: rgb(30, 255, 30);">$ bundle install --path ../gems</span></div><div class="js-line log-line" style="box-sizing: border-box; padding: 1px 8px 1px 55px; min-height: 1.25rem; color: rgb(0, 0, 0); font-family: Menlo, "DejaVu Sans Mono", "Liberation Mono", Consolas, "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-size: 13px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); text-decoration-thickness: initial;"><a id="L237" href="https://gitlab.com/cgntv/idr-jekyll/-/jobs/2743557060#L237" class="d-inline-block text-right flex-shrink-0 line-number gl-link" style="box-sizing: border-box; color: rgb(127, 128, 127); text-decoration: none; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; font-size: 0.875rem; padding: 0px 1em 0px 8px; min-width: 50px; margin-left: -43px; display: inline-block !important; flex-shrink: 0 !important; text-align: right !important;">237</a><span class="gl-white-space-pre-wrap" style="box-sizing: border-box; white-space: pre-wrap;">fetch <a href="http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz" class="gl-reset-color! gl-text-decoration-underline" rel="nofollow noopener noreferrer" style="box-sizing: border-box; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; color: inherit !important;">http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz</a></span></div><div class="js-line log-line" style="box-sizing: border-box; padding: 1px 8px 1px 55px; min-height: 1.25rem; color: rgb(0, 0, 0); font-family: Menlo, "DejaVu Sans Mono", "Liberation Mono", Consolas, "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-size: 13px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); text-decoration-thickness: initial;"><a id="L238" href="https://gitlab.com/cgntv/idr-jekyll/-/jobs/2743557060#L238" class="d-inline-block text-right flex-shrink-0 line-number gl-link" style="box-sizing: border-box; color: rgb(127, 128, 127); text-decoration: none; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; font-size: 0.875rem; padding: 0px 1em 0px 8px; min-width: 50px; margin-left: -43px; display: inline-block !important; flex-shrink: 0 !important; text-align: right !important;">238</a><span class="gl-white-space-pre-wrap" style="box-sizing: border-box; white-space: pre-wrap;">fetch <a href="http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz" class="gl-reset-color! gl-text-decoration-underline" rel="nofollow noopener noreferrer" style="box-sizing: border-box; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; color: inherit !important;">http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz</a></span></div><div class="js-line log-line" style="box-sizing: border-box; padding: 1px 8px 1px 55px; min-height: 1.25rem; color: rgb(0, 0, 0); font-family: Menlo, "DejaVu Sans Mono", "Liberation Mono", Consolas, "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-size: 13px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); text-decoration-thickness: initial;"><a id="L239" href="https://gitlab.com/cgntv/idr-jekyll/-/jobs/2743557060#L239" class="d-inline-block text-right flex-shrink-0 line-number gl-link" style="box-sizing: border-box; color: rgb(127, 128, 127); text-decoration: none; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; font-size: 0.875rem; padding: 0px 1em 0px 8px; min-width: 50px; margin-left: -43px; display: inline-block !important; flex-shrink: 0 !important; text-align: right !important;">239</a><span class="gl-white-space-pre-wrap" style="box-sizing: border-box; white-space: pre-wrap;">fetch <a href="http://uk.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz" class="gl-reset-color! gl-text-decoration-underline" rel="nofollow noopener noreferrer" style="box-sizing: border-box; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; color: inherit !important;">http://uk.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz</a></span></div><div class="js-line log-line" style="box-sizing: border-box; padding: 1px 8px 1px 55px; min-height: 1.25rem; color: rgb(0, 0, 0); font-family: Menlo, "DejaVu Sans Mono", "Liberation Mono", Consolas, "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-size: 13px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); text-decoration-thickness: initial;"><a id="L240" href="https://gitlab.com/cgntv/idr-jekyll/-/jobs/2743557060#L240" class="d-inline-block text-right flex-shrink-0 line-number gl-link" style="box-sizing: border-box; color: rgb(127, 128, 127); text-decoration: none; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; font-size: 0.875rem; padding: 0px 1em 0px 8px; min-width: 50px; margin-left: -43px; display: inline-block !important; flex-shrink: 0 !important; text-align: right !important;">240</a><span class="gl-white-space-pre-wrap" style="box-sizing: border-box; white-space: pre-wrap;">WARNING: Ignoring <a href="http://uk.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz" class="gl-reset-color! gl-text-decoration-underline" rel="nofollow noopener noreferrer" style="box-sizing: border-box; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; color: inherit !important;">http://uk.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz</a>: UNTRUSTED signature</span></div><div class="js-line log-line" style="box-sizing: border-box; padding: 1px 8px 1px 55px; min-height: 1.25rem; color: rgb(0, 0, 0); font-family: Menlo, "DejaVu Sans Mono", "Liberation Mono", Consolas, "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-size: 13px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); text-decoration-thickness: initial;"><a id="L241" href="https://gitlab.com/cgntv/idr-jekyll/-/jobs/2743557060#L241" class="d-inline-block text-right flex-shrink-0 line-number gl-link" style="box-sizing: border-box; color: rgb(127, 128, 127); text-decoration: none; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; font-size: 0.875rem; padding: 0px 1em 0px 8px; min-width: 50px; margin-left: -43px; display: inline-block !important; flex-shrink: 0 !important; text-align: right !important;">241</a><span class="gl-white-space-pre-wrap" style="box-sizing: border-box; white-space: pre-wrap;">fetch <a href="http://uk.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz" class="gl-reset-color! gl-text-decoration-underline" rel="nofollow noopener noreferrer" style="box-sizing: border-box; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; color: inherit !important;">http://uk.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz</a></span></div><div class="js-line log-line" style="box-sizing: border-box; padding: 1px 8px 1px 55px; min-height: 1.25rem; color: rgb(0, 0, 0); font-family: Menlo, "DejaVu Sans Mono", "Liberation Mono", Consolas, "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-size: 13px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); text-decoration-thickness: initial;"><a id="L242" href="https://gitlab.com/cgntv/idr-jekyll/-/jobs/2743557060#L242" class="d-inline-block text-right flex-shrink-0 line-number gl-link" style="box-sizing: border-box; color: rgb(127, 128, 127); text-decoration: none; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; font-size: 0.875rem; padding: 0px 1em 0px 8px; min-width: 50px; margin-left: -43px; display: inline-block !important; flex-shrink: 0 !important; text-align: right !important;">242</a><span class="gl-white-space-pre-wrap" style="box-sizing: border-box; white-space: pre-wrap;">WARNING: Ignoring <a href="http://uk.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz" class="gl-reset-color! gl-text-decoration-underline" rel="nofollow noopener noreferrer" style="box-sizing: border-box; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; color: inherit !important;">http://uk.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz</a>: UNTRUSTED signature</span></div><div class="js-line log-line" style="box-sizing: border-box; padding: 1px 8px 1px 55px; min-height: 1.25rem; color: rgb(0, 0, 0); font-family: Menlo, "DejaVu Sans Mono", "Liberation Mono", Consolas, "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-size: 13px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); text-decoration-thickness: initial;"><a id="L243" href="https://gitlab.com/cgntv/idr-jekyll/-/jobs/2743557060#L243" class="d-inline-block text-right flex-shrink-0 line-number gl-link" style="box-sizing: border-box; color: rgb(127, 128, 127); text-decoration: none; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; font-size: 0.875rem; padding: 0px 1em 0px 8px; min-width: 50px; margin-left: -43px; display: inline-block !important; flex-shrink: 0 !important; text-align: right !important;">243</a><span class="gl-white-space-pre-wrap" style="box-sizing: border-box; white-space: pre-wrap;">fetch <a href="http://uk.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz" class="gl-reset-color! gl-text-decoration-underline" rel="nofollow noopener noreferrer" style="box-sizing: border-box; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; color: inherit !important;">http://uk.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz</a></span></div><div class="js-line log-line" style="box-sizing: border-box; padding: 1px 8px 1px 55px; min-height: 1.25rem; color: rgb(0, 0, 0); font-family: Menlo, "DejaVu Sans Mono", "Liberation Mono", Consolas, "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-size: 13px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); text-decoration-thickness: initial;"><a id="L244" href="https://gitlab.com/cgntv/idr-jekyll/-/jobs/2743557060#L244" class="d-inline-block text-right flex-shrink-0 line-number gl-link" style="box-sizing: border-box; color: rgb(127, 128, 127); text-decoration: none; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; font-size: 0.875rem; padding: 0px 1em 0px 8px; min-width: 50px; margin-left: -43px; display: inline-block !important; flex-shrink: 0 !important; text-align: right !important;">244</a><span class="gl-white-space-pre-wrap" style="box-sizing: border-box; white-space: pre-wrap;">WARNING: Ignoring <a href="http://uk.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz" class="gl-reset-color! gl-text-decoration-underline" rel="nofollow noopener noreferrer" style="box-sizing: border-box; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; color: inherit !important;">http://uk.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz</a>: UNTRUSTED signature</span></div><div class="js-line log-line" style="box-sizing: border-box; padding: 1px 8px 1px 55px; min-height: 1.25rem; color: rgb(0, 0, 0); font-family: Menlo, "DejaVu Sans Mono", "Liberation Mono", Consolas, "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-size: 13px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); text-decoration-thickness: initial;"><a id="L245" href="https://gitlab.com/cgntv/idr-jekyll/-/jobs/2743557060#L245" class="d-inline-block text-right flex-shrink-0 line-number gl-link" style="box-sizing: border-box; color: rgb(127, 128, 127); text-decoration: none; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; font-size: 0.875rem; padding: 0px 1em 0px 8px; min-width: 50px; margin-left: -43px; display: inline-block !important; flex-shrink: 0 !important; text-align: right !important;">245</a><span class="gl-white-space-pre-wrap" style="box-sizing: border-box; white-space: pre-wrap;">WARNING: The repository tag for world dependency 'advancecomp@community' does not exist</span></div><div class="js-line log-line" style="box-sizing: border-box; padding: 1px 8px 1px 55px; min-height: 1.25rem; color: rgb(0, 0, 0); font-family: Menlo, "DejaVu Sans Mono", "Liberation Mono", Consolas, "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-size: 13px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); text-decoration-thickness: initial;"><a id="L246" href="https://gitlab.com/cgntv/idr-jekyll/-/jobs/2743557060#L246" class="d-inline-block text-right flex-shrink-0 line-number gl-link" style="box-sizing: border-box; color: rgb(127, 128, 127); text-decoration: none; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; font-size: 0.875rem; padding: 0px 1em 0px 8px; min-width: 50px; margin-left: -43px; display: inline-block !important; flex-shrink: 0 !important; text-align: right !important;">246</a><span class="gl-white-space-pre-wrap" style="box-sizing: border-box; white-space: pre-wrap;">WARNING: The repository tag for world dependency 'gifsicle@community' does not exist</span></div><div class="js-line log-line" style="box-sizing: border-box; padding: 1px 8px 1px 55px; min-height: 1.25rem; color: rgb(0, 0, 0); font-family: Menlo, "DejaVu Sans Mono", "Liberation Mono", Consolas, "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-size: 13px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); text-decoration-thickness: initial;"><a id="L247" href="https://gitlab.com/cgntv/idr-jekyll/-/jobs/2743557060#L247" class="d-inline-block text-right flex-shrink-0 line-number gl-link" style="box-sizing: border-box; color: rgb(127, 128, 127); text-decoration: none; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; font-size: 0.875rem; padding: 0px 1em 0px 8px; min-width: 50px; margin-left: -43px; display: inline-block !important; flex-shrink: 0 !important; text-align: right !important;">247</a><span class="gl-white-space-pre-wrap" style="box-sizing: border-box; white-space: pre-wrap;">WARNING: The repository tag for world dependency 'jhead@testing' does not exist</span></div><div class="js-line log-line" style="box-sizing: border-box; padding: 1px 8px 1px 55px; min-height: 1.25rem; color: rgb(0, 0, 0); font-family: Menlo, "DejaVu Sans Mono", "Liberation Mono", Consolas, "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-size: 13px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); text-decoration-thickness: initial;"><a id="L248" href="https://gitlab.com/cgntv/idr-jekyll/-/jobs/2743557060#L248" class="d-inline-block text-right flex-shrink-0 line-number gl-link" style="box-sizing: border-box; color: rgb(127, 128, 127); text-decoration: none; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; font-size: 0.875rem; padding: 0px 1em 0px 8px; min-width: 50px; margin-left: -43px; display: inline-block !important; flex-shrink: 0 !important; text-align: right !important;">248</a><span class="gl-white-space-pre-wrap" style="box-sizing: border-box; white-space: pre-wrap;">WARNING: The repository tag for world dependency 'jpegoptim@community' does not exist</span></div><div class="js-line log-line" style="box-sizing: border-box; padding: 1px 8px 1px 55px; min-height: 1.25rem; color: rgb(0, 0, 0); font-family: Menlo, "DejaVu Sans Mono", "Liberation Mono", Consolas, "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-size: 13px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); text-decoration-thickness: initial;"><a id="L249" href="https://gitlab.com/cgntv/idr-jekyll/-/jobs/2743557060#L249" class="d-inline-block text-right flex-shrink-0 line-number gl-link" style="box-sizing: border-box; color: rgb(127, 128, 127); text-decoration: none; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; font-size: 0.875rem; padding: 0px 1em 0px 8px; min-width: 50px; margin-left: -43px; display: inline-block !important; flex-shrink: 0 !important; text-align: right !important;">249</a><span class="gl-white-space-pre-wrap" style="box-sizing: border-box; white-space: pre-wrap;">WARNING: The repository tag for world dependency 'libjpeg@edge' does not exist</span></div><div class="js-line log-line" style="box-sizing: border-box; padding: 1px 8px 1px 55px; min-height: 1.25rem; color: rgb(0, 0, 0); font-family: Menlo, "DejaVu Sans Mono", "Liberation Mono", Consolas, "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-size: 13px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); text-decoration-thickness: initial;"><a id="L250" href="https://gitlab.com/cgntv/idr-jekyll/-/jobs/2743557060#L250" class="d-inline-block text-right flex-shrink-0 line-number gl-link" style="box-sizing: border-box; color: rgb(127, 128, 127); text-decoration: none; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; font-size: 0.875rem; padding: 0px 1em 0px 8px; min-width: 50px; margin-left: -43px; display: inline-block !important; flex-shrink: 0 !important; text-align: right !important;">250</a><span class="gl-white-space-pre-wrap" style="box-sizing: border-box; white-space: pre-wrap;">WARNING: The repository tag for world dependency 'libjpeg-turbo-utils@edge' does not exist</span></div><div class="js-line log-line" style="box-sizing: border-box; padding: 1px 8px 1px 55px; min-height: 1.25rem; color: rgb(0, 0, 0); font-family: Menlo, "DejaVu Sans Mono", "Liberation Mono", Consolas, "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-size: 13px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); text-decoration-thickness: initial;"><a id="L251" href="https://gitlab.com/cgntv/idr-jekyll/-/jobs/2743557060#L251" class="d-inline-block text-right flex-shrink-0 line-number gl-link" style="box-sizing: border-box; color: rgb(127, 128, 127); text-decoration: none; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; font-size: 0.875rem; padding: 0px 1em 0px 8px; min-width: 50px; margin-left: -43px; display: inline-block !important; flex-shrink: 0 !important; text-align: right !important;">251</a><span class="gl-white-space-pre-wrap" style="box-sizing: border-box; white-space: pre-wrap;">WARNING: The repository tag for world dependency 'optipng@community' does not exist</span></div><div class="js-line log-line" style="box-sizing: border-box; padding: 1px 8px 1px 55px; min-height: 1.25rem; color: rgb(0, 0, 0); font-family: Menlo, "DejaVu Sans Mono", "Liberation Mono", Consolas, "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-size: 13px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); text-decoration-thickness: initial;"><a id="L252" href="https://gitlab.com/cgntv/idr-jekyll/-/jobs/2743557060#L252" class="d-inline-block text-right flex-shrink-0 line-number gl-link" style="box-sizing: border-box; color: rgb(127, 128, 127); text-decoration: none; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; font-size: 0.875rem; padding: 0px 1em 0px 8px; min-width: 50px; margin-left: -43px; display: inline-block !important; flex-shrink: 0 !important; text-align: right !important;">252</a><span class="gl-white-space-pre-wrap" style="box-sizing: border-box; white-space: pre-wrap;">WARNING: The repository tag for world dependency 'pngcrush@edge' does not exist</span></div><div class="js-line log-line" style="box-sizing: border-box; padding: 1px 8px 1px 55px; min-height: 1.25rem; color: rgb(0, 0, 0); font-family: Menlo, "DejaVu Sans Mono", "Liberation Mono", Consolas, "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-size: 13px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); text-decoration-thickness: initial;"><a id="L253" href="https://gitlab.com/cgntv/idr-jekyll/-/jobs/2743557060#L253" class="d-inline-block text-right flex-shrink-0 line-number gl-link" style="box-sizing: border-box; color: rgb(127, 128, 127); text-decoration: none; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; font-size: 0.875rem; padding: 0px 1em 0px 8px; min-width: 50px; margin-left: -43px; display: inline-block !important; flex-shrink: 0 !important; text-align: right !important;">253</a><span class="gl-white-space-pre-wrap" style="box-sizing: border-box; white-space: pre-wrap;">WARNING: The repository tag for world dependency 'pngquant@edge' does not exist</span></div><div class="js-line log-line" style="box-sizing: border-box; padding: 1px 8px 1px 55px; min-height: 1.25rem; color: rgb(0, 0, 0); font-family: Menlo, "DejaVu Sans Mono", "Liberation Mono", Consolas, "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-size: 13px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); text-decoration-thickness: initial;"><a id="L254" href="https://gitlab.com/cgntv/idr-jekyll/-/jobs/2743557060#L254" class="d-inline-block text-right flex-shrink-0 line-number gl-link" style="box-sizing: border-box; color: rgb(127, 128, 127); text-decoration: none; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; font-size: 0.875rem; padding: 0px 1em 0px 8px; min-width: 50px; margin-left: -43px; display: inline-block !important; flex-shrink: 0 !important; text-align: right !important;">254</a><span class="gl-white-space-pre-wrap" style="box-sizing: border-box; white-space: pre-wrap;">WARNING: The repository tag for world dependency 'ruby-bundler@edge' does not exist</span></div><div class=""><a id="L255" href="https://gitlab.com/cgntv/idr-jekyll/-/jobs/2743557060#L255" class="d-inline-block text-right flex-shrink-0 line-number gl-link" style="font-family: Menlo, "DejaVu Sans Mono", "Liberation Mono", Consolas, "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); box-sizing: border-box; color: rgb(127, 128, 127); text-decoration: none; transition: background-color 100ms linear 0s, color 100ms linear 0s, border 100ms linear 0s; font-size: 0.875rem; padding: 0px 1em 0px 8px; min-width: 50px; margin-left: -43px; display: inline-block !important; flex-shrink: 0 !important; text-align: right !important;">255</a><span class="gl-white-space-pre-wrap" style="color: rgb(0, 0, 0); font-family: Menlo, "DejaVu Sans Mono", "Liberation Mono", Consolas, "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-size: 13px; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); box-sizing: border-box; white-space: pre-wrap;">ERROR: Not committing changes due to missing repository tags. Use --force-broken-world to override.</span> </div><div class=""><br class=""></div><div class="">Any idea how I can get this to work, without suddenly upgrading to Jekyll 4 and its newer builder image?</div><div class=""><br class=""></div><div class="">Thanks in advance,</div><div class="">Ed</div></body></html>