UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 43fd7acc authored by Patrick Einheber's avatar Patrick Einheber
Browse files

Merge branch 'update_release' into 'development'

Update release

See merge request !42
parents 3f242762 397ca95f
No related branches found
No related tags found
2 merge requests!43Development,!42Update release
Pipeline #3158628 passed
Pipeline: elrr-aggregator

#3158632

    ...@@ -7,10 +7,10 @@ USER 0 ...@@ -7,10 +7,10 @@ USER 0
    # Copy and extract ELRR Aggregator source cod # Copy and extract ELRR Aggregator source cod
    WORKDIR / WORKDIR /
    COPY ./elrraggregator-2.1.tar.gz . COPY ./elrraggregator-2.1.2.tar.gz .
    # ELRR Aggregator Dependencies # ELRR Aggregator Dependencies
    RUN tar -xvf ./elrraggregator-2.1.tar.gz --strip-components=1 && \ RUN tar -xvf ./elrraggregator-2.1.2.tar.gz --strip-components=1 && \
    mkdir -p target/dependency mkdir -p target/dependency
    WORKDIR /elrraggregator-0.0.1-SNAPSHOT WORKDIR /elrraggregator-0.0.1-SNAPSHOT
    ......
    ...@@ -8,7 +8,7 @@ name: "opensource/adl-initiative/elrr/elrr-aggregator" ...@@ -8,7 +8,7 @@ name: "opensource/adl-initiative/elrr/elrr-aggregator"
    # The most specific version should be the first tag and will be shown # The most specific version should be the first tag and will be shown
    # on ironbank.dsop.io # on ironbank.dsop.io
    tags: tags:
    - "2.1.0" - "2.1.2"
    - "latest" - "latest"
    # Build args passed to Dockerfile-COPY ARGs # Build args passed to Dockerfile-COPY ARGs
    ...@@ -24,18 +24,18 @@ labels: ...@@ -24,18 +24,18 @@ labels:
    org.opencontainers.image.licenses: "Oracle Technology Network License" org.opencontainers.image.licenses: "Oracle Technology Network License"
    org.opencontainers.image.url: "https://github.com/US-ELRR/elrraggregator" org.opencontainers.image.url: "https://github.com/US-ELRR/elrraggregator"
    org.opencontainers.image.vendor: "Enterprise Learner Record Repository (ELRR)" org.opencontainers.image.vendor: "Enterprise Learner Record Repository (ELRR)"
    org.opencontainers.image.version: "2.1.0" org.opencontainers.image.version: "2.1.2"
    mil.dso.ironbank.image.keywords: "elrr, aggregator, elrraggregator, enterprise learner record repository" mil.dso.ironbank.image.keywords: "elrr, aggregator, elrraggregator, enterprise learner record repository"
    # Product the image belongs to for grouping multiple images # Product the image belongs to for grouping multiple images
    mil.dso.ironbank.product.name: "Enterprise Learner Record Repository (ELRR)" mil.dso.ironbank.product.name: "Enterprise Learner Record Repository (ELRR)"
    # List of resources to make available to the offline build context # List of resources to make available to the offline build context
    resources: resources:
    - url: "https://github.com/US-ELRR/elrraggregator/archive/refs/tags/v2.1.tar.gz" - url: "https://github.com/US-ELRR/elrraggregator/archive/refs/tags/v2.1.2.tar.gz"
    filename: "elrraggregator-2.1.tar.gz" filename: "elrraggregator-2.1.2.tar.gz"
    validation: validation:
    type: "sha256" type: "sha256"
    value: "75e66d2fe63a8c3ec6fc6b3cad71cd1feab2db5d270486b19ffbcb597068c333" value: "8bc0f530d22df53f3dda73e22a419ea4b1aa47f5659804edcf24a79edac38c13"
    # List of project maintainers # List of project maintainers
    maintainers: maintainers:
    ...@@ -45,8 +45,5 @@ maintainers: ...@@ -45,8 +45,5 @@ maintainers:
    - email: "micson@deloitte.com" - email: "micson@deloitte.com"
    name: "Michael Son" name: "Michael Son"
    username: "micson-us" username: "micson-us"
    - email: "smednick@deloitte.com"
    name: "Seth Mednick"
    username: "smednick"
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment