Skip to content

Commit

Permalink
Merge pull request #93 from chmeliik/1.18-fix
Browse files Browse the repository at this point in the history
Fix images to work with koji 1.18
  • Loading branch information
MartinBasti authored Sep 27, 2019
2 parents c365685 + 4a8b6b0 commit b029c45
Show file tree
Hide file tree
Showing 4 changed files with 907 additions and 6 deletions.
1 change: 1 addition & 0 deletions koji-builder/Dockerfile.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM osbs-box:rhel7

RUN yum install -y \
mock \
koji \
koji-builder \
koji-containerbuild-builder \
osbs-client \
Expand Down
3 changes: 0 additions & 3 deletions koji-db/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ MAINTAINER Luiz Carvalho <[email protected]>
# alphabetical order
COPY sql-init/ /docker-entrypoint-initdb.d/

ADD https://pagure.io/koji/raw/koji-1.16-updates/f/docs/schema.sql \
/docker-entrypoint-initdb.d/00-schema.sql

RUN chmod o+r /docker-entrypoint-initdb.d/00-schema.sql
3 changes: 0 additions & 3 deletions koji-db/Dockerfile.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ MAINTAINER Luiz Carvalho <[email protected]>
# alphabetical order
COPY sql-init/ /docker-entrypoint-initdb.d/

ADD https://pagure.io/koji/raw/koji-1.16-updates/f/docs/schema.sql \
/docker-entrypoint-initdb.d/00-schema.sql

RUN chmod o+r /docker-entrypoint-initdb.d/00-schema.sql
Loading

0 comments on commit b029c45

Please sign in to comment.