UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
elrr-aggregator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iron Bank Containers
Opensource
adl-initiative
elrr
elrr-aggregator
Commits
7e661558
Unverified
Commit
7e661558
authored
11 months ago
by
Michael Son
Browse files
Options
Downloads
Patches
Plain Diff
cve updates
parent
386ac754
No related branches found
No related tags found
2 merge requests
!43
Development
,
!42
Update release
Pipeline
#3135288
passed
11 months ago
Stage: .pre
Stage: validate-container-metadata
Stage: pipeline-trigger
Pipeline: elrr-aggregator
#3135289
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
hardening_manifest.yaml
+5
-8
5 additions, 8 deletions
hardening_manifest.yaml
with
7 additions
and
10 deletions
Dockerfile
+
2
−
2
View file @
7e661558
...
...
@@ -7,10 +7,10 @@ USER 0
# Copy and extract ELRR Aggregator source cod
WORKDIR
/
COPY
./elrraggregator-2.
1
.tar.gz .
COPY
./elrraggregator-2.
2
.tar.gz .
# ELRR Aggregator Dependencies
RUN
tar
-xvf
./elrraggregator-2.
1
.tar.gz
--strip-components
=
1
&&
\
RUN
tar
-xvf
./elrraggregator-2.
2
.tar.gz
--strip-components
=
1
&&
\
mkdir
-p
target/dependency
WORKDIR
/elrraggregator-0.0.1-SNAPSHOT
...
...
This diff is collapsed.
Click to expand it.
hardening_manifest.yaml
+
5
−
8
View file @
7e661558
...
...
@@ -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.0
"
-
"
2.
2
"
-
"
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.0
"
org.opencontainers.image.version
:
"
2.
2
"
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
.tar.gz"
filename
:
"
elrraggregator-2.
1
.tar.gz"
-
url
:
"
https://github.com/US-ELRR/elrraggregator/archive/refs/tags/v2.
2
.tar.gz"
filename
:
"
elrraggregator-2.
2
.tar.gz"
validation
:
type
:
"
sha256"
value
:
"
75e66d2fe63a8c3ec6fc6b3cad71cd1feab2db5d270486b19ffbcb597068c333
"
value
:
"
be91ff2e320af858f9af67cfef18265a7e274fe0806383f9c223d74f4fc57744
"
# List of project maintainers
maintainers
:
...
...
@@ -45,8 +45,5 @@ maintainers:
-
email
:
"
micson@deloitte.com"
name
:
"
Michael
Son"
username
:
"
micson-us"
-
email
:
"
smednick@deloitte.com"
name
:
"
Seth
Mednick"
username
:
"
smednick"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment