From 9e26ed40fe039bc3c47df727a73044b66fe3f6cc Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Fri, 1 May 2020 08:11:20 +0200 Subject: [PATCH 1/2] Update verison of the parent image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 300f78c..bcba3dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/f32/s2i-base:latest +FROM registry.fedoraproject.org/f31/s2i-base:latest # This image provides a Node.JS environment you can use to run your Node.JS # applications. From 92c7054c8bc9b24bb9c432d32eb390cde2aa21c7 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Wed, 3 Jun 2020 10:32:47 +0200 Subject: [PATCH 2/2] This commit adds support for syncing upstream repository to Fedora land Signed-off-by: Petr "Stone" Hracek --- bot-cfg.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bot-cfg.yml diff --git a/bot-cfg.yml b/bot-cfg.yml new file mode 100644 index 0000000..ae23b03 --- /dev/null +++ b/bot-cfg.yml @@ -0,0 +1,23 @@ +version: "1" +betka: + # is betka enabled for this repository + # optional - defaults to false + enabled: true + # optional + notifications: + email_addresses: [phracek@redhat.com, zsvetlik@redhat.com] + # Specify if master branch in upstream repository is synced + master_checker: true + # Should pull requests be synced? + # optional + pr_checker: false + # Either 'upstream_branch_name' or 'upstream_git_path' has to be specified + # Branch name which is used for sync + upstream_branch_name: master + # Path to directory with dockerfile withing upstream repository + upstream_git_path: "12" + # Github comment message to enforce sync of a pull request + # required if pr_checker is true otherwise optional + pr_comment_message: "[test]" + # optional + image_url: quay.io/rhscl/cwt-generator