UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 9ec619e6 authored by Blane Staskiewicz's avatar Blane Staskiewicz
Browse files

Merge branch 'agg-update' into 'development'

latest code update from github

See merge request !35
parents bb76f672 735ec831
No related branches found
No related tags found
2 merge requests!36Master,!35latest code update from github
Pipeline #1416502 passed
Pipeline: elrr-aggregator

#1416506

    ...@@ -6,10 +6,10 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as base ...@@ -6,10 +6,10 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as base
    USER 0 USER 0
    # Copy and extract ELRR Aggregator source code # Copy and extract ELRR Aggregator source code
    COPY elrraggregator-1.4.tar.gz . COPY elrraggregator-1.5.tar.gz .
    # ELRR Aggregator Dependencies # ELRR Aggregator Dependencies
    RUN tar -xvf ./elrraggregator-1.4.tar.gz --strip-components=1 && \ RUN tar -xvf ./elrraggregator-1.5.tar.gz --strip-components=1 && \
    mkdir -p target/dependency && \ mkdir -p target/dependency && \
    cd elrraggregator-0.0.1-SNAPSHOT && \ cd elrraggregator-0.0.1-SNAPSHOT && \
    mv BOOT-INF/ ../target/dependency/ && \ mv BOOT-INF/ ../target/dependency/ && \
    ......
    ...@@ -8,6 +8,7 @@ name: "opensource/adl-initiative/elrr/elrr-aggregator" ...@@ -8,6 +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:
    - "1.0.5"
    - "1.0.4" - "1.0.4"
    - "1.0.3" - "1.0.3"
    - "latest" - "latest"
    ...@@ -25,18 +26,18 @@ labels: ...@@ -25,18 +26,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: "1.0.4" org.opencontainers.image.version: "1.0.5"
    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/v1.4.tar.gz" - url: "https://github.com/US-ELRR/elrraggregator/archive/refs/tags/v1.5.tar.gz"
    filename: "elrraggregator-1.4.tar.gz" filename: "elrraggregator-1.5.tar.gz"
    validation: validation:
    type: "sha256" type: "sha256"
    value: "a9d5f114e4aa98f37528f17922a2762ec770bc9b111c5d1926049ee33eca2d67" value: "16e699d73b9cc8a722319a36f242e72ba231da888b2437293c579fe249e74c2f"
    # List of project maintainers # List of project maintainers
    maintainers: maintainers:
    ......
    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