Skip to content

Commit

Permalink
Merge branch 'main' of github.com:red-hat-data-services/modelmesh
Browse files Browse the repository at this point in the history
  • Loading branch information
dchourasia committed Nov 20, 2024
2 parents 74f7bf7 + 357ec76 commit 2b16f0b
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 21 deletions.
82 changes: 68 additions & 14 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,78 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"branchPrefix": "renovate/",
"baseBranches": ["non-existing-branch"],
"automerge": false,
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"branchPrefix": "renovate/",
"baseBranches": ["main", "rhoai-2.16"],
"ignoreTests": true,
"automergeType": "pr",
"automerge": true,
"enabledManagers": ["dockerfile", "tekton", "rpm"],
"dockerfile": {
"enabled": true,
"additionalBranchPrefix": "{{baseBranch}}/",
"branchPrefix": "konflux/mintmaker/",
"ignoreTests": true,
"automergeType": "pr",
"automerge": true,
"packageRules": [
{
"matchUpdateTypes": ["*"],
"matchUpdateTypes": ["major", "minor", "pin", "pinDigest", "patch", "bump"],
"enabled": false
},
{
"matchFileNames": ["*"],
"enabled": false
"matchUpdateTypes": ["digest"],
"enabled": true
},
{
"matchManagers": ["*"],
"enabled": false
"matchFileNames": ["*Dockerfile.konflux*"],
"enabled": true
}
]
},
"tekton": {
"fileMatch": [
"\\.yaml$",
"\\.yml$"
],
"prHourlyLimit": 1
}
"includePaths": [
".tekton/**"
],
"packageRules": [
{
"matchUpdateTypes": ["major", "minor", "pin", "pinDigest", "patch", "bump"],
"enabled": false
},
{
"matchPackagePatterns": [
"^quay.io/redhat-appstudio-tekton-catalog/",
"^quay.io/konflux-ci/tekton-catalog/"
],
"matchUpdateTypes": ["digest"],
"enabled": true,
"groupName": "Konflux references",
"branchPrefix": "konflux/references/",
"group": {
"branchTopic": "{{{baseBranch}}}",
"commitMessageTopic": "{{{groupName}}}"
},
"commitMessageTopic": "Konflux references",
"semanticCommits": "enabled",
"prFooter": "To execute skipped test pipelines write comment `/ok-to-test`",
"prBodyColumns": [
"Package",
"Change",
"Notes"
],
"prBodyDefinitions": {
"Notes": "{{#if (or (containsString updateType 'minor') (containsString updateType 'major'))}}:warning:[migration](https://github.com/redhat-appstudio/build-definitions/blob/main/task/{{{replace '^quay.io/(redhat-appstudio-tekton-catalog|konflux-ci/tekton-catalog)/task-' '' packageName}}}/{{{newVersion}}}/MIGRATION.md):warning:{{/if}}"
},
"prBodyTemplate": "{{{header}}}{{{table}}}{{{notes}}}{{{changelogs}}}{{{controls}}}{{{footer}}}",
"recreateWhen": "always",
"rebaseWhen": "behind-base-branch"
}
]
},
"prHourlyLimit": 0
}
4 changes: 2 additions & 2 deletions Dockerfile.konflux
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Build arguments
ARG SOURCE_CODE=.

FROM registry.redhat.io/ubi8/ubi-minimal@sha256:7583ca0ea52001562bd81a961da3f75222209e6192e4e413ee226cff97dbd48c AS stage
FROM registry.redhat.io/ubi8/ubi-minimal@sha256:c12e67af6a7e15113d76bc72f10bef2045c026c71ec8b7124c8a075458188a83 AS stage

# Define a build argument for the PNC list of built files
ARG PNC_FILES_JSON
Expand All @@ -22,7 +22,7 @@ RUN echo "$PNC_FILES_JSON" | jq -r '.[] | select(test("\\.zip$"))' | \

###############################################################################
#latest tag
FROM registry.redhat.io/ubi8/openjdk-17-runtime@sha256:e2f33a6c60db4f4e70882a4a557eec5890997f8a1be7e3eb8971a0ff8a45a1a8 as runtime
FROM registry.redhat.io/ubi8/openjdk-17-runtime@sha256:7548051422d6bc08d224e7515ec4920e3013e6df18fe41c7f59f6ee052abc14b as runtime

## Build args to be used at this step
ARG USERID=2000
Expand Down
10 changes: 5 additions & 5 deletions rpms.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ arches:
name: wget
evr: 1.19.5-12.el8_10
sourcerpm: wget-1.19.5-12.el8_10.src.rpm
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/e/expat-2.2.5-15.el8_10.x86_64.rpm
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/e/expat-2.2.5-16.el8_10.x86_64.rpm
repoid: ubi-8-baseos-rpms
size: 117148
checksum: sha256:1ae9138f9947f182ad077393c16522941bce2f225eee687a0387f0f71c416bc0
size: 117296
checksum: sha256:c7783e000326c94f8aed71f1b18eba0b46cb556e8a31900b99b5541ee865a1d8
name: expat
evr: 2.2.5-15.el8_10
sourcerpm: expat-2.2.5-15.el8_10.src.rpm
evr: 2.2.5-16.el8_10
sourcerpm: expat-2.2.5-16.el8_10.src.rpm
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/l/libmetalink-0.1.3-7.el8.x86_64.rpm
repoid: ubi-8-baseos-rpms
size: 32784
Expand Down

0 comments on commit 2b16f0b

Please sign in to comment.