Dan Pegg and GitHub
161e6bf08e
Fix binary download, use alpine:16, copy root certificates into final image ( #1100 )
...
Scratch doesn't have root certificates by default, which means forwarding to a HTTPS endpoint doesn't work without skipping verification. To fix this, we can copy the certificate bundle into scratch from the alpine image.
I've also bumped the alpine version up to 3.16, and fixed the wget.
This has fixed my issues, but let me know if you think anything looks wrong here!
2022-07-22 21:17:15 +03:00
reoring and GitHub
a62930856a
fix: release package url is incorrect ( #1011 )
2022-02-12 10:13:04 +03:00
Romain Masclef and GitHub
dfbaf2c808
Add githubAction to build & push docker image on github release published event. ( #881 )
...
fixes #880 👍
Update Dockerfile
- fix alpine image version
- add RELEASE_VERSION build arg
Add githubAction to build & push docker image on github release published event
- add github workflow file
- add dependabot file to automatically propose PRs on githubActions version update*
> ⚠️ *Note1: you will have to add `DOCKERHUB_USERNAME` and `DOCKERHUB_TOKEN` as github secrets in order for the
> ⚠️ *Note2: github dependabot support must be enabled in order for this action to work
githubAction to be able to login to the dockerHub and push images on it 👍
> *Note3: we can add other dependabot entries in order to update Go modules and Dockerfile base images 👍 (i.e `FROM` parts)
2021-01-15 21:38:27 +03:00
4d7d4671c4
Update Dockerfile to work with v1.2.0 ( #803 )
...
* Update Dockerfile to work with v1.1.0
* Update Dockerfile
Co-authored-by: Leonid Bugaev <leonsbox@gmail.com >
2020-09-17 09:56:05 +03:00
Hosam Aly
71eeef5ced
Update Dockerfile to work with v1.0
2019-07-01 14:14:35 +01:00
Miquel B and Leonid Bugaev
bf98a636c4
Using scratch image to execute goreplay ( #619 )
...
We could minimize the docker image final size using scratch image
2019-02-16 09:17:11 +01:00
Daniel Albuquerque and Leonid Bugaev
bf8198d639
Hardcode alpine version and bump version of goreplay from 16.0.2 to 16.1
2017-11-15 21:20:44 +02:00
Ivan Klishch and Leonid Bugaev
dfb67b4456
Fixed Dockerfile that fails during docker build ( #472 )
...
* Fixed Dockerfile that fails during docker build
* make build should use Dockerfile.dev since other make targets use it
2017-08-22 19:14:32 +05:00
Leonid Bugaev and GitHub
a1a4460c90
Update Dockerfile
2017-05-18 16:53:11 +03:00
Leonid Bugaev and GitHub
d755c579e4
Create Dockerfile
2017-05-18 16:47:41 +03:00
Leonid Bugaev and GitHub
064519ce89
Rename Dockerfile to Dockerfile.dev
2017-05-18 16:40:42 +03:00
Leonid Bugaev
74225ebb22
Rename all package imports from gor to goreplay
2017-05-01 17:56:50 +02:00
Alexandr Korsak
9b96dc20df
Change Dockerfile because of issue on build echo.java
2016-10-31 19:29:59 +03:00
Leonid Bugaev
19bfb8211c
Use latest libpcap and ensure to close sockets
2016-05-13 14:33:20 +05:00
Leonid Bugaev
5779ea1b45
Update java middleware to not use apache commons
2016-05-02 16:31:38 +05:00
Leonid Bugaev
afc8f7852e
Libpcap support and vairous bugfixes
...
Merge #260
2016-04-29 14:48:17 +05:00
Leonid Bugaev
e5daaf067e
Fix tests
2016-04-20 21:19:20 +05:00
Leonid Bugaev
028bc6c34e
Switch to Go 1.5
2015-09-24 17:20:49 +03:00
Leonid Bugaev
8daa7fdcab
Fix memory leaks
2015-08-26 22:25:58 +03:00
Leonid Bugaev
f3ea30c6df
Add example of java echo middleware
2015-08-23 12:45:28 +03:00
Leonid Bugaev
16d7f23d98
New fixes
2015-08-22 09:41:22 +03:00
Leonid Bugaev
6533b50ab0
Travis should use 1.5
2015-08-20 09:51:44 +03:00
Leonid Bugaev
5cc4228dcd
Merge branch 'master' into input-modifier
...
Conflicts:
Dockerfile
emitter.go
http_client.go
plugins.go
proto/proto.go
2015-07-21 09:49:37 +05:00
Leonid Bugaev
0551b19ddd
Add linter task
2015-07-12 19:08:12 +05:00
Leonid Bugaev
db7f5c6a9c
Update to use go 1.4.2
2015-07-11 19:34:20 +05:00
Leonid Bugaev
8db14e334d
Merge branch 'master' into input-modifier
...
Conflicts:
Dockerfile
Makefile
output_http.go
output_http_test.go
settings.go
2015-07-09 19:58:24 +05:00
Leonid Bugaev
decb9483a5
Fix docker file path
2015-07-02 10:25:47 +05:00
Leonid Bugaev
4f03f81d04
Working modifier implementation with examples
2015-06-27 21:09:06 +05:00
Leonid Bugaev
208faec7d2
Initial support for input modifiers
2014-12-16 16:25:17 +05:00
Leonid Bugaev
3a43e697d5
Update release task to work with docker
2014-10-09 13:43:12 +04:00
Leonid Bugaev
2c03d3ee28
Run go get for docker image, and fix make file
2014-10-09 11:41:03 +04:00
Leonid Bugaev
b2f90789d2
Instead of godep just clone elasticgo repo
2014-10-09 11:37:00 +04:00
Leonid Bugaev
c0dc1b3a53
Rollback elastic search, use godep for dependencies
2014-09-04 23:35:56 +04:00
Leonid Bugaev
007e0f3019
Add Docker development environment
2014-09-04 22:32:58 +04:00