From 4f7c3d033fa2eb579bf20ed8aa01d8e002d64f02 Mon Sep 17 00:00:00 2001
From: Abdullah Alsindy <aalsindy@oteemo.com>
Date: Tue, 14 Mar 2023 18:25:33 +0000
Subject: [PATCH 1/5] Upload New File

---
 hardening_manifest.yaml | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 hardening_manifest.yaml

diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml
new file mode 100644
index 0000000..b9caf03
--- /dev/null
+++ b/hardening_manifest.yaml
@@ -0,0 +1,36 @@
+---
+apiVersion: v1
+
+name: "opensource/foo/bar"
+
+tags:
+- "0.0.0"
+- "latest"
+
+args:
+  BASE_IMAGE: "redhat/ubi/ubi8"
+  BASE_TAG: "8.6"
+
+labels:
+  org.opencontainers.image.title: "title"
+  org.opencontainers.image.description: "description"
+  org.opencontainers.image.licenses: "Apache-2.0"
+  org.opencontainers.image.url: "https://url"
+  org.opencontainers.image.vendor: "vendor"
+  org.opencontainers.image.version: "0.0.0"
+  mil.dso.ironbank.image.keywords: "tag1,tag2,tag3"
+  mil.dso.ironbank.image.type: "opensource"
+  mil.dso.ironbank.product.name: "name"
+
+resources:
+- filename: 
+  url: 
+  validation:
+    type: sha256
+    value: 
+
+maintainers:
+- email: "username@example.com"
+  name: "FirstName LastName"
+  username: "UserName"
+  cht_member: true/false
-- 
GitLab


From 1a4719345ac9010369a2f432514996d41b628dce Mon Sep 17 00:00:00 2001
From: Abdullah Alsindy <aalsindy@oteemo.com>
Date: Tue, 14 Mar 2023 18:25:57 +0000
Subject: [PATCH 2/5] Upload New File

---
 LICENSE | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 LICENSE

diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..e69de29
-- 
GitLab


From d37b72cd209a1fa13370bcdaa8a05b80ecd7c8cf Mon Sep 17 00:00:00 2001
From: Abdullah Alsindy <aalsindy@oteemo.com>
Date: Tue, 14 Mar 2023 18:26:15 +0000
Subject: [PATCH 3/5] Upload New File

---
 Dockerfile | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 Dockerfile

diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..743dab4
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,13 @@
+ARG BASE_REGISTRY=registry1.dso.mil
+ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
+ARG BASE_TAG=8.6
+
+FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
+
+RUN dnf update -y --nodocs && \
+    dnf clean all && \
+    rm -rf /var/cache/dnf
+
+HEALTHCHECK NONE
+
+USER nobody
-- 
GitLab


From 485b90f55dfe704774fb91fdad8ae2479f8268db Mon Sep 17 00:00:00 2001
From: Abdullah Alsindy <aalsindy@oteemo.com>
Date: Tue, 14 Mar 2023 18:26:42 +0000
Subject: [PATCH 4/5] Update Dockerfile

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 743dab4..2047da4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
 ARG BASE_REGISTRY=registry1.dso.mil
 ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
-ARG BASE_TAG=8.6
+ARG BASE_TAG=8.7
 
 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
 
-- 
GitLab


From da62d07275a83921d357eeace3e0bd7c9619ac8e Mon Sep 17 00:00:00 2001
From: Abdullah Alsindy <aalsindy@oteemo.com>
Date: Tue, 14 Mar 2023 18:27:26 +0000
Subject: [PATCH 5/5] Update hardening_manifest.yaml

---
 hardening_manifest.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml
index b9caf03..5969bd4 100644
--- a/hardening_manifest.yaml
+++ b/hardening_manifest.yaml
@@ -9,7 +9,7 @@ tags:
 
 args:
   BASE_IMAGE: "redhat/ubi/ubi8"
-  BASE_TAG: "8.6"
+  BASE_TAG: "8.7"
 
 labels:
   org.opencontainers.image.title: "title"
-- 
GitLab