File package.obscpio of Package dapper
07070100000000000081a400000000000000000000000167a5f310000000b9000000000000000000000000000000000000001300000000package/DockerfileFROM docker:19.03.8
ARG VERSION
ARG RELEASES
RUN wget -O /usr/local/bin/dapper https://${RELEASES}/dapper/${VERSION}/dapper-$(uname -s)-$(uname -m) && \
chmod +x /usr/local/bin/dapper
07070100000001000081a400000000000000000000000167a5f310000000bd000000000000000000000000000000000000001900000000package/Dockerfile.s390xFROM s390x/docker:18.06
ARG VERSION
ARG RELEASES
RUN wget -O /usr/local/bin/dapper https://${RELEASES}/dapper/${VERSION}/dapper-$(uname -s)-$(uname -m) && \
chmod +x /usr/local/bin/dapper
07070100000002000081a400000000000000000000000167a5f31000000972000000000000000000000000000000000000001b00000000package/Dockerfile.windowsARG SERVERCORE_VERSION
FROM mcr.microsoft.com/windows/servercore:${SERVERCORE_VERSION} as builder
ARG VERSION
ARG RELEASES
SHELL ["powershell", "-NoLogo", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
RUN [Environment]::SetEnvironmentVariable('PATH', ('C:\git\cmd;C:\git\mingw64\bin;C:\git\usr\bin;c:\innoextract;c:\app;c:\rancher;{0}' -f $env:PATH), [EnvironmentVariableTarget]::Machine)
RUN $URL = 'https://github.com/git-for-windows/git/releases/download/v2.21.0.windows.1/MinGit-2.21.0-64-bit.zip'; \
Write-Host ('Downloading git from {0} ...' -f $URL); \
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Invoke-WebRequest -UseBasicParsing -OutFile c:\git.zip -Uri $URL; \
Write-Host 'Extracting ...'; \
Expand-Archive c:\git.zip -DestinationPath c:\git\.; \
Write-Host 'Cleaning ...'; \
Remove-Item -Force -Path c:\git.zip;
RUN $URL = 'http://constexpr.org/innoextract/files/innoextract-1.7-windows.zip'; \
Write-Host ('Downloading innoextract from {0} ...' -f $URL); \
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Invoke-WebRequest -UseBasicParsing -OutFile c:\innoextract.zip -Uri $URL; \
Write-Host 'Extracting ...'; \
Expand-Archive c:\innoextract.zip -DestinationPath c:\innoextract\.; \
Write-Host 'Cleaning ...'; \
Remove-Item -Force -Recurse -Path c:\innoextract.zip;
RUN $URL = 'https://github.com/docker/toolbox/releases/download/v18.09.3/DockerToolbox-18.09.3.exe'; \
Write-Host ('Downloading docker from {0} ...' -f $URL); \
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Invoke-WebRequest -UseBasicParsing -OutFile c:\dockertoolbox.exe -Uri $URL; \
Write-Host 'Extracting ...'; \
pushd c:\; \
innoextract c:\dockertoolbox.exe; \
Write-Host 'Cleaning ...'; \
Remove-Item -Force -Recurse -Path @('c:\dockertoolbox.exe', 'c:\app\*') -Exclude @('docker.exe'); \
popd;
RUN $URL = 'https://{0}/dapper/{1}/dapper-Windows-x86_64.exe' -f $env:RELEASES, $env:VERSION; \
New-Item -Path 'c:\' -Name 'rancher' -ItemType 'directory'; \
Write-Host ('Downloading dapper from {0} ...' -f $URL); \
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Invoke-WebRequest -UseBasicParsing -OutFile c:/rancher/dapper.exe -Uri $URL;07070100000003000041ed00000000000000000000000167a5f31000000000000000000000000000000000000000000000000800000000package07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!