mirror of
https://github.com/drone-plugins/drone-manifest.git
synced 2026-06-04 18:24:08 +08:00
Merge pull request #30 from luthermonson/tool-v1.0.2
upgrading to manifest-tool 1.0.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM alpine:3.10 as base
|
||||
|
||||
ENV MANIFEST_TOOL_VERSION 1.0.0
|
||||
ENV MANIFEST_TOOL_VERSION 1.0.2
|
||||
|
||||
RUN apk add --no-cache curl && \
|
||||
curl -sSLo /bin/manifest-tool https://github.com/estesp/manifest-tool/releases/download/v${MANIFEST_TOOL_VERSION}/manifest-tool-linux-amd64 && \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
FROM alpine:3.10 as base
|
||||
|
||||
ENV MANIFEST_TOOL_VERSION 1.0.0
|
||||
ENV MANIFEST_TOOL_VERSION 1.0.2
|
||||
|
||||
RUN apk add --no-cache curl && \
|
||||
curl -sSLo /bin/manifest-tool https://github.com/estesp/manifest-tool/releases/download/v${MANIFEST_TOOL_VERSION}/manifest-tool-linux-armv7 && \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
FROM alpine:3.10 as base
|
||||
|
||||
ENV MANIFEST_TOOL_VERSION 1.0.0
|
||||
ENV MANIFEST_TOOL_VERSION 1.0.2
|
||||
|
||||
RUN apk add --no-cache curl && \
|
||||
curl -sSLo /bin/manifest-tool https://github.com/estesp/manifest-tool/releases/download/v${MANIFEST_TOOL_VERSION}/manifest-tool-linux-arm64 && \
|
||||
|
||||
@@ -8,7 +8,7 @@ LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
|
||||
org.label-schema.vendor="Drone.IO Community" `
|
||||
org.label-schema.schema-version="1.0"
|
||||
|
||||
ENV MANIFEST_TOOL_VERSION 1.0.0
|
||||
ENV MANIFEST_TOOL_VERSION 1.0.2
|
||||
|
||||
RUN New-Item -ItemType directory -Path 'C:/bin'; `
|
||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; `
|
||||
|
||||
@@ -8,7 +8,7 @@ LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
|
||||
org.label-schema.vendor="Drone.IO Community" `
|
||||
org.label-schema.schema-version="1.0"
|
||||
|
||||
ENV MANIFEST_TOOL_VERSION 1.0.0
|
||||
ENV MANIFEST_TOOL_VERSION 1.0.2
|
||||
|
||||
RUN New-Item -ItemType directory -Path 'C:/bin'; `
|
||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; `
|
||||
|
||||
Reference in New Issue
Block a user