Skip to content

Commit

Permalink
Release v19.03.10
Browse files Browse the repository at this point in the history
Signed-off-by: Kang Huaishuai <[email protected]>
  • Loading branch information
khs1994 committed May 15, 2020
1 parent c2a04ee commit 3790721
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Compare

* https://github.com/khs1994-docker/lnmp/compare/v19.03.9...19.03
* https://github.com/khs1994-docker/lnmp/compare/v19.03.9...v19.03.10

### Bug fixes:

Expand Down
11 changes: 11 additions & 0 deletions kubernetes/addons/istio/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Istio

* https://github.com/istio

```bash
$ istioctl manifest generate
```

```bash
$ kubectl label namespace istio-test istio-injection=enabled
```
7 changes: 7 additions & 0 deletions kubernetes/docs/addons/jx.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Jenkins-x

## 安装

```bash
$ jx boot
```
2 changes: 1 addition & 1 deletion lnmp-docker.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<#PSScriptInfo

.VERSION 19.03.10-alpha3
.VERSION 19.03.10

.GUID 9769fa4f-70c7-43ed-8d2b-a0018f7dc89f

Expand Down
4 changes: 2 additions & 2 deletions windows/lnmp-windows-pm-repo/deno/lwpm.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "deno",
"description": "A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio",
"version": "1.0.0-rc2",
"pre-version": "1.0.0-rc2",
"version": "1.0.0",
"pre-version": "1.0.0",
"homepage": "https://deno.land/",
"bug": "https://github.com/denoland/deno/issues",
"github": "denoland/deno",
Expand Down
2 changes: 1 addition & 1 deletion windows/lnmp-windows-pm-repo/powershellCore/lwpm.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "powershellCore",
"description": "PowerShell is a task-based command-line shell and scripting language built on .NET",
"version": "7.0.0",
"version": "7.0.1",
"pre-version": "7.1.0-preview.2",
"homepage": "https://docs.microsoft.com/zh-cn/powershell",
"bug": "https://github.com/PowerShell/PowerShell/issues",
Expand Down
12 changes: 6 additions & 6 deletions windows/sdk/dockerhub/rootfs.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/usr/bin/env pwsh

Import-Module $PSScriptRoot/tags/list.psm1
Import-Module $PSScriptRoot/manifests/get.psm1
Import-Module $PSScriptRoot/blobs/get.psm1
Import-Module $PSScriptRoot\auth\token.psm1
Import-Module $PSScriptRoot/auth/auth.psm1

<#
.SYNOPSIS
download docker image rootfs
Expand All @@ -17,12 +23,6 @@
#>
#Requires -Version 6.0.0

Import-Module $PSScriptRoot/tags/list.psm1
Import-Module $PSScriptRoot/manifests/get.psm1
Import-Module $PSScriptRoot/blobs/get.psm1
Import-Module $PSScriptRoot\auth\token.psm1
Import-Module $PSScriptRoot/auth/auth.psm1

function rootfs($image="alpine",
$ref="latest",
$arch="amd64",
Expand Down

0 comments on commit 3790721

Please sign in to comment.