-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from zinsbaustein/update_to_0.12.5
Update to 0.12.5
- Loading branch information
Showing
34 changed files
with
245 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
FROM centos:6 | ||
|
||
RUN yum install -y ruby libjpeg-turbo libpng libXrender fontconfig libXext | ||
|
||
CMD /root/wkhtmltopdf_binary_gem/bin/wkhtmltopdf --version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
FROM centos:7 | ||
|
||
RUN yum install -y ruby libjpeg-turbo libpng libXrender fontconfig libXext | ||
|
||
CMD /root/wkhtmltopdf_binary_gem/bin/wkhtmltopdf --version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
FROM debian:8 | ||
|
||
ENV DEBIAN_FRONTEND noninteractive | ||
|
||
RUN apt-get update | ||
RUN apt-get install -y ruby libjpeg62-turbo libpng12-0 libxrender1 libfontconfig1 libxext6 | ||
|
||
CMD /root/wkhtmltopdf_binary_gem/bin/wkhtmltopdf --version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
FROM debian:9 | ||
|
||
ENV DEBIAN_FRONTEND noninteractive | ||
|
||
RUN apt-get update | ||
RUN apt-get install -y ruby libjpeg62-turbo libpng16-16 libxrender1 libfontconfig1 libxext6 | ||
|
||
CMD /root/wkhtmltopdf_binary_gem/bin/wkhtmltopdf --version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV DEBIAN_FRONTEND noninteractive | ||
|
||
RUN apt-get update | ||
RUN apt-get install -y ruby libjpeg8 libxrender1 libfontconfig1 | ||
|
||
CMD /root/wkhtmltopdf_binary_gem/bin/wkhtmltopdf --version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
FROM ubuntu:16.04 | ||
|
||
ENV DEBIAN_FRONTEND noninteractive | ||
|
||
RUN apt-get update | ||
RUN apt-get install -y ruby libjpeg8 libxrender1 libfontconfig1 | ||
|
||
CMD /root/wkhtmltopdf_binary_gem/bin/wkhtmltopdf --version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
FROM ubuntu:18.04 | ||
|
||
ENV DEBIAN_FRONTEND noninteractive | ||
|
||
RUN apt-get update | ||
RUN apt-get install -y ruby libjpeg8 libxrender1 libfontconfig1 | ||
|
||
CMD /root/wkhtmltopdf_binary_gem/bin/wkhtmltopdf --version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
pkg/* | ||
bin/wkhtmltopdf_centos_6_amd64 | ||
bin/wkhtmltopdf_centos_7_amd64 | ||
bin/wkhtmltopdf_debian_8_amd64 | ||
bin/wkhtmltopdf_debian_9_amd64 | ||
bin/wkhtmltopdf_macos_cocoa | ||
bin/wkhtmltopdf_macos_carbon | ||
bin/wkhtmltopdf_ubuntu_14.04_amd64 | ||
bin/wkhtmltopdf_ubuntu_16.04_amd64 | ||
bin/wkhtmltopdf_ubuntu_18.04_amd64 | ||
bin/wkhtmltopdf_centos_6_i386 | ||
bin/wkhtmltopdf_centos_7_i386 | ||
bin/wkhtmltopdf_debian_8_i386 | ||
bin/wkhtmltopdf_debian_9_i386 | ||
bin/wkhtmltopdf_ubuntu_14.04_i386 | ||
bin/wkhtmltopdf_ubuntu_16.04_i386 | ||
bin/wkhtmltopdf_ubuntu_18.04_i386 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# wkhtmltopdf_binary_gem | ||
|
||
## Extracting binaries | ||
|
||
Hints for extracting binaries from https://wkhtmltopdf.org/downloads.html (dpkg and rpm2cpio is available on Homebrew). | ||
|
||
Debian/Ubuntu | ||
|
||
dpkg -x wkhtmltox_0.12.5-1.trusty_amd64.deb . | ||
|
||
CentOS | ||
|
||
rpm2cpio wkhtmltox-0.12.5-1.centos7.x86_64.rpm | cpio -idmv | ||
|
||
macOS | ||
|
||
xar -xf wkhtmltox-0.12.5-1.macos-cocoa.pkg | ||
cat Payload | gunzip -dc | cpio -i | ||
|
||
## Compression | ||
|
||
Binaries should be compressed with `gzip --best` after extracting. The matching binary will be extracted on first | ||
execution of `bin/wkhtmltopdf`. | ||
|
||
## Testing with Docker | ||
|
||
Make sure you have Docker and Docker Compose installed (see https://docs.docker.com/compose/install/ for more | ||
information). | ||
|
||
There are Dockerfiles for the supported Linux based distributions under `.docker`. You can build them all with | ||
`docker-compose build` and run each individually with e.g. `docker-compose run ubuntu_18.04`. | ||
|
||
There also is a rudimentary minitest test that simply invokes `docker-compose run` for each distribution and | ||
expects to see the output of `wkhtmltopdf --version`. Just run `rake` to run it. | ||
|
||
You can clean up after testing with `docker-compose down --rmi all`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
require 'rubygems' | ||
require 'rubygems/package_task' | ||
require 'rake/testtask' | ||
|
||
spec = eval(File.new("wkhtmltopdf-binary.gemspec").readlines.join("\n")) | ||
Gem::PackageTask.new(spec) do |pkg| | ||
pkg.need_tar = true | ||
end | ||
|
||
Rake::TestTask.new do |t| | ||
t.libs << 'test' | ||
end | ||
|
||
desc 'Run tests' | ||
task default: :test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.