File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM mcr.microsoft.com/powershell:lts-7.4-ubuntu-22.04
22RUN pwsh -NonInteractive -Command Install-Module -Force -Scope AllUsers powershell-yaml
33RUN apt-get update
4- RUN apt-get upgrade
4+ RUN apt-get -y upgrade
55RUN apt-get -y install curl
66ENV VERSION="1.2.3"
77RUN curl -LO "https://github.com/oras-project/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz"
Original file line number Diff line number Diff line change 11FROM mcr.microsoft.com/powershell:lts-7.4-ubuntu-22.04
22RUN pwsh -NonInteractive -Command Install-Module -Force -Scope AllUsers powershell-yaml
33RUN apt-get update
4- RUN apt-get upgrade
4+ RUN apt-get -y upgrade
55RUN apt-get -y install curl
66ENV VERSION="1.2.3"
77RUN curl -LO "https://github.com/oras-project/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz"
You can’t perform that action at this time.
0 commit comments