-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update dockerfiles * drop macos test automation * clean up ci * Update New golden images * Fix dockerfile * Update golden images
- Loading branch information
1 parent
44d974d
commit 9d4bcfa
Showing
135 changed files
with
24 additions
and
79 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,3 +1,5 @@ | ||
# This Dockerfile can be used to build Ubuntu/Debian packages with govips | ||
|
||
FROM ubuntu:20.10 | ||
|
||
ENV DEBIAN_FRONTEND noninteractive | ||
|
@@ -9,7 +11,6 @@ RUN apt-get update | |
RUN apt-get -y --no-install-recommends install software-properties-common gpg-agent | ||
RUN apt-get -y --no-install-recommends install \ | ||
build-essential devscripts lsb-release dput wget git golang nvi | ||
RUN add-apt-repository -y ppa:tonimelisma/ppa | ||
RUN apt-get -y install --no-install-recommends libvips-dev | ||
RUN go get golang.org/dl/go1.15.4 | ||
RUN ~/go/bin/go1.15.4 download | ||
|
@@ -20,7 +21,7 @@ RUN cd ~/go/src/github.com/davidbyttow/govips && ~/go/bin/go1.15.4 test -v ./... | |
|
||
|
||
ENV DEBFULLNAME="Toni Melisma" | ||
ENV DEBEMAIL="toni[email protected]" | ||
ENV DEBEMAIL="toni@melisma.net" | ||
ENV PPANAME="tonimelisma" | ||
ENV DISTRIBUTION="groovy" | ||
ENV DISTVERSION="20.10" | ||
|
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,17 @@ | ||
# This Dockerfile can be used to test and build govips | ||
|
||
FROM ubuntu:23.10 | ||
|
||
ENV DEBIAN_FRONTEND noninteractive | ||
|
||
# Enable deb-src APT sources and get build tools | ||
RUN sed -e '/^#\sdeb-src /s/^# *//;t;d' "/etc/apt/sources.list" \ | ||
>> "/etc/apt/sources.list.d/ubuntu-sources.list" | ||
RUN apt-get update | ||
RUN apt-get -y --no-install-recommends install \ | ||
build-essential git golang | ||
RUN apt-get -y --no-install-recommends install ca-certificates | ||
RUN apt-get -y --no-install-recommends install lsb-release | ||
RUN apt-get -y install --no-install-recommends libvips-dev | ||
RUN mkdir -p ~/go/src/github.com/davidbyttow | ||
RUN cd ~/go/src/github.com/davidbyttow && git clone -v https://github.com/davidbyttow/govips.git |
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,12 +1,8 @@ | ||
#!/bin/sh | ||
|
||
docker build -t govips-ubuntu:18.04 -f Dockerfile-ubuntu-18.04 ./ || (echo build failed 1>&2 && exit 1) | ||
docker build -t govips-ubuntu:20.04 -f Dockerfile-ubuntu-20.04 ./ || (echo build failed 1>&2 && exit 1) | ||
docker build -t govips-ubuntu:20.10 -f Dockerfile-ubuntu-20.10 ./ || (echo build failed 1>&2 && exit 1) | ||
docker build -t govips-ubuntu:23.10 -f Dockerfile-ubuntu-23.10 ./ || (echo build failed 1>&2 && exit 1) | ||
|
||
mkdir -p /tmp/volume | ||
|
||
echo To run the container: | ||
echo docker run --rm -it -v /tmp/volume:/volume govips-ubuntu:18.04 | ||
echo docker run --rm -it -v /tmp/volume:/volume govips-ubuntu:20.04 | ||
echo docker run --rm -it -v /tmp/volume:/volume govips-ubuntu:20.10 | ||
echo docker run --rm -it -v /tmp/volume:/volume govips-ubuntu:23.10 |
Binary file removed
BIN
-443 KB
resources/avif-8bit.Export_AVIF_8_Bit-macos-13_arm64_libvips-8.14.2.golden.avif
Binary file not shown.
Binary file renamed
BIN
+25.2 KB
...-macos-13_arm64_libvips-8.14.2.golden.png → ...ux-mantic_amd64_libvips-8.14.3.golden.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-9.11 KB
resources/bmp.TestThumbnail_Decode_BMP-macos-13_arm64_libvips-8.14.2.golden.jpeg
Binary file not shown.
File renamed without changes
Binary file added
BIN
+17.3 KB
resources/gif-animated.GIF_Animated-linux-mantic_amd64_libvips-8.14.3.golden.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-17.3 KB
resources/gif-animated.GIF_Animated-macos-13_arm64_libvips-8.14.2.golden.gif
Binary file not shown.
Binary file added
BIN
+613 Bytes
...ces/gif-animated.GIF_Animated_Crop-linux-mantic_amd64_libvips-8.14.3.golden.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+21.9 KB
...es/gif-animated.GIF_Animated_Embed-linux-mantic_amd64_libvips-8.14.3.golden.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-21.9 KB
resources/gif-animated.GIF_Animated_Embed-macos-13_arm64_libvips-8.14.2.golden.gif
Binary file not shown.
Binary file added
BIN
+21.9 KB
...mated.GIF_Animated_EmbedBackground-linux-mantic_amd64_libvips-8.14.3.golden.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-21.9 KB
...-animated.GIF_Animated_EmbedBackground-macos-13_arm64_libvips-8.14.2.golden.gif
Binary file not shown.
Binary file added
BIN
+6.25 KB
...animated.GIF_Animated_ExportNative-linux-mantic_amd64_libvips-8.14.3.golden.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-6.25 KB
...gif-animated.GIF_Animated_ExportNative-macos-13_arm64_libvips-8.14.2.golden.gif
Binary file not shown.
Binary file added
BIN
+13.5 KB
...-animated.GIF_Animated_ExtractArea-linux-mantic_amd64_libvips-8.14.3.golden.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-13.5 KB
.../gif-animated.GIF_Animated_ExtractArea-macos-13_arm64_libvips-8.14.2.golden.gif
Binary file not shown.
Binary file added
BIN
+17.3 KB
...if-animated.GIF_Animated_PageDelay-linux-mantic_amd64_libvips-8.14.3.golden.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-17.3 KB
...es/gif-animated.GIF_Animated_PageDelay-macos-13_arm64_libvips-8.14.2.golden.gif
Binary file not shown.
Binary file added
BIN
+6.25 KB
...f-animated.GIF_Animated_PageDelay2-linux-mantic_amd64_libvips-8.14.3.golden.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-6.25 KB
...s/gif-animated.GIF_Animated_PageDelay2-macos-13_arm64_libvips-8.14.2.golden.gif
Binary file not shown.
Binary file added
BIN
+26.9 KB
...s/gif-animated.GIF_Animated_Resize-linux-mantic_amd64_libvips-8.14.3.golden.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-26.1 KB
...urces/gif-animated.GIF_Animated_Resize-macos-13_arm64_libvips-8.14.2.golden.gif
Binary file not shown.
Binary file added
BIN
+5.93 KB
...ated.GIF_Animated_ResizeWithVScale-linux-mantic_amd64_libvips-8.14.3.golden.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.1 KB
...if-animated.GIF_Animated_Rotate270-linux-mantic_amd64_libvips-8.14.3.golden.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-17.1 KB
...es/gif-animated.GIF_Animated_Rotate270-macos-13_arm64_libvips-8.14.2.golden.gif
Binary file not shown.
Binary file added
BIN
+17.1 KB
...gif-animated.GIF_Animated_Rotate90-linux-mantic_amd64_libvips-8.14.3.golden.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-17.1 KB
...ces/gif-animated.GIF_Animated_Rotate90-macos-13_arm64_libvips-8.14.2.golden.gif
Binary file not shown.
File renamed without changes.
Binary file added
BIN
+4.9 KB
...-animated.GIF_Animated_to_WebP_Extra_Params-linux-mantic_amd64_libvips-8.14.3.golden.webp
Binary file not shown.
Binary file removed
BIN
-1.54 KB
resources/gif-animated.TestThumbnail_GIF-macos-13_arm64_libvips-8.14.2.golden.gif
Diff not rendered.
Binary file removed
BIN
-9.9 KB
...if-animated.TestThumbnail_GIF_Animated-macos-13_arm64_libvips-8.14.2.golden.gif
Diff not rendered.
Binary file removed
BIN
-13.6 KB
...mated.TestThumbnail_GIF_Animated_Force-macos-13_arm64_libvips-8.14.2.golden.gif
Diff not rendered.
Binary file removed
BIN
-3.86 KB
...nimated.TestThumbnail_GIF_ExportNative-macos-13_arm64_libvips-8.14.2.golden.gif
Diff not rendered.
Binary file removed
BIN
-4.56 KB
...urces/gif-animated.TestThumbnail_GIF_ExportWebP-macos-13_arm64_libvips-8.14.2.golden.webp
Binary file not shown.
File renamed without changes.
Binary file removed
BIN
-3.09 MB
...ces/heic-24bit-exif.RemoveMetadata_Removes_Exif-macos-13_arm64_libvips-8.14.2.golden.heic
Binary file not shown.
Binary file removed
BIN
-3.09 MB
resources/heic-24bit-exif.SetExifField-macos-13_arm64_libvips-8.14.2.golden.heic
Binary file not shown.
Binary file removed
BIN
-945 KB
...ientation-6.AutoRotate_6__heic_to_jpg-macos-13_arm64_libvips-8.14.2.golden.jpeg
Diff not rendered.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+487 KB
resources/jpg-24bit-icc-iec.Modulate-linux-mantic_amd64_libvips-8.14.3.golden.jpeg
Oops, something went wrong.
Binary file removed
BIN
-487 KB
resources/jpg-24bit-icc-iec.Modulate-macos-13_arm64_libvips-8.14.2.golden.jpeg
Diff not rendered.
File renamed without changes
File renamed without changes
Binary file renamed
BIN
+472 KB
...macos-13_arm64_libvips-8.14.2.golden.jpeg → ...x-mantic_amd64_libvips-8.14.3.golden.jpeg
Oops, something went wrong.
File renamed without changes
Binary file added
BIN
+247 KB
resources/jpg-24bit-icc-iec.Pixelate-linux-mantic_amd64_libvips-8.14.3.golden.jpeg
Oops, something went wrong.
Binary file removed
BIN
-248 KB
resources/jpg-24bit-icc-iec.Pixelate-macos-13_arm64_libvips-8.14.2.golden.jpeg
Diff not rendered.
File renamed without changes
Binary file removed
BIN
-495 KB
resources/jpg-24bit-icc-iec.QuantTable-macos-13_arm64_libvips-8.14.2.golden.jpeg
Diff not rendered.
File renamed without changes
Binary file added
BIN
+530 KB
...s/jpg-24bit-icc-iec.SubsampleMode-linux-mantic_amd64_libvips-8.14.3.golden.jpeg
Oops, something went wrong.
Binary file added
BIN
+530 KB
...es/jpg-24bit-icc-iec.TrellisQuant-linux-mantic_amd64_libvips-8.14.3.golden.jpeg
Oops, something went wrong.
Binary file removed
BIN
-471 KB
resources/jpg-24bit-icc-iec.TrellisQuant-macos-13_arm64_libvips-8.14.2.golden.jpeg
Diff not rendered.
File renamed without changes
Diff not rendered.
File renamed without changes
File renamed without changes
Binary file added
BIN
+1.08 KB
resources/jpg-24bit.Crop-linux-mantic_amd64_libvips-8.14.3.golden.jpeg
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+865 Bytes
resources/jpg-24bit.GaussianBlur-linux-mantic_amd64_libvips-8.14.3.golden.jpeg
Oops, something went wrong.
Binary file removed
BIN
-873 Bytes
resources/jpg-24bit.GaussianBlur-macos-13_arm64_libvips-8.14.2.golden.jpeg
Diff not rendered.
File renamed without changes
Binary file removed
BIN
-12.8 KB
resources/jpg-24bit.Multiply-macos-13_arm64_libvips-8.14.2.golden.jpeg
Diff not rendered.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+1.15 KB
resources/jpg-24bit.Resize_Downscale-linux-mantic_amd64_libvips-8.14.3.golden.jpeg
Oops, something went wrong.
Binary file removed
BIN
-1.15 KB
resources/jpg-24bit.Resize_Downscale-macos-13_arm64_libvips-8.14.2.golden.jpeg
Diff not rendered.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed
BIN
-10.9 KB
resources/jpg-24bit.TestImageRef_Divide-macos-13_arm64_libvips-8.14.2.golden.jpeg
Diff not rendered.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed
BIN
-22 KB
...c-dot-gain.TestThumbnail_CropCentered-macos-13_arm64_libvips-8.14.2.golden.jpeg
Diff not rendered.
Binary file removed
BIN
-22 KB
...rey-icc-dot-gain.TestThumbnail_NoCrop-macos-13_arm64_libvips-8.14.2.golden.jpeg
Diff not rendered.
Binary file renamed
BIN
+22 KB
...macos-13_arm64_libvips-8.14.2.golden.jpeg → ...x-mantic_amd64_libvips-8.14.3.golden.jpeg
Oops, something went wrong.
Binary file renamed
BIN
+22 KB
...macos-13_arm64_libvips-8.14.2.golden.jpeg → ...x-mantic_amd64_libvips-8.14.3.golden.jpeg
Oops, something went wrong.
File renamed without changes
Binary file removed
BIN
-84.1 KB
...grey-icc-dot-gain.Thumbnail_NoUpscale-macos-13_arm64_libvips-8.14.2.golden.jpeg
Diff not rendered.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Binary file added
BIN
+412 KB
...tion-issue-1.TestImageRef_Orientation_Issue-linux-mantic_amd64_libvips-8.14.3.golden.webp
Binary file not shown.
Binary file removed
BIN
-412 KB
...entation-issue-1.TestImageRef_Orientation_Issue-macos-13_arm64_libvips-8.14.2.golden.webp
Binary file not shown.
Binary file renamed
BIN
+28 KB
...-macos-13_arm64_libvips-8.14.2.golden.png → ...ux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file added
BIN
+29.2 KB
...ces/png-24bit+alpha.Modulate_Alpha-linux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file removed
BIN
-29.2 KB
resources/png-24bit+alpha.Modulate_Alpha-macos-13_arm64_libvips-8.14.2.golden.png
Diff not rendered.
Binary file added
BIN
+36 KB
...ng-24bit+alpha.Sharpen_24bit_Alpha-linux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file removed
BIN
-36 KB
...es/png-24bit+alpha.Sharpen_24bit_Alpha-macos-13_arm64_libvips-8.14.2.golden.png
Diff not rendered.
Binary file renamed
BIN
+26.7 KB
...-macos-13_arm64_libvips-8.14.2.golden.png → ...ux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file renamed
BIN
+218 KB
...-macos-13_arm64_libvips-8.14.2.golden.png → ...ux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file renamed
BIN
+218 KB
...-macos-13_arm64_libvips-8.14.2.golden.png → ...ux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file renamed
BIN
+218 KB
...-macos-13_arm64_libvips-8.14.2.golden.png → ...ux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file renamed
BIN
+218 KB
...-macos-13_arm64_libvips-8.14.2.golden.png → ...ux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file renamed
BIN
+17.4 KB
...-macos-13_arm64_libvips-8.14.2.golden.png → ...ux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file renamed
BIN
+98.2 KB
...-macos-13_arm64_libvips-8.14.2.golden.png → ...ux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file removed
BIN
-3.26 KB
...g-24bit.TestThumbnail_PNG_CropCentered-macos-13_arm64_libvips-8.14.2.golden.png
Diff not rendered.
Binary file renamed
BIN
+28.9 KB
...-macos-13_arm64_libvips-8.14.2.golden.png → ...ux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file renamed
BIN
+28.9 KB
...-macos-13_arm64_libvips-8.14.2.golden.png → ...ux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file renamed
BIN
+28.7 KB
...-macos-13_arm64_libvips-8.14.2.golden.png → ...ux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file renamed
BIN
+74.6 KB
...-macos-13_arm64_libvips-8.14.2.golden.png → ...ux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file renamed
BIN
+76.1 KB
...-macos-13_arm64_libvips-8.14.2.golden.png → ...ux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file added
BIN
+35.6 KB
.../png-8bit+alpha.Sharpen_8bit_Alpha-linux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file removed
BIN
-35.6 KB
...rces/png-8bit+alpha.Sharpen_8bit_Alpha-macos-13_arm64_libvips-8.14.2.golden.png
Diff not rendered.
Binary file renamed
BIN
+20.6 KB
...-macos-13_arm64_libvips-8.14.2.golden.png → ...ux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file renamed
BIN
+380 KB
...-macos-13_arm64_libvips-8.14.2.golden.png → ...ux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file removed
BIN
-96 KB
resources/tif-16bit.TIF_16_Bit_To_AVIF_12_Bit-macos-13_arm64_libvips-8.14.2.golden.avif
Binary file not shown.
File renamed without changes.
Binary file added
BIN
+149 Bytes
resources/with_alpha.ExtractBand-linux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file removed
BIN
-140 Bytes
resources/with_alpha.ExtractBand-macos-13_arm64_libvips-8.14.2.golden.png
Diff not rendered.
Binary file added
BIN
+322 Bytes
resources/with_alpha.Flatten-linux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file removed
BIN
-313 Bytes
resources/with_alpha.Flatten-macos-13_arm64_libvips-8.14.2.golden.png
Diff not rendered.
Binary file added
BIN
+291 Bytes
...rces/with_alpha.GetPoint_WithAlpha-linux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file removed
BIN
-282 Bytes
resources/with_alpha.GetPoint_WithAlpha-macos-13_arm64_libvips-8.14.2.golden.png
Diff not rendered.
Binary file added
BIN
+291 Bytes
...ces/with_alpha.GetPoint_WithAlpha2-linux-mantic_amd64_libvips-8.14.3.golden.png
Oops, something went wrong.
Binary file removed
BIN
-282 Bytes
resources/with_alpha.GetPoint_WithAlpha2-macos-13_arm64_libvips-8.14.2.golden.png
Diff not rendered.