Compare commits

..

11 commits

Author SHA1 Message Date
Lukas Javorsky
82b9c3b753 The repository is available in https://github.com/sclorg organization. Images are pushed to quay.io/fedora organization from the upstream repo. 2026-01-15 12:21:52 +00:00
Honza Horak
9b9facaf28 Update Dockerfile to f34 2020-11-02 16:47:34 +01:00
Honza Horak
021eb6ae2c Update to f33 2020-11-02 16:44:22 +01:00
Honza Horak
7142c18265 Update to the v12 2020-11-02 16:19:41 +01:00
Petr Kubat
23f709b601 sync with latest upstream source 2020-03-24 11:16:16 +01:00
Nils Philippsen
dff2dc8e3b f26 calls the package 'python2' 2017-05-15 11:33:16 +02:00
Nils Philippsen
e056faf982 PostgreSQL 9.5 -> 9.6 2017-05-15 11:20:48 +02:00
Nils Philippsen
995ad5e0d2 Fedora 25 -> 26 2017-05-15 11:20:48 +02:00
Pavel Raiskup
d0979948f1 Review Request #1
- fully qualified image location
- mandatory labels added
2017-04-19 14:16:45 +02:00
Pavel Raiskup
10a4b3064a Initial changes for the Fedora purposes
- switch FROM against fedora:25
- drop MAINTAINER statement, deprecated by docker-upstream docs
- install system-wide postgresql packages
- install findutils (for the purposes of fix-permissions)
- don't play with localedef (not needed now in F25)
- s/yum/dnf/
- drop SCL hacks from Dockerfile, and drop 'scl_enable' script
2017-04-19 14:16:45 +02:00
Pavel Raiskup
777c76868d initial commit
Starting from here (9.5 subtree):
2f9f70c98e
2017-04-19 14:16:45 +02:00
4 changed files with 1 additions and 27 deletions

0
.gitignore vendored
View file

View file

@ -1,27 +0,0 @@
version: "1"
betka:
# is betka enabled for this repository
# optional - defaults to false
enabled: true
# optional
notifications:
email_addresses: ["phracek@redhat.com", "pkubat@redhat.com", "hhorak@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: "13"
# 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

1
dead.package Normal file
View file

@ -0,0 +1 @@
The repository is available in https://github.com/sclorg organization. Images are pushed to quay.io/fedora organization from the upstream repo.

View file