0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-16 21:56:43 -05:00
Commit graph

20 commits

Author SHA1 Message Date
Will Norris
46539483be go.mod: update modules 2024-05-08 21:34:45 -07:00
Will Norris
da55ecefd3 Dockerfile: use wolfi-base as build image
This allows a little more control over which version of go we're using.
2023-08-02 08:44:32 -07:00
Will Norris
a6f541de1b docker: add multi-platform support
Fixes #345
2022-11-14 11:45:35 -08:00
Will Norris
b6e5e700cf Revert "docker: add multi-platform support"
Didn't mean to push this yet.

This reverts commit 43b75b0ba2.
2022-11-14 11:20:07 -08:00
Will Norris
43b75b0ba2 docker: add multi-platform support 2022-11-14 11:18:09 -08:00
Will Norris
d9b179c9d1 docker: remove envy go.mod file 2021-10-12 20:40:59 -07:00
Will Norris
e5da3b920b bump docker build to go1.17, and actions to latest 2021-10-12 20:30:52 -07:00
Will Norris
e307e617d6 bump go version in Dockerfile and tests for go1.16 2021-02-18 08:50:53 -08:00
Will Norris
0008657b77 dockerfile: change deprecated maintainer syntax 2020-09-09 15:44:09 -07:00
Will Norris
8d8c59a928 bump go version
- build docker image with go1.14
- test with go1.14 and go1.13
- also run `go mod tidy` to pick up a missed go.sum record
2020-04-04 06:21:35 +00:00
Will Norris
dec2089f0b docker: use latest go1.13.x 2020-02-02 18:27:02 +00:00
Will Norris
d8ed21c0f4 fix docker build with new envy package 2019-06-09 21:55:19 +00:00
Will Norris
5a07762971 docker: update to go1.12 and build imageproxy as a module 2019-03-22 07:33:24 +00:00
Will Norris
b7975bcbe8 docker: only copy the ca-certificates file from /etc/ssl 2019-03-22 07:13:00 +00:00
Will Norris
be01bc1d27 docker: run imageproxy as non-privileged user 2019-03-22 07:07:32 +00:00
Will Norris
e7f9017674 dockerfile: use go 1.9
- setting myself as maintainer.  I've played with docker enough at this
point that I feel a bit more comfortable maintaining this
- name the build image
2017-10-07 03:10:11 +00:00
matematik7
837e72352f dockerfile: use scratch image to reduce size
Fixes #113
2017-10-07 03:09:33 +00:00
Diego Marangoni
fcb6465a29 uprade to Go version 1.8
This is needed for upcoming dependencies for Google Cloud Storage
support.
2017-09-01 20:24:40 +00:00
Sevki
710a2ab1c9 docker: change go path
google's golang base image changed their gopath from /gopath to /go

fixes #51, fixes #52
2015-12-08 02:08:07 -08:00
Sevki
9774a4a0a8 add: Dockerfile 2015-05-21 23:53:41 +03:00