Compare commits

...
Sign in to create a new pull request.

17 commits

Author SHA1 Message Date
Honza Horak
c24d0a19bd This container component is no longer used for anything, retiring to make it explicit. 2025-03-12 10:05:12 +01:00
Petr Hracek
cc8f5615f9 Merge #6 Add bot-cfg.yml configuration file for sync upstream to downstream 2021-08-06 11:41:56 +00:00
Marek Skalický
8593e4678b
Pull changes from upstream and rebase for: rebuild for latest f30 2018-11-30 17:46:13 +00:00
Clement Verna
5bfc9e82ed Drop Release label in favor of OSBS release_bump plugin.
OSBS can automatically bump the release number, for that
we just need to drop the label from the Dockerfile

See https://pagure.io/ContainerSIG/container-sig/issue/1

Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-08-20 19:57:51 +02:00
Honza Horak
92843166f5 Use f29 2018-06-05 17:37:41 +02:00
Honza Horak
0bacc709a6 Use version explicitely, no variables 2018-06-05 17:34:00 +02:00
Honza Horak
5753355ae6 Merge branch 'f27' into f28 2018-06-05 17:31:08 +02:00
Honza Horak
5fceb7e6cd Update from the upstream and include fix for BZ#1585533 2018-06-05 17:30:01 +02:00
Mohan Boddu
47080824e8 "Bump RELEASE for automatic rebuild" 2018-05-21 16:52:39 +00:00
Honza Horak
5b536f00b5 Fix FROM to f28/s2i-core 2018-05-14 11:46:26 +02:00
Mohan Boddu
080604cf12 "Bump RELEASE for automatic rebuild" 2018-04-20 15:07:00 +00:00
Mohan Boddu
1503c46900 "Bump RELEASE for automatic rebuild" 2018-03-29 15:33:14 +00:00
Mohan Boddu
d4ae4e5503 "Bump RELEASE for automatic rebuild" 2018-03-15 16:12:45 +00:00
Honza Horak
8f6c4b381a A quick fix to make the container build-able -- do not change perms on unexisting localhost.key 2018-03-05 07:22:44 +01:00
Honza Horak
b7a845e23f Change version in FROM to 27 2017-05-16 14:59:07 +02:00
Honza Horak
9f39c9422b Change version in FROM to 26 2017-05-16 12:02:20 +02:00
Honza Horak
47a18f26d6 Initial commit 2017-05-15 20:59:37 +02:00
4 changed files with 1 additions and 20 deletions

0
.gitignore vendored
View file

View file

@ -1,20 +0,0 @@
---
version: "1"
betka:
# is betka enabled for this repository
# optional - defaults to true
enabled: true
notifications:
email_addresses: ["pkubat@redhat.com", "phracek@redhat.com", "hhorak@redhat.com"]
# Specify if master branch in upstream repository is synced
master_checker: true
# Should pull requests be synced?
pr_checker: false
# Path to directory with dockerfile withing upstream repository
upstream_git_path: "2.4"
# Github comment message to enforce sync of a pull request
pr_comment_message: "[test]"
# Specify URL to an image used for dist-git source generation. Like
image_url: "quay.io/rhscl/cwt-generator"

1
dead.package Normal file
View file

@ -0,0 +1 @@
This container component is no longer used for anything, retiring to make it explicit.

View file