From 1e43c7681977a87bfc078d08796dde908e33a439 Mon Sep 17 00:00:00 2001 From: Michael Son <micson@deloitte.com> Date: Fri, 17 May 2024 10:45:11 -0400 Subject: [PATCH] update to v2.1.3 --- Dockerfile | 4 ++-- hardening_manifest.yaml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8b452b2..4bfaf96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,10 +7,10 @@ USER 0 # Copy and extract ELRR Aggregator source cod WORKDIR / -COPY ./elrraggregator-2.1.2.tar.gz . +COPY ./elrraggregator-2.1.3.tar.gz . # ELRR Aggregator Dependencies -RUN tar -xvf ./elrraggregator-2.1.2.tar.gz --strip-components=1 && \ +RUN tar -xvf ./elrraggregator-2.1.3.tar.gz --strip-components=1 && \ mkdir -p target/dependency WORKDIR /elrraggregator-0.0.1-SNAPSHOT diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index f755ddc..81bbb9f 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/adl-initiative/elrr/elrr-aggregator" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "2.1.2" +- "2.1.3" - "latest" # Build args passed to Dockerfile-COPY ARGs @@ -24,18 +24,18 @@ labels: org.opencontainers.image.licenses: "Oracle Technology Network License" org.opencontainers.image.url: "https://github.com/US-ELRR/elrraggregator" org.opencontainers.image.vendor: "Enterprise Learner Record Repository (ELRR)" - org.opencontainers.image.version: "2.1.2" + org.opencontainers.image.version: "2.1.3" mil.dso.ironbank.image.keywords: "elrr, aggregator, elrraggregator, enterprise learner record repository" # Product the image belongs to for grouping multiple images mil.dso.ironbank.product.name: "Enterprise Learner Record Repository (ELRR)" # List of resources to make available to the offline build context resources: -- url: "https://github.com/US-ELRR/elrraggregator/archive/refs/tags/v2.1.2.tar.gz" - filename: "elrraggregator-2.1.2.tar.gz" +- url: "https://github.com/US-ELRR/elrraggregator/archive/refs/tags/v2.1.3.tar.gz" + filename: "elrraggregator-2.1.3.tar.gz" validation: type: "sha256" - value: "8bc0f530d22df53f3dda73e22a419ea4b1aa47f5659804edcf24a79edac38c13" + value: "67e5bc40d90362db998ad5939bee9939e8ffc9a0b63fd8399d35aff19989ed09" # List of project maintainers maintainers: -- GitLab