forked from apache/incubator-kie-tools
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ricardo Zanini <[email protected]>
- Loading branch information
1 parent
0530574
commit 1516df5
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
42 changes: 42 additions & 0 deletions
42
packages/osl-management-console-image/generated/content_sets.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
# | ||
# This is a file defining which content sets (yum repositories) are needed to | ||
# update content in this image. Data provided here helps determine which images | ||
# are vulnerable to specific CVEs. Generally you should only need to update this | ||
# file when: | ||
# 1. You start depending on a new product | ||
# 2. You are preparing new product release and your content sets will change | ||
# | ||
# See https://mojo.redhat.com/docs/DOC-1023066 for more information on | ||
# maintaining this file and the format and examples | ||
# | ||
# You should have one top level item for each architecture being built. Most | ||
# likely this will be x86_64 and ppc64le initially. | ||
--- | ||
x86_64: | ||
- rhel-8-for-x86_64-baseos-rpms | ||
- rhel-8-for-x86_64-appstream-rpms | ||
- rhocp-4.7-for-rhel-8-x86_64-rpms | ||
ppc64le: | ||
- rhel-8-for-ppc64le-baseos-rpms | ||
- rhel-8-for-ppc64le-appstream-rpms | ||
- rhocp-4.7-for-rhel-8-ppc64le-rpms | ||
aarch64: | ||
- rhel-8-for-aarch64-baseos-rpms | ||
- rhel-8-for-aarch64-appstream-rpms |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters