- Date: 2024-09-29
- Time: 22:29:13
Expand the following summaries for more details:
Environment:
| [CmdletBinding()] | |
| param( | |
| [Parameter(Mandatory)] | |
| [string]$ImageName = 'atlassian/bamboo-agent-base', | |
| [string]$TagLike = '10.*-ubi9-jdk21', | |
| [switch]$ShowAllTags = $false | |
| ) | |
| begin { | |
| $ErrorActionPreference = 'Stop' |