UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ironbank-pipeline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
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
ironbank-pipeline
Merge requests
!687
Resolve "Remove Docker Tar from S3 Upload"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Remove Docker Tar from S3 Upload"
368-remove-docker-tar
into
development
Overview
0
Commits
27
Pipelines
7
Changes
15
Merged
David Freeman
requested to merge
368-remove-docker-tar
into
development
3 years ago
Overview
0
Commits
27
Pipelines
7
Changes
15
Expand
Closes
#368 (closed)
Testing with UBI and Distroless
Distroless -
https://repo1.dso.mil/dsop/opensource/pipeline-test-project/base/-/pipelines/421209
UBI -
https://repo1.dso.mil/dsop/opensource/pipeline-test-project/ubi8/-/pipelines/421211
Edited
3 years ago
by
David Freeman
0
0
Merge request reports
Compare
development
version 6
efba518d
3 years ago
version 5
a156f010
3 years ago
version 4
aa86f0ef
3 years ago
version 3
4ad9e550
3 years ago
version 2
605a9418
3 years ago
version 1
a91d520d
3 years ago
development (base)
and
latest version
latest version
05c74864
27 commits,
3 years ago
version 6
efba518d
26 commits,
3 years ago
version 5
a156f010
25 commits,
3 years ago
version 4
aa86f0ef
23 commits,
3 years ago
version 3
4ad9e550
22 commits,
3 years ago
version 2
605a9418
16 commits,
3 years ago
version 1
a91d520d
14 commits,
3 years ago
15 files
+
34
−
95
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
stages/documentation/base.yaml
+
15
−
22
Options
.documentation
:
stage
:
documentation
only
:
-
development
-
master
variables
:
ARTIFACT_DIR
:
"
${ARTIFACT_STORAGE}/documentation"
SIG_FILE
:
signature
OPENSCAP_VERSION_FILE
:
"
${ARTIFACT_STORAGE}/scan-results/openscap/oscap-version.txt"
TWISTLOCK_VERSION_FILE
:
"
${ARTIFACT_STORAGE}/scan-results/twistlock/twistlock-version.txt"
ANCHORE_VERSION_FILE
:
"
${ARTIFACT_STORAGE}/scan-results/anchore/anchore-version.txt"
IMAGE_FILE
:
"
${CI_PROJECT_NAME}-${CI_PIPELINE_ID}"
artifacts
:
paths
:
-
$ARTIFACT_DIR
expire_in
:
1 week
documentation
:
extends
:
.documentation
dependencies
:
-
load-scripts
-
hardening-manifest
@@ -22,20 +16,19 @@ documentation:
-
anchore-scan
-
twistlock-scan
-
openscap-compliance
only
:
-
development
-
master
before_script
:
-
'
mkdir
-p
"${ARTIFACT_DIR}/reports"'
artifacts
:
paths
:
-
$ARTIFACT_DIR
expire_in
:
1 week
ib-manifest
:
extends
:
.documentation
script
:
-
'
"${PIPELINE_REPO_DIR}/stages/documentation/
documentatio
n.sh"'
-
'
"${PIPELINE_REPO_DIR}/stages/documentation/
ib-manifest-ru
n.sh"'
create-tar
:
write-json-docs
:
extends
:
.documentation
needs
:
-
load-scripts
-
hardening-manifest
-
build
except
:
-
development
-
master
script
:
-
'
"${PIPELINE_REPO_DIR}/stages/documentation/
create-tar
.sh"'
-
'
"${PIPELINE_REPO_DIR}/stages/documentation/
write-json-docs-run
.sh"'
Loading