Commit Graph

47 Commits

Author SHA1 Message Date
Oleh Motrunych 6da3fab377
Pe 4649 snyk issues fix (#30)
* upgraded packages - working on snyk detected issues

* updated version

* added missing packages

* updated Docker file
2023-10-19 10:59:44 -07:00
scribd-secbot 10d084a3ee
fix: Dockerfile to reduce vulnerabilities (#28)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1246341
- https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688
- https://snyk.io/vuln/SNYK-ALPINE310-BUSYBOX-1090151
- https://snyk.io/vuln/SNYK-ALPINE310-MUSL-458452
- https://snyk.io/vuln/SNYK-ALPINE310-MUSL-458452

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-10-04 16:24:53 +00:00
Matthew O'Flynn 0bd038175a
Updating AWS SDK to support assuming an IAM role via an OIDC web identity token file (#19)
* Updating go to v1.17 and aws-sdk-go to v1.41.6

* Updating base Docker image

* Upgrading the go-version

Co-authored-by: Matthew O'Flynn <matthew.oflynn@diaceutics.com>
2021-10-25 22:22:17 +00:00
Jack Danger 67b836d4f3
Fixing small typo in README.md (#17) 2021-10-09 17:09:07 -07:00
Qingping Hou 5f9c5e9530 update readme for docker container registry url 2021-06-07 21:01:00 -07:00
Qingping Hou 66321144e4 comment out automated docker release 2021-06-07 20:54:44 -07:00
Qingping Hou 390ede36db fix docker login in release job 2021-06-07 20:45:38 -07:00
Qingping Hou 183528877c release arm binaries 2021-06-07 20:28:26 -07:00
QP Hou 173c691211
automate public docker image release (#15) 2021-06-07 20:19:03 -07:00
Qingping Hou 5bc094bc1e bump go version to 1.16 2021-04-22 21:55:40 -07:00
ron-damon 514748f568
Purge uidCache after rm file (#14) 2021-04-22 16:29:52 -07:00
Alessandro Bacchini 6b4b7d5389
Add interval flag for configuring the pull interval (#11) 2021-04-15 23:29:55 -07:00
Qingping Hou 58eb4d49d2 setup none-root user in final image stage 2020-08-27 11:48:04 -07:00
gardnerdev 05684bb5dc Add non root user
For running on secured clusters
2020-08-27 11:37:24 -07:00
Qingping Hou de352886d6 add dockerhub link to readme 2020-08-27 00:13:50 -07:00
Lior Rozen 69eda811a2 Mention the DEBUG environment variable 2020-07-26 11:49:35 -07:00
Qingping Hou 996df15dcc docs: document use with minio
close #5.
2020-04-06 17:08:15 -07:00
Qingping Hou 3d7d5ec477 add watch make target 2020-04-03 14:39:24 -07:00
Qingping Hou 8a5f7a1a44 chore: bump goreleaser version 2020-04-03 14:12:03 -07:00
Aleksandar Nikolikj 03ac03f602
Adding endpoint config to enable minio backend (#6)
adds endpoint and disable ssl config to enable support for minio

Co-authored-by: Aleksandar Nikolikj <aleksandar.nikolikj@ericsson.com>
Co-authored-by: Qingping Hou <qph@scribd.com>
2020-04-03 10:01:59 -07:00
Qingping Hou 54bad26d8e change default file mode to 0664 to be more sensible 2020-03-24 17:27:04 -07:00
Qingping Hou f02382ceba feat: override default file mode from command line 2020-03-24 17:18:28 -07:00
Qingping Hou a8c87bebfe write out objects in 0666 mode
This is that we can run objinsync in a sidecar container under a
different uid than the one used in the main application container
2020-03-24 17:04:23 -07:00
Qingping Hou 34db797a1e use .objinsync as working dir to implement atomic update
tmp will not work when it's mounted as a different partition
2020-03-24 01:48:07 -07:00
Qingping Hou 91a0137269 chore: bump goreleaser version 2020-03-23 00:36:48 -07:00
Qingping Hou 8ade48a620 feat: avoid unnecessary file override during the initial sync 2020-03-23 00:31:22 -07:00
Qingping Hou 9430b5877a fix: close file descriptor after download rename 2020-03-22 01:47:42 -07:00
Qingping Hou 937ad8db7e fix: make file download atomic from filesystem point of view
fix #3
2020-03-22 00:47:49 -07:00
R. Tyler Croy c4e9001fe2
Create CODE_OF_CONDUCT.md 2020-03-09 11:04:07 -07:00
Qingping Hou 09473e4bab docs: update readme to add more use-case 2020-03-08 16:24:29 -07:00
Qingping Hou 0f2976a444 feat: aadd --exclude cli option
breaking change: objinsync now doesn't ignore __pycache__ dir by
default. user need to explicitly specify: --exclude '**/__pycache__/**'

close #1
2020-03-08 16:16:05 -07:00
R. Tyler Croy 0f5f2055f5
Merge pull request #2 from kangman/kangman-patch-1
Update README.md
2020-03-04 08:21:58 -08:00
Daniel Kang a9fb4fbb52
Update README.md
typo fix
2020-03-04 10:04:35 -05:00
Qingping Hou 117ad59e9b docs: add release note to readme 2020-03-02 17:28:28 -08:00
Qingping Hou b3e82a84a5 fix release job 2020-03-02 16:57:20 -08:00
Qingping Hou 5ceb7147ea add --status-addr flag for customizing status endpoints binding address 2020-03-02 16:49:31 -08:00
Qingping Hou c40ed4f119 fix yaml syntax for release job 2020-03-02 16:30:37 -08:00
Qingping Hou 8fc95b0df6 move tag condition check to job section 2020-03-02 16:29:22 -08:00
Qingping Hou 3e536f00f5 move release step to release job 2020-03-02 16:23:17 -08:00
Qingping Hou 08f1b165bb add github action badge 2020-03-02 16:21:17 -08:00
Qingping Hou 8dc76eb7eb rename github action workflow 2020-03-02 16:20:33 -08:00
Qingping Hou 23e2b2333d trigger github action on new tag push 2020-03-02 16:18:41 -08:00
Qingping Hou 5ab065fec2 add release step to github action 2020-03-02 16:16:42 -08:00
Qingping Hou 1c9afe8e9a point module path to github 2020-03-02 09:57:01 -08:00
R. Tyler Croy 275d3d9835
Add the MIT license 2020-03-02 05:42:48 -08:00
QP Hou 4f419445d5
Add github action 2020-02-27 22:31:07 -08:00
Qingping Hou e29c217392 initial commit 2020-02-25 15:28:52 -08:00