Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
build:
env:
# renovate: datasource=docker depName=moby/buildkit
BUILDKIT_IMAGE: moby/buildkit:v0.31.0@sha256:a095b3d11ce1a9a05b6064ef515dfca0291ec5bcf2ea8178da8f6461924294e1
BUILDKIT_IMAGE: moby/buildkit:v0.32.2@sha256:28a898719c18a33f4e8000685287fa36fd0dd9560c6440227d3a732d79bb41d8
strategy:
matrix:
runner: [ubuntu-24.04, ubuntu-24.04-arm]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ jobs:
matrix:
include: ${{ fromJson(needs.plan.outputs.sitectl_create_smoke_matrix) }}

uses: libops/.github/.github/workflows/sitectl-create-smoke-test.yaml@ac5db178c5335b456c20f28aa9f447d93c572aa9 # main
uses: libops/.github/.github/workflows/sitectl-create-smoke-test.yaml@7277eacc89fca014481b2ca66039f4176509bcfc # main
with:
plugin: ${{ matrix.plugin }}
create-definition: default
Expand Down
4 changes: 2 additions & 2 deletions images/activemq5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM java17

ARG TARGETARCH
# renovate: datasource=custom.apache-downloads depName=apache-activemq5 packageName=activemq
ARG SOFTWARE_VERSION=5.19.8
ARG SOFTWARE_VERSION=5.19.10
ARG ACTIVEMQ_FILE="apache-activemq-${SOFTWARE_VERSION}-bin.tar.gz"
ARG ACTIVEMQ_URL="https://archive.apache.org/dist/activemq/${SOFTWARE_VERSION}/${ACTIVEMQ_FILE}"
ARG ACTIVEMQ_FILE_SHA256="e9cc464a810050aa0240ba3618e3243bd58bae85c6af600b9c02c3944553ab0b"
ARG ACTIVEMQ_FILE_SHA256="9026ae198a1f5cfb4b8fd0345ca6f574c7acdbff922a2d78c8675ffc311edd47"

EXPOSE 61616 5672 61613 1883 61614 8161

Expand Down
2 changes: 1 addition & 1 deletion images/activemq5/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ActiveMQ

Docker image for [ActiveMQ] version 5.19.8.
Docker image for [ActiveMQ] version 5.19.10.

Built from [libops/isle-buildkit activemq](https://github.com/libops/buildkit/tree/main/images/activemq)

Expand Down
4 changes: 2 additions & 2 deletions images/activemq6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM java21

ARG TARGETARCH
# renovate: datasource=custom.apache-downloads depName=apache-activemq6 packageName=activemq
ARG SOFTWARE_VERSION=6.2.7
ARG SOFTWARE_VERSION=6.3.1
ARG ACTIVEMQ_FILE="apache-activemq-${SOFTWARE_VERSION}-bin.tar.gz"
ARG ACTIVEMQ_URL="https://archive.apache.org/dist/activemq/${SOFTWARE_VERSION}/${ACTIVEMQ_FILE}"
ARG ACTIVEMQ_FILE_SHA256="7bb616f47e94c3bcd17589712ba647e893b049010c104c780fc227e83fed09ee"
ARG ACTIVEMQ_FILE_SHA256="25350d3f9462e4297aeb1d1196443995e68e1fb7707a250fa2b7619db478daba"

EXPOSE 61616 5672 61613 1883 61614 8161

Expand Down
2 changes: 1 addition & 1 deletion images/activemq6/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ActiveMQ

Docker image for [ActiveMQ] version 6.2.7.
Docker image for [ActiveMQ] version 6.3.1.

Built from [libops/isle-buildkit activemq7](https://github.com/libops/buildkit/tree/main/images/activemq6)

Expand Down
4 changes: 2 additions & 2 deletions images/archivesspace-solr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ LABEL org.opencontainers.image.licenses="Apache-2.0 AND ECL-2.0"
ARG TARGETARCH

# renovate: datasource=github-releases depName=archivesspace packageName=archivesspace/archivesspace
ARG SOFTWARE_VERSION=4.2.0
ARG SOFTWARE_VERSION=4.2.1
ARG ARCHIVESSPACE_FILE=archivesspace-v${SOFTWARE_VERSION}.zip
ARG ARCHIVESSPACE_URL=https://github.com/archivesspace/archivesspace/releases/download/v${SOFTWARE_VERSION}/${ARCHIVESSPACE_FILE}
ARG ARCHIVESSPACE_SHA256="46dfd77cbb0643d43ddf2555bd9edbb6b63fd8cbfc140bcf81c1238eb8f9eb7f"
ARG ARCHIVESSPACE_SHA256="bd147f0d9e62902137e121c1b7ee639c6e6bb60c333d3cd20dc933d053e0d2e5"

RUN --mount=type=cache,id=archivesspace-solr-downloads-${TARGETARCH},sharing=locked,target=/opt/downloads \
download.sh \
Expand Down
4 changes: 2 additions & 2 deletions images/archivesspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ ARG \
# renovate: datasource=repology depName=alpine_3_24/unzip
UNZIP_VERSION=6.0-r16 \
# renovate: datasource=github-releases depName=archivesspace packageName=archivesspace/archivesspace
SOFTWARE_VERSION=4.2.0
SOFTWARE_VERSION=4.2.1

ARG ARCHIVESSPACE_FILE=archivesspace-v${SOFTWARE_VERSION}.zip
ARG ARCHIVESSPACE_URL=https://github.com/archivesspace/archivesspace/releases/download/v${SOFTWARE_VERSION}/${ARCHIVESSPACE_FILE}
ARG ARCHIVESSPACE_SHA256="46dfd77cbb0643d43ddf2555bd9edbb6b63fd8cbfc140bcf81c1238eb8f9eb7f"
ARG ARCHIVESSPACE_SHA256="bd147f0d9e62902137e121c1b7ee639c6e6bb60c333d3cd20dc933d053e0d2e5"
# renovate: datasource=maven depName=mysql-connector-j packageName=com.mysql:mysql-connector-j
ARG MYSQL_CONNECTOR_VERSION=9.7.0
ARG MYSQL_CONNECTOR_FILE=mysql-connector-j-${MYSQL_CONNECTOR_VERSION}.jar
Expand Down
4 changes: 2 additions & 2 deletions images/fcrepo6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM tomcat9
ARG TARGETARCH

# renovate: datasource=github-releases depName=fcrepo6 packageName=fcrepo/fcrepo
ARG SOFTWARE_VERSION=6.5.1
ARG SOFTWARE_VERSION=6.5.2
ARG FCREPO_FILE=fcrepo-webapp-${SOFTWARE_VERSION}.war
ARG FCREPO_URL=https://github.com/fcrepo/fcrepo/releases/download/fcrepo-${SOFTWARE_VERSION}/${FCREPO_FILE}
ARG FCREPO_SHA256="5091550fe31e7693f36396e0ea3231c990648f14d914597124b84971a9daaae5"
ARG FCREPO_SHA256="ae71140636079ab7d0d009ccba6428a9a67f7299d3233cc03e161f30a0f17b1b"

# renovate: datasource=github-releases depName=islandora-syn-fcrepo6 packageName=Islandora/Syn
ARG SYN_VERSION=1.1.1
Expand Down
2 changes: 1 addition & 1 deletion images/fcrepo6/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fcrepo 6

Docker image for [fcrepo] version 6.5.1.
Docker image for [fcrepo] version 6.5.2.

Built from [libops/isle-buildkit fcrepo6](https://github.com/libops/buildkit/tree/main/images/fcrepo6)

Expand Down
4 changes: 2 additions & 2 deletions images/php83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM base

ARG TARGETARCH
# renovate: datasource=github-releases depName=custom-composer packageName=composer/composer
ARG COMPOSER_VERSION=2.10.2
ARG COMPOSER_VERSION=2.10.3
ARG COMPOSER_FILE=composer.phar
ARG COMPOSER_URL=https://getcomposer.org/download/${COMPOSER_VERSION}/${COMPOSER_FILE}
ARG COMPOSER_SHA256="5ee7125f8a30a34d246cefdc0bc85b8a783b28f2aec968994118512350d28027"
ARG COMPOSER_SHA256="7a2d379d5b8ffdaa028580ef26494c36d2feef4b178d3dd1473a4dbc5e17c8d6"

WORKDIR /var/www

Expand Down
4 changes: 2 additions & 2 deletions images/php84/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM base

ARG TARGETARCH
# renovate: datasource=github-releases depName=custom-composer packageName=composer/composer
ARG COMPOSER_VERSION=2.10.2
ARG COMPOSER_VERSION=2.10.3
ARG COMPOSER_FILE=composer.phar
ARG COMPOSER_URL=https://getcomposer.org/download/${COMPOSER_VERSION}/${COMPOSER_FILE}
ARG COMPOSER_SHA256="5ee7125f8a30a34d246cefdc0bc85b8a783b28f2aec968994118512350d28027"
ARG COMPOSER_SHA256="7a2d379d5b8ffdaa028580ef26494c36d2feef4b178d3dd1473a4dbc5e17c8d6"

WORKDIR /var/www

Expand Down
2 changes: 1 addition & 1 deletion images/scyllaridae/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM go1-26 AS builder
WORKDIR /build

# renovate: datasource=github-releases depName=scyllaridae packageName=islandora/scyllaridae
ARG SOFTWARE_VERSION=5.2.10
ARG SOFTWARE_VERSION=5.3.1
ARG SCYLLARIDAE_URL="https://github.com/islandora/scyllaridae/archive/refs/tags/${SOFTWARE_VERSION}.tar.gz"
ARG SCYLLARIDAE_SHA256="c68075673b604a7ffeeaffad5a50afa146e61e7047559a3d4d1c020975d0e484"
RUN download.sh \
Expand Down
4 changes: 2 additions & 2 deletions images/solr10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ ARG SOLR_FILE=solr-${SOFTWARE_VERSION}.tgz
ARG SOLR_URL=https://archive.apache.org/dist/solr/solr/${SOFTWARE_VERSION}/solr-${SOFTWARE_VERSION}.tgz
ARG SOLR_FILE_SHA256="07c180970f60d13776be13ccb60c707d041e5e1a8b914d197d1358ac25f804b5"
# renovate: datasource=github-releases depName=solr-ocrhighlighting packageName=dbmdz/solr-ocrhighlighting
ARG OCRHIGHLIGHT_VERSION=0.9.5
ARG OCRHIGHLIGHT_VERSION=0.10.1
ARG OCRHIGHLIGHT_FILE=solr-ocrhighlighting-${OCRHIGHLIGHT_VERSION}.jar
ARG OCRHIGHLIGHT_URL=https://github.com/dbmdz/solr-ocrhighlighting/releases/download/${OCRHIGHLIGHT_VERSION}/solr-ocrhighlighting-${OCRHIGHLIGHT_VERSION}.jar
ARG OCRHIGHLIGHT_FILE_SHA256="0fb598699ed17e9e70cbd2923ee1907595b85068402a39fdd64e06e8b23bd419"
ARG OCRHIGHLIGHT_FILE_SHA256="d10b86684004ebeec3d938a64608135e80c1cef58a176dacb9a556f0b5a78823"
ARG OCRHIGHLIGHT_DEST=/opt/solr/lib

EXPOSE 8983
Expand Down
4 changes: 2 additions & 2 deletions images/solr9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ ARG SOLR_FILE=solr-${SOFTWARE_VERSION}.tgz
ARG SOLR_URL=https://archive.apache.org/dist/solr/solr/${SOFTWARE_VERSION}/solr-${SOFTWARE_VERSION}.tgz
ARG SOLR_FILE_SHA256="31dd91aeade540f4d7005cc1a1f7cc583ad77a78d800c9065cac06af1b097454"
# renovate: datasource=github-releases depName=solr-ocrhighlighting packageName=dbmdz/solr-ocrhighlighting
ARG OCRHIGHLIGHT_VERSION=0.9.5
ARG OCRHIGHLIGHT_VERSION=0.10.1
ARG OCRHIGHLIGHT_FILE=solr-ocrhighlighting-${OCRHIGHLIGHT_VERSION}.jar
ARG OCRHIGHLIGHT_URL=https://github.com/dbmdz/solr-ocrhighlighting/releases/download/${OCRHIGHLIGHT_VERSION}/solr-ocrhighlighting-${OCRHIGHLIGHT_VERSION}.jar
ARG OCRHIGHLIGHT_FILE_SHA256="0fb598699ed17e9e70cbd2923ee1907595b85068402a39fdd64e06e8b23bd419"
ARG OCRHIGHLIGHT_FILE_SHA256="d10b86684004ebeec3d938a64608135e80c1cef58a176dacb9a556f0b5a78823"
ARG OCRHIGHLIGHT_DEST=/opt/solr/lib

EXPOSE 8983
Expand Down
4 changes: 2 additions & 2 deletions images/tomcat11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM java25

ARG TARGETARCH
# renovate: datasource=custom.apache-downloads depName=apache-tomcat11 packageName=tomcat/tomcat-11
ARG SOFTWARE_VERSION=11.0.23
ARG TOMCAT_FILE_SHA256="0473e3e87c88ecf5c1ac3cd046b504573aa4de39fc5f4bf865ae807cf8c5546e"
ARG SOFTWARE_VERSION=11.0.25
ARG TOMCAT_FILE_SHA256="071ae2c6213e3c02c58b8581113b7887a96ef2756439b3c5be36fa6aec350090"

EXPOSE 8080

Expand Down
2 changes: 1 addition & 1 deletion images/tomcat11/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tomcat 11

Docker image for [Tomcat] version 11.0.23.
Docker image for [Tomcat] version 11.0.25.

Built from [libops/buildkit tomcat11](https://github.com/libops/buildkit/tree/main/images/tomcat11)

Expand Down
4 changes: 2 additions & 2 deletions images/tomcat9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM java17

ARG TARGETARCH
# renovate: datasource=custom.apache-downloads depName=apache-tomcat9 packageName=tomcat/tomcat-9
ARG SOFTWARE_VERSION=9.0.119
ARG TOMCAT_FILE_SHA256="bc4fd2fb7040fd2f574fd726e4d0274af0c18cb343c450179c3a63104a971964"
ARG SOFTWARE_VERSION=9.0.121
ARG TOMCAT_FILE_SHA256="d1a804502cddfd1c1436c1c37809ed4cb807a9c64a8a35fe1747d3ba9a0edeab"

EXPOSE 8080

Expand Down
2 changes: 1 addition & 1 deletion images/tomcat9/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tomcat

Docker image for [Tomcat] version 9.0.119.
Docker image for [Tomcat] version 9.0.121.

Built from [libops/isle-buildkit tomcat](https://github.com/libops/buildkit/tree/main/images/tomcat)

Expand Down
Loading