Docker.Build
0.4.8
PowerShell module to build, test and publish docker images.
Minimum PowerShell version
6.0
Installation Options
Author(s)
3Shape A/S
Copyright
(c) 2019 3Shape, licensed under the Apache 2.0 license.
Package Details
Owners
Tags
powershell core docker build test lint pipeline structure container Windows Linux
Functions
Find-ImageName Format-DockerTag Invoke-DockerBuild Invoke-DockerLint Invoke-DockerLogin Invoke-DockerPull Invoke-DockerPush Invoke-DockerTag Invoke-DockerTests
PSEditions
Dependencies
This module has no dependencies.
FileList
- Docker.Build.nuspec
- Docker.Build.psd1
- Docker.Build.psm1
- Public\Format-DockerTag.ps1
- Public\Invoke-DockerLint.ps1
- Public\Invoke-DockerPull.ps1
- Public\Invoke-DockerTag.ps1
- Public\Invoke-DockerBuild.ps1
- Public\Invoke-DockerLogin.ps1
- Public\Invoke-DockerTests.ps1
- Public\Find-ImageName.ps1
- Public\Invoke-DockerPush.ps1
- Private\Invoke-Command.ps1
- Private\Remove-Prefix.ps1
- Private\LintRemark.ps1
- Private\Find-RepositoryName.ps1
- Private\Assert-ExitCodeOk.ps1
- Private\Write-PassThruOutput.ps1
- Private\Test-IsSubdirectoryOf.ps1
- Private\Format-AsAbsolutePath.ps1
- Private\Test-DockerDigest.ps1
- Private\Convert-ToUnixPath.ps1
- Private\CommandResult.ps1
- Private\Merge-CodeAndLintRemarks.ps1
- Private\Find-LintRemarks.ps1
- Private\Utilities.ps1