I hereby claim:
- I am faizanbashir on github.
- I am faizanbashir (https://keybase.io/faizanbashir) on keybase.
- I have a public key ASCXjoIMAR2wORQHl7GIn5ZDQ6mXzIs2ErevqoMdC_iEUAo
To claim this, I am signing this object:
| version: "3" | |
| services: | |
| vote: | |
| build: ./vote | |
| command: python app.py | |
| volumes: | |
| - ./vote:/app | |
| ports: | |
| - "5000:80" |
| import boto3 | |
| from botocore.exceptions import ClientError | |
| import json | |
| import os | |
| import time | |
| import uuid | |
| import decimal | |
| client = boto3.client('ses') | |
| sender = os.environ['SENDER_EMAIL'] |
| FROM alpine:latest | |
| LABEL MAINTAINER="Faizan Bashir <faizan.ibn.bashir@gmail.com>" | |
| # Linking of locale.h as xlocale.h | |
| # This is done to ensure successfull install of python numpy package | |
| # see https://forum.alpinelinux.org/comment/690#comment-690 for more information. | |
| WORKDIR /var/www/ |
| FROM alpine:latest | |
| LABEL MAINTAINER="Faizan Bashir <faizan.ibn.bashir@gmail.com>" | |
| # Linking of locale.h as xlocale.h | |
| # This is done to ensure successfull install of python numpy package | |
| # see https://forum.alpinelinux.org/comment/690#comment-690 for more information. | |
| WORKDIR /var/www/ |
I hereby claim:
To claim this, I am signing this object:
| module main | |
| go 1.19 | |
| require ( | |
| k8s.io/apimachinery v0.26.0 | |
| k8s.io/client-go v0.26.0 | |
| ) |
| module main | |
| go 1.19 | |
| require ( | |
| github.com/openshift/api v0.0.0-20221103085154-ea838af1820e | |
| github.com/openshift/client-go v0.0.0-20221107163225-3335a34a1d24 | |
| k8s.io/api v0.26.0 | |
| k8s.io/apimachinery v0.26.0 | |
| k8s.io/client-go v0.26.0 |
| package main | |
| import ( | |
| "context" | |
| "fmt" | |
| "os" | |
| "path/filepath" | |
| corev1 "k8s.io/api/core/v1" | |
| metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" |
| module k8sdeployment | |
| go 1.19 | |
| require ( | |
| k8s.io/api v0.26.1 | |
| k8s.io/apimachinery v0.26.1 | |
| k8s.io/client-go v0.26.1 | |
| ) |
| module main | |
| go 1.19 | |
| require ( | |
| k8s.io/api v0.26.1 | |
| k8s.io/apimachinery v0.26.1 | |
| k8s.io/client-go v0.26.1 | |
| ) |