Skip to content

Commit 15f1bb2

Browse files
authored
Added content_sets.yml files for the Red Hat container registry (#165)
* Added content_sets.yml files for the Red Hat container registry
1 parent de588cb commit 15f1bb2

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

1.0/content_sets.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This file lists which yum repos are needed to update content in this image.
2+
# This is used by the Red Hat registry to determine the container status by
3+
# correlating these repos to known CVEs.
4+
#
5+
---
6+
x86_64:
7+
- rhel-7-server-rpms
8+
- rhel-server-rhscl-7-rpms
9+
- rhel-7-server-dotnet-rpms

1.1/content_sets.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This file lists which yum repos are needed to update content in this image.
2+
# This is used by the Red Hat registry to determine the container status by
3+
# correlating these repos to known CVEs.
4+
#
5+
---
6+
x86_64:
7+
- rhel-7-server-rpms
8+
- rhel-server-rhscl-7-rpms
9+
- rhel-7-server-dotnet-rpms

2.0/build/content_sets.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This file lists which yum repos are needed to update content in this image.
2+
# This is used by the Red Hat registry to determine the container status by
3+
# correlating these repos to known CVEs.
4+
#
5+
---
6+
x86_64:
7+
- rhel-7-server-rpms
8+
- rhel-server-rhscl-7-rpms
9+
- rhel-7-server-dotnet-rpms

2.0/runtime/content_sets.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This file lists which yum repos are needed to update content in this image.
2+
# This is used by the Red Hat registry to determine the container status by
3+
# correlating these repos to known CVEs.
4+
#
5+
---
6+
x86_64:
7+
- rhel-7-server-rpms
8+
- rhel-server-rhscl-7-rpms
9+
- rhel-7-server-dotnet-rpms

0 commit comments

Comments
 (0)