Browse Source

Revert "latest version"

This reverts commit 5a7d7b82d9.
pull/18007/head
absolutelightning 1 year ago
parent
commit
e8fc4f25e5
  1. 2
      Dockerfile-windows
  2. 2
      build-support-windows/Dockerfile-consul-dev-windows
  3. 2
      build-support-windows/build-consul-local-images.sh
  4. 2
      test/integration/connect/envoy/Dockerfile-consul-envoy-windows

2
Dockerfile-windows

@ -1,5 +1,5 @@
FROM mcr.microsoft.com/windows/servercore:ltsc2019
ARG VERSION=latest
ARG VERSION=1.16.0
ENV chocolateyVersion=1.4.0

2
build-support-windows/Dockerfile-consul-dev-windows

@ -1,4 +1,4 @@
ARG VERSION=latest
ARG VERSION=1.16.0
FROM windows/consul:${VERSION}-local
COPY dist/ C:\\consul

2
build-support-windows/build-consul-local-images.sh

@ -3,7 +3,7 @@
readonly HASHICORP_DOCKER_PROXY="docker.mirror.hashicorp.services"
# Build Consul Version 1.13.3 / 1.12.6 / 1.11.11
VERSION=${VERSION:-"latest"}
VERSION=${VERSION:-"1.16.0"}
export VERSION
# Build Windows Envoy Version 1.23.1 / 1.21.5 / 1.20.7

2
test/integration/connect/envoy/Dockerfile-consul-envoy-windows

@ -1,5 +1,5 @@
# From Consul Version 1.13.3 / 1.12.6 / 1.11.11
ARG VERSION=latest-dev
ARG VERSION=1.16.0-dev
# From Envoy version 1.23.1 / 1.21.5 / 1.20.7
ARG ENVOY_VERSION

Loading…
Cancel
Save