Skip to content

Instantly share code, notes, and snippets.

View mgreau's full-sized avatar

Maxime Gréau mgreau

View GitHub Profile

Keybase proof

I hereby claim:

  • I am mgreau on github.
  • I am mgreau (https://keybase.io/mgreau) on keybase.
  • I have a public key whose fingerprint is 2C29 257D EABE 8034 65B1 8EE6 B144 D374 1E7C D278

To claim this, I am signing this object:

@mgreau
mgreau / generate-sha1.sh
Last active September 28, 2017 10:28
./generate-sha1.sh BUCKET_NAME RELEASE_VERSION
#!/bin/bash -e
S3_BUCKET=$1
RELEASE_VERSION=$2
readonly S3_BUCKET_FOLDER='downloads'
sync_get_release_files_from_s3(){
# sync locally only ${RELEASE_VERSION} files from downloads
@mgreau
mgreau / beats-dependencies-licenses-report.json
Last active October 6, 2017 20:42
ES / Logstash / Kibana dependencies
{
"projectName": "beats",
"dependencies": [
{
"name": "go-winio",
"file": "/home/golang/project/vendor/github.com/Microsoft/go-winio",
"license": {
"id": "MIT",
"text": "The MIT License (MIT)\n\nCopyright (c) 2015 Microsoft\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEME
@mgreau
mgreau / tekton-resource-request-issue.yaml
Created January 24, 2020 02:39
tekton-resource-request-issue.yaml
apiVersion: tekton.dev/v1alpha1
kind: TaskRun
metadata:
name: resource-request-issue
spec:
taskSpec:
steps:
- name: minimal-resources-values
image: ubuntu
script: |