From 41b9de37aec59a2fb9de7f2fa216c75ab5485c1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 20:52:15 +0200 Subject: [PATCH 01/22] Bump sigstore/cosign-installer from 2.4.1 to 2.5.0 (#128) Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2819edc..11df822 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -46,7 +46,7 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - uses: sigstore/cosign-installer@v2.4.1 + - uses: sigstore/cosign-installer@v2.5.0 - name: cosign if: ${{ github.event_name != 'pull_request' }} env: From c4f5e6cbcf311f3db886425cd25723a06c093fd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 11:57:05 +0200 Subject: [PATCH 02/22] Bump evryfs/base-ubuntu from jammy-20220531 to jammy-20220801 (#129) Bumps evryfs/base-ubuntu from jammy-20220531 to jammy-20220801. --- updated-dependencies: - dependency-name: evryfs/base-ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5c418f..1247107 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/evryfs/base-ubuntu:jammy-20220531 +FROM quay.io/evryfs/base-ubuntu:jammy-20220801 LABEL maintainer "David J. M. Karlsen " ARG JDK_VERSION=18.0.2+9 ARG DOWNLOAD_URL=https://github.com/adoptium/temurin18-binaries/releases/download/jdk-18.0.2%2B9/OpenJDK18U-jdk_x64_linux_hotspot_18.0.2_9.tar.gz From 241eb26d63d9f2d14fc9f14187f7674165f17978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 20:34:03 +0200 Subject: [PATCH 03/22] Bump sigstore/cosign-installer from 2.5.0 to 2.5.1 (#133) Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v2.5.0...v2.5.1) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 11df822..a875d97 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -46,7 +46,7 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - uses: sigstore/cosign-installer@v2.5.0 + - uses: sigstore/cosign-installer@v2.5.1 - name: cosign if: ${{ github.event_name != 'pull_request' }} env: From a4dbee26797296c6bf5c5922eabd3cee8dedee5b Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Sun, 28 Aug 2022 13:36:03 +0200 Subject: [PATCH 04/22] Upgrde java --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1247107..45c943b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM quay.io/evryfs/base-ubuntu:jammy-20220801 LABEL maintainer "David J. M. Karlsen " -ARG JDK_VERSION=18.0.2+9 -ARG DOWNLOAD_URL=https://github.com/adoptium/temurin18-binaries/releases/download/jdk-18.0.2%2B9/OpenJDK18U-jdk_x64_linux_hotspot_18.0.2_9.tar.gz +ARG JDK_VERSION=18.0.2.1+1 +ARG DOWNLOAD_URL=https://github.com/adoptium/temurin18-binaries/releases/download/jdk-18.0.2.1%2B1/OpenJDK18U-jdk_x64_linux_hotspot_18.0.2.1_1.tar.gz SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN mkdir -p /usr/lib/jvm && \ curl -Ls ${DOWNLOAD_URL} | tar xzv -C /usr/lib/jvm && \ From bea30eb31d07bc30237e022e77b6c09c2d0be0f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 10:39:46 +0200 Subject: [PATCH 05/22] Bump evryfs/base-ubuntu from jammy-20220801 to jammy-20220815 (#135) Bumps evryfs/base-ubuntu from jammy-20220801 to jammy-20220815. --- updated-dependencies: - dependency-name: evryfs/base-ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 45c943b..b972537 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/evryfs/base-ubuntu:jammy-20220801 +FROM quay.io/evryfs/base-ubuntu:jammy-20220815 LABEL maintainer "David J. M. Karlsen " ARG JDK_VERSION=18.0.2.1+1 ARG DOWNLOAD_URL=https://github.com/adoptium/temurin18-binaries/releases/download/jdk-18.0.2.1%2B1/OpenJDK18U-jdk_x64_linux_hotspot_18.0.2.1_1.tar.gz From c7efab9f9237b3f1128359bb8c908ef105aba8c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 20:47:00 +0200 Subject: [PATCH 06/22] Bump sigstore/cosign-installer from 2.5.1 to 2.6.0 (#138) Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v2.5.1...v2.6.0) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a875d97..3e8e082 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -46,7 +46,7 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - uses: sigstore/cosign-installer@v2.5.1 + - uses: sigstore/cosign-installer@v2.6.0 - name: cosign if: ${{ github.event_name != 'pull_request' }} env: From 78486d07ad38b2ab8011aa3a10bfe6e5b829a1d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 20:36:09 +0200 Subject: [PATCH 07/22] Bump sigstore/cosign-installer from 2.6.0 to 2.7.0 (#139) Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v2.6.0...v2.7.0) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3e8e082..dec5ac3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -46,7 +46,7 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - uses: sigstore/cosign-installer@v2.6.0 + - uses: sigstore/cosign-installer@v2.7.0 - name: cosign if: ${{ github.event_name != 'pull_request' }} env: From e79e2ace76e7949c3de533eb6bab71b19e71a60a Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Tue, 27 Sep 2022 20:02:18 +0200 Subject: [PATCH 08/22] Move to java 19 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b972537..f18e82f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM quay.io/evryfs/base-ubuntu:jammy-20220815 LABEL maintainer "David J. M. Karlsen " -ARG JDK_VERSION=18.0.2.1+1 -ARG DOWNLOAD_URL=https://github.com/adoptium/temurin18-binaries/releases/download/jdk-18.0.2.1%2B1/OpenJDK18U-jdk_x64_linux_hotspot_18.0.2.1_1.tar.gz +ARG JDK_VERSION=19+36 +ARG DOWNLOAD_URL=https://objects.githubusercontent.com/github-production-release-asset-2e65be/437830137/6dea2487-3cc7-4f03-acdb-2ae818b3760e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220927%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220927T175854Z&X-Amz-Expires=300&X-Amz-Signature=d030b96f561aafc0bd5bed4a41d0c41f314fdbd17e58d025400b9d4f5ff5542c&X-Amz-SignedHeaders=host&actor_id=18299&key_id=0&repo_id=437830137&response-content-disposition=attachment%3B%20filename%3DOpenJDK19U-jdk_x64_linux_hotspot_19_36.tar.gz&response-content-type=application%2Foctet-stream SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN mkdir -p /usr/lib/jvm && \ curl -Ls ${DOWNLOAD_URL} | tar xzv -C /usr/lib/jvm && \ From 92f143a298154ff8cbae7ea0acc9e5094b4fabb0 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Tue, 27 Sep 2022 20:03:24 +0200 Subject: [PATCH 09/22] use a more readable url --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f18e82f..a00a8cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM quay.io/evryfs/base-ubuntu:jammy-20220815 LABEL maintainer "David J. M. Karlsen " ARG JDK_VERSION=19+36 -ARG DOWNLOAD_URL=https://objects.githubusercontent.com/github-production-release-asset-2e65be/437830137/6dea2487-3cc7-4f03-acdb-2ae818b3760e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220927%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220927T175854Z&X-Amz-Expires=300&X-Amz-Signature=d030b96f561aafc0bd5bed4a41d0c41f314fdbd17e58d025400b9d4f5ff5542c&X-Amz-SignedHeaders=host&actor_id=18299&key_id=0&repo_id=437830137&response-content-disposition=attachment%3B%20filename%3DOpenJDK19U-jdk_x64_linux_hotspot_19_36.tar.gz&response-content-type=application%2Foctet-stream +ARG DOWNLOAD_URL=https://github.com/adoptium/temurin19-binaries/releases/download/jdk-19%2B36/OpenJDK19U-jdk_x64_linux_hotspot_19_36.tar.gz SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN mkdir -p /usr/lib/jvm && \ curl -Ls ${DOWNLOAD_URL} | tar xzv -C /usr/lib/jvm && \ From 99779d21ff56e0230d37dfd55074feebfdfe3e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 20:20:00 +0200 Subject: [PATCH 10/22] Bump evryfs/base-ubuntu from jammy-20220815 to jammy-20221003 (#142) Bumps evryfs/base-ubuntu from jammy-20220815 to jammy-20221003. --- updated-dependencies: - dependency-name: evryfs/base-ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a00a8cf..20f4875 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/evryfs/base-ubuntu:jammy-20220815 +FROM quay.io/evryfs/base-ubuntu:jammy-20221003 LABEL maintainer "David J. M. Karlsen " ARG JDK_VERSION=19+36 ARG DOWNLOAD_URL=https://github.com/adoptium/temurin19-binaries/releases/download/jdk-19%2B36/OpenJDK19U-jdk_x64_linux_hotspot_19_36.tar.gz From bc5da55dd89dc48975a7591e402f1c5ab665d170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 11:23:40 +0200 Subject: [PATCH 11/22] Bump sigstore/cosign-installer from 2.7.0 to 2.8.0 (#144) Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index dec5ac3..886adb3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -46,7 +46,7 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - uses: sigstore/cosign-installer@v2.7.0 + - uses: sigstore/cosign-installer@v2.8.0 - name: cosign if: ${{ github.event_name != 'pull_request' }} env: From e13bfe5d1e87df5bcea37bd3f4403164ae927200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 21:00:55 +0200 Subject: [PATCH 12/22] Bump sigstore/cosign-installer from 2.8.0 to 2.8.1 (#145) Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 886adb3..d4dfc96 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -46,7 +46,7 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - uses: sigstore/cosign-installer@v2.8.0 + - uses: sigstore/cosign-installer@v2.8.1 - name: cosign if: ${{ github.event_name != 'pull_request' }} env: From e8d88803a463ed9891a304d2f86fc731f565fc1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:10:14 +0200 Subject: [PATCH 13/22] Bump evryfs/base-ubuntu from jammy-20221003 to jammy-20221020 (#148) Bumps evryfs/base-ubuntu from jammy-20221003 to jammy-20221020. --- updated-dependencies: - dependency-name: evryfs/base-ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 20f4875..579ec35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/evryfs/base-ubuntu:jammy-20221003 +FROM quay.io/evryfs/base-ubuntu:jammy-20221020 LABEL maintainer "David J. M. Karlsen " ARG JDK_VERSION=19+36 ARG DOWNLOAD_URL=https://github.com/adoptium/temurin19-binaries/releases/download/jdk-19%2B36/OpenJDK19U-jdk_x64_linux_hotspot_19_36.tar.gz From 731c7d19693bd46e660309fdc8daec0e652b4055 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Sun, 30 Oct 2022 15:04:24 +0100 Subject: [PATCH 14/22] Upgrade java --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 579ec35..72be9a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM quay.io/evryfs/base-ubuntu:jammy-20221020 LABEL maintainer "David J. M. Karlsen " -ARG JDK_VERSION=19+36 -ARG DOWNLOAD_URL=https://github.com/adoptium/temurin19-binaries/releases/download/jdk-19%2B36/OpenJDK19U-jdk_x64_linux_hotspot_19_36.tar.gz +ARG JDK_VERSION=19.0.1+10 +ARG DOWNLOAD_URL=https://github.com/adoptium/temurin19-binaries/releases/download/jdk-19.0.1%2B10/OpenJDK19U-jdk_x64_linux_hotspot_19.0.1_10.tar.gz SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN mkdir -p /usr/lib/jvm && \ curl -Ls ${DOWNLOAD_URL} | tar xzv -C /usr/lib/jvm && \ From e7a1b77d1816e799f3fbfeb21e8861872eed3194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 19:45:57 +0100 Subject: [PATCH 15/22] Bump evryfs/base-ubuntu from jammy-20221020 to jammy-20221101 (#151) Bumps evryfs/base-ubuntu from jammy-20221020 to jammy-20221101. --- updated-dependencies: - dependency-name: evryfs/base-ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 72be9a3..c5fdf3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/evryfs/base-ubuntu:jammy-20221020 +FROM quay.io/evryfs/base-ubuntu:jammy-20221101 LABEL maintainer "David J. M. Karlsen " ARG JDK_VERSION=19.0.1+10 ARG DOWNLOAD_URL=https://github.com/adoptium/temurin19-binaries/releases/download/jdk-19.0.1%2B10/OpenJDK19U-jdk_x64_linux_hotspot_19.0.1_10.tar.gz From 90cd076258019ac372e4fc40c84d620c169d1609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 11:05:47 +0100 Subject: [PATCH 16/22] Bump evryfs/base-ubuntu from jammy-20221101 to jammy-20221130 (#154) Bumps evryfs/base-ubuntu from jammy-20221101 to jammy-20221130. --- updated-dependencies: - dependency-name: evryfs/base-ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5fdf3b..b113dce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/evryfs/base-ubuntu:jammy-20221101 +FROM quay.io/evryfs/base-ubuntu:jammy-20221130 LABEL maintainer "David J. M. Karlsen " ARG JDK_VERSION=19.0.1+10 ARG DOWNLOAD_URL=https://github.com/adoptium/temurin19-binaries/releases/download/jdk-19.0.1%2B10/OpenJDK19U-jdk_x64_linux_hotspot_19.0.1_10.tar.gz From 5d8aa00eeedddf18125b68d5008f9326a1da04c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 09:18:45 +0200 Subject: [PATCH 17/22] Bump docker/build-push-action from 3 to 4 (#158) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d4dfc96..5e23267 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,7 +40,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Build and push id: build-push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . push: ${{ github.event_name != 'pull_request' }} From 7a615fa7cf0087868776ee6ce71b537e0fb3f8b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 07:46:51 +0200 Subject: [PATCH 18/22] Bump evryfs/base-ubuntu from jammy-20221130 to jammy-20230308 (#165) Bumps [evryfs/base-ubuntu](https://github.com/evryfs/base-ubuntu) from jammy-20221130 to jammy-20230308. - [Release notes](https://github.com/evryfs/base-ubuntu/releases) - [Commits](https://github.com/evryfs/base-ubuntu/compare/jammy-20221130...jammy-20230308) --- updated-dependencies: - dependency-name: evryfs/base-ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b113dce..4799938 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/evryfs/base-ubuntu:jammy-20221130 +FROM quay.io/evryfs/base-ubuntu:jammy-20230308 LABEL maintainer "David J. M. Karlsen " ARG JDK_VERSION=19.0.1+10 ARG DOWNLOAD_URL=https://github.com/adoptium/temurin19-binaries/releases/download/jdk-19.0.1%2B10/OpenJDK19U-jdk_x64_linux_hotspot_19.0.1_10.tar.gz From d3bdcdcd92fce796140af0fde124871b3c2631ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 13:18:26 +0100 Subject: [PATCH 19/22] Bump evryfs/base-ubuntu from jammy-20230308 to jammy-20231128 (#175) Bumps [evryfs/base-ubuntu](https://github.com/evryfs/base-ubuntu) from jammy-20230308 to jammy-20231128. - [Commits](https://github.com/evryfs/base-ubuntu/commits) --- updated-dependencies: - dependency-name: evryfs/base-ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4799938..2621441 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/evryfs/base-ubuntu:jammy-20230308 +FROM quay.io/evryfs/base-ubuntu:jammy-20231128 LABEL maintainer "David J. M. Karlsen " ARG JDK_VERSION=19.0.1+10 ARG DOWNLOAD_URL=https://github.com/adoptium/temurin19-binaries/releases/download/jdk-19.0.1%2B10/OpenJDK19U-jdk_x64_linux_hotspot_19.0.1_10.tar.gz From ee8996a69f1d1d4ac111cb9a151ed9f42e134d29 Mon Sep 17 00:00:00 2001 From: MohanaRao SV Date: Mon, 15 Jan 2024 17:51:03 +0530 Subject: [PATCH 20/22] Configure dependency bot for java21 branch (#173) Co-authored-by: Mohana Rao S V --- .github/dependabot.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a3909e4..cbfdcd7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,18 +8,23 @@ updates: directory: "/" schedule: interval: daily - target-branch: java17 - package-ecosystem: docker directory: "/" schedule: interval: daily + target-branch: java8 - package-ecosystem: docker directory: "/" schedule: interval: daily - target-branch: java8 + target-branch: java11 - package-ecosystem: docker directory: "/" schedule: interval: daily - target-branch: java11 + target-branch: java17 +- package-ecosystem: docker + directory: "/" + schedule: + interval: daily + target-branch: java21 From bb7ce0e895404b906e36d604837a29b660e3e9c3 Mon Sep 17 00:00:00 2001 From: Mohana Rao S V Date: Wed, 15 May 2024 19:22:56 +0530 Subject: [PATCH 21/22] Pointing to latest version of jdk11 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2621441..61494a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM quay.io/evryfs/base-ubuntu:jammy-20231128 LABEL maintainer "David J. M. Karlsen " -ARG JDK_VERSION=19.0.1+10 -ARG DOWNLOAD_URL=https://github.com/adoptium/temurin19-binaries/releases/download/jdk-19.0.1%2B10/OpenJDK19U-jdk_x64_linux_hotspot_19.0.1_10.tar.gz +ARG JDK_VERSION=jdk-11.0.23+9 +ARG DOWNLOAD_URL=https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B9/OpenJDK11U-jdk_x64_linux_hotspot_11.0.23_9.tar.gz SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN mkdir -p /usr/lib/jvm && \ curl -Ls ${DOWNLOAD_URL} | tar xzv -C /usr/lib/jvm && \ From 8a41727d38aeee736a97c980fa266d709e9d0112 Mon Sep 17 00:00:00 2001 From: Mohana Rao S V Date: Wed, 15 May 2024 19:30:41 +0530 Subject: [PATCH 22/22] Removed unwanted jdk prefix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 61494a9..b86d8db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM quay.io/evryfs/base-ubuntu:jammy-20231128 LABEL maintainer "David J. M. Karlsen " -ARG JDK_VERSION=jdk-11.0.23+9 +ARG JDK_VERSION=11.0.23+9 ARG DOWNLOAD_URL=https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B9/OpenJDK11U-jdk_x64_linux_hotspot_11.0.23_9.tar.gz SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN mkdir -p /usr/lib/jvm && \