Skip to content

Instantly share code, notes, and snippets.

View danmaas's full-sized avatar

Dan Maas danmaas

View GitHub Profile
@danmaas
danmaas / myapp-deployment.yaml
Created December 11, 2018 07:55
Continuous Deployment to Google Kubernetes Engine with CircleCI (Kubernetes Deployment)
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: staging-app
labels:
app: myapp
spec:
template:
metadata:
labels:
MATTERMOST-WEBAPP NPM DEPENDENCIES:
(first-degree only)
Note: "Missing" means the code is used by mattermost-webapp, but is not mentioned in NOTICE.txt.
- bootstrap-colorpicker: out-of-date copyright info
- bootstrap: removed, but still referenced in NOTICE.txt
- chart.js: out-of-date copyright info
- deep-equal: missing
- exif2css: missing
Mattermost Server
© 2015-present Mattermost, Inc. All Rights Reserved. See LICENSE.txt for license information.
NOTICES:
--------
This document includes a list of open source components used in Mattermost Server, including those that have been modified.
---
@danmaas
danmaas / DockerScrape.ps1
Last active July 29, 2018 08:20 — forked from cwilhit/DockerScrape.ps1
Scrapes over dockerhub, grabbing the pull counts of all images, the last time "latest" tag was updated, and gets the associated "FROM" image for each container.
#########################################################################################
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
#########################################################################################
Microsoft.PowerShell.Core\Set-StrictMode -Version Latest
#region variables