I hereby claim:
- I am rossf7 on github.
- I am rossf7 (https://keybase.io/rossf7) on keybase.
- I have a public key ASBOoTnaZKxkeSsQ53BwxbYVUQTUAqBQSKLct8VW-3YDoAo
To claim this, I am signing this object:
#cloud-config | |
coreos: | |
units: | |
- | |
name: amazon-ecs-agent.service | |
command: start | |
runtime: true | |
content: | | |
[Unit] |
#!/bin/bash | |
# File needs to be called /hooks/build relative to the Dockerfile. | |
# $IMAGE_NAME var is injected into the build so the tag is correct. | |
echo "Build hook running" | |
docker build --build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \ | |
--build-arg VCS_REF=`git rev-parse --short HEAD` \ | |
-t $IMAGE_NAME . |
Building in Docker Cloud's infrastructure... | |
Cloning into '.'... | |
Executing build hook... | |
Build hook running | |
Sending build context to Docker daemon 76.8 kB |
{ | |
"ImageName" : "microscaling/microscaling", | |
"WebhookURL" : "/images/microscaling/microscaling/iG_hT0DFI2z0AmA9EjeiADlfnJU=", | |
"Labels" : { | |
"org.label-schema.version" : "0.7.4", | |
"org.label-schema.vcs-url" : "https://github.com/microscaling/microscaling.git", | |
"org.label-schema.vcs-ref" : "ef36cfe", | |
"org.label-schema.name" : "Microscaling Engine", | |
"org.label-schema.build-date" : "2016-09-09T14:34:47Z", | |
} |
I hereby claim:
To claim this, I am signing this object:
apiVersion: extensions/v1beta1 | |
kind: Deployment | |
metadata: | |
name: vault | |
namespace: default | |
labels: | |
app: vault | |
spec: | |
replicas: 1 | |
strategy: |
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'. | |
[[projects]] | |
name = "cloud.google.com/go" | |
packages = ["compute/metadata"] | |
revision = "4b98a6370e36d7a85192e7bad08a4ebd82eac2a8" | |
version = "v0.20.0" | |
[[projects]] |
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: resolv-conf-configmap | |
labels: | |
app: configmap-test | |
data: | |
resolv.conf: | | |
nameserver 8.8.8.8 |
apiVersion: application.giantswarm.io/v1alpha1 | |
kind: App | |
metadata: | |
name: "test-app" | |
namespace: "default" | |
labels: | |
app: "test-app" | |
giantswarm.io/managed-by: "app-operator" | |
app-operator.giantswarm.io/version: "1.0.0" |
{ | |
"annotations": { | |
"list": [ | |
{ | |
"builtIn": 1, | |
"datasource": "-- Grafana --", | |
"enable": true, | |
"hide": true, | |
"iconColor": "rgba(0, 211, 255, 1)", | |
"name": "Annotations & Alerts", |