Pinned Loading
-
Dockerfiles
Dockerfiles 1# Accept the Go version for the image to be set as a build argument.
2# Default to Go 1.12
3ARG GO_VERSION=1.12
45FROM golang:${GO_VERSION}
-
service.yaml
service.yaml 1apiVersion: v1
2kind: Service
3metadata:
4name: nginx-service
5spec:
-
Gracefully shutdown go api server co...
Gracefully shutdown go api server connected to database 1package main
23import (
4"context"
5"database/sql"
-
fhir-validator-js
fhir-validator-js PublicForked from arrian/fhir-validator-js
A javascript FHIR (www.hl7.org/fhir/) validator.
JavaScript
-
nginx-k8s-unprivileged
nginx-k8s-unprivileged Publichelms charts to run nginx container as unprivileged user
-
JWT Email Token
JWT Email Token 1package email
23import (
4"crypto/rsa"
5"time"
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.