-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[nats-streaming] Release v0.23.2 #11350
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Details can be found [here](https://github.com/nats-io/nats-streaming-server/releases/tag/v0.23.2) Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
Doc PR: docker-library/docs#2084 |
Diff for 1a78b38:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 6220ad4..34fced9 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,31 +1,31 @@
Maintainers: Ivan Kozlovic <ivan@synadia.com> (@kozlovic)
GitRepo: https://github.com/nats-io/nats-streaming-docker.git
GitFetch: refs/heads/main
-GitCommit: 9f1c4519361e427e4f376a408539579350d56190
+GitCommit: fdc63eac17da16ad27229b48561c1b3462f40ee3
-Tags: 0.23.1-alpine3.14, 0.23-alpine3.14, alpine3.14, 0.23.1-alpine, 0.23-alpine, alpine
+Tags: 0.23.2-alpine3.14, 0.23-alpine3.14, alpine3.14, 0.23.2-alpine, 0.23-alpine, alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8
-Directory: 0.23.1/alpine3.14
+Directory: 0.23.2/alpine3.14
-Tags: 0.23.1-nanoserver-1809, 0.23-nanoserver-1809, nanoserver-1809
-SharedTags: 0.23.1-nanoserver, 0.23-nanoserver, nanoserver, 0.23.1, 0.23, latest
+Tags: 0.23.2-nanoserver-1809, 0.23-nanoserver-1809, nanoserver-1809
+SharedTags: 0.23.2-nanoserver, 0.23-nanoserver, nanoserver, 0.23.2, 0.23, latest
Architectures: windows-amd64
-Directory: 0.23.1/nanoserver-1809
+Directory: 0.23.2/nanoserver-1809
Constraints: nanoserver-1809, windowsservercore-1809
-Tags: 0.23.1-scratch, 0.23-scratch, scratch, 0.23.1-linux, 0.23-linux, linux
-SharedTags: 0.23.1, 0.23, latest
+Tags: 0.23.2-scratch, 0.23-scratch, scratch, 0.23.2-linux, 0.23-linux, linux
+SharedTags: 0.23.2, 0.23, latest
Architectures: amd64, arm32v6, arm32v7, arm64v8
-Directory: 0.23.1/scratch
+Directory: 0.23.2/scratch
-Tags: 0.23.1-windowsservercore-1809, 0.23-windowsservercore-1809, windowsservercore-1809
-SharedTags: 0.23.1-windowsservercore, 0.23-windowsservercore, windowsservercore
+Tags: 0.23.2-windowsservercore-1809, 0.23-windowsservercore-1809, windowsservercore-1809
+SharedTags: 0.23.2-windowsservercore, 0.23-windowsservercore, windowsservercore
Architectures: windows-amd64
-Directory: 0.23.1/windowsservercore-1809
+Directory: 0.23.2/windowsservercore-1809
Constraints: windowsservercore-1809
-Tags: 0.23.1-windowsservercore-ltsc2016, 0.23-windowsservercore-ltsc2016, windowsservercore-ltsc2016
-SharedTags: 0.23.1-windowsservercore, 0.23-windowsservercore, windowsservercore
+Tags: 0.23.2-windowsservercore-ltsc2016, 0.23-windowsservercore-ltsc2016, windowsservercore-ltsc2016
+SharedTags: 0.23.2-windowsservercore, 0.23-windowsservercore, windowsservercore
Architectures: windows-amd64
-Directory: 0.23.1/windowsservercore-ltsc2016
+Directory: 0.23.2/windowsservercore-ltsc2016
Constraints: windowsservercore-ltsc2016
diff --git a/_bashbrew-list b/_bashbrew-list
index 9dc6050..2986033 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,16 +8,16 @@ nats-streaming:0.23-scratch
nats-streaming:0.23-windowsservercore
nats-streaming:0.23-windowsservercore-1809
nats-streaming:0.23-windowsservercore-ltsc2016
-nats-streaming:0.23.1
-nats-streaming:0.23.1-alpine
-nats-streaming:0.23.1-alpine3.14
-nats-streaming:0.23.1-linux
-nats-streaming:0.23.1-nanoserver
-nats-streaming:0.23.1-nanoserver-1809
-nats-streaming:0.23.1-scratch
-nats-streaming:0.23.1-windowsservercore
-nats-streaming:0.23.1-windowsservercore-1809
-nats-streaming:0.23.1-windowsservercore-ltsc2016
+nats-streaming:0.23.2
+nats-streaming:0.23.2-alpine
+nats-streaming:0.23.2-alpine3.14
+nats-streaming:0.23.2-linux
+nats-streaming:0.23.2-nanoserver
+nats-streaming:0.23.2-nanoserver-1809
+nats-streaming:0.23.2-scratch
+nats-streaming:0.23.2-windowsservercore
+nats-streaming:0.23.2-windowsservercore-1809
+nats-streaming:0.23.2-windowsservercore-ltsc2016
nats-streaming:alpine
nats-streaming:alpine3.14
nats-streaming:latest
diff --git a/nats-streaming_alpine/Dockerfile b/nats-streaming_alpine/Dockerfile
index 8e41020..fa5cb25 100644
--- a/nats-streaming_alpine/Dockerfile
+++ b/nats-streaming_alpine/Dockerfile
@@ -1,15 +1,15 @@
FROM alpine:3.14
-ENV NATS_STREAMING_SERVER 0.23.1
+ENV NATS_STREAMING_SERVER 0.23.2
RUN set -eux; \
apkArch="$(apk --print-arch)"; \
case "$apkArch" in \
- aarch64) natsArch='arm64'; sha256='1ae3356d830c22a1367ea4ba45f1d2868307c4c8deae13f9e89f0d1731a8fec7' ;; \
- armhf) natsArch='arm6'; sha256='961f7f622ef790f909ce7e0521054a7ff1ffa7faaea0e0ca784855b0276fba93' ;; \
- armv7) natsArch='arm7'; sha256='61992a8fae5617b14152bdb7d03e2379b8b7cd12b22c46fb7b37ffbe29cb75e7' ;; \
- x86_64) natsArch='amd64'; sha256='34cc0d6ed58c8917aa432832afd25bb89ba9ea62ea595cec1846b014a659e4af' ;; \
- x86) natsArch='386'; sha256='38fe4b22245a840279967520f9340a741ee0eea7a0fbe99a907a6a36041d323d' ;; \
+ aarch64) natsArch='arm64'; sha256='623cd04855e16ca52694964e01e3b50ded9747a45885bba1a705513da297f6fd' ;; \
+ armhf) natsArch='arm6'; sha256='fd40f251da335eb7b3cc63b08f8bc0a80d3a4df10fec4efdf6e60417248a5287' ;; \
+ armv7) natsArch='arm7'; sha256='83db867570654731de98f135f9f373d0758bd9c5a3ee304b65c8128e1d928023' ;; \
+ x86_64) natsArch='amd64'; sha256='d0c5ebc16901bdc4788d0382dab6f7ce69582e1bafea3ddba159b38ae87b6c81' ;; \
+ x86) natsArch='386'; sha256='8b9c5396a7747abc8415dc8ca915cf6cb2fd1b79b64ce7a4c3f5efb241cd389f' ;; \
*) echo >&2 "error: $apkArch is not supported!"; exit 1 ;; \
esac; \
\
@@ -17,14 +17,11 @@ RUN set -eux; \
echo "${sha256} *nats-streaming-server.tar.gz" | sha256sum -c -; \
\
apk add --no-cache ca-certificates; \
- apk add --no-cache --virtual buildtmp; \
\
tar -xf nats-streaming-server.tar.gz; \
rm nats-streaming-server.tar.gz; \
mv "nats-streaming-server-v${NATS_STREAMING_SERVER}-linux-${natsArch}/nats-streaming-server" /usr/local/bin; \
- rm -rf "nats-streaming-server-v${NATS_STREAMING_SERVER}-linux-${natsArch}"; \
- \
- apk del --no-cache --no-network buildtmp
+ rm -rf "nats-streaming-server-v${NATS_STREAMING_SERVER}-linux-${natsArch}"
COPY docker-entrypoint.sh /usr/local/bin
EXPOSE 4222 8222
diff --git a/nats-streaming_linux/Dockerfile b/nats-streaming_linux/Dockerfile
index 1beea8b..6c76285 100644
--- a/nats-streaming_linux/Dockerfile
+++ b/nats-streaming_linux/Dockerfile
@@ -1,5 +1,5 @@
FROM scratch
-COPY --from=nats-streaming:0.23.1-alpine3.14 /usr/local/bin/nats-streaming-server /nats-streaming-server
+COPY --from=nats-streaming:0.23.2-alpine3.14 /usr/local/bin/nats-streaming-server /nats-streaming-server
EXPOSE 4222 8222
ENTRYPOINT ["/nats-streaming-server"]
CMD ["-m", "8222"]
diff --git a/nats-streaming_nanoserver-1809/Dockerfile b/nats-streaming_nanoserver-1809/Dockerfile
index 4b74107..9b55181 100644
--- a/nats-streaming_nanoserver-1809/Dockerfile
+++ b/nats-streaming_nanoserver-1809/Dockerfile
@@ -7,7 +7,7 @@ FROM mcr.microsoft.com/windows/nanoserver:1809
# (https://github.com/nats-io/gnatsd/issues/543)
ENV NATS_DOCKERIZED 1
-COPY --from=nats-streaming:0.23.1-windowsservercore-1809 C:\\nats-streaming-server.exe C:\\nats-streaming-server.exe
+COPY --from=nats-streaming:0.23.2-windowsservercore-1809 C:\\nats-streaming-server.exe C:\\nats-streaming-server.exe
EXPOSE 4222 8222
ENTRYPOINT ["C:\\nats-streaming-server.exe"]
diff --git a/nats-streaming_windowsservercore-1809/Dockerfile b/nats-streaming_windowsservercore-1809/Dockerfile
index fb4720b..912dd82 100644
--- a/nats-streaming_windowsservercore-1809/Dockerfile
+++ b/nats-streaming_windowsservercore-1809/Dockerfile
@@ -4,9 +4,9 @@ FROM mcr.microsoft.com/windows/servercore:1809
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
ENV NATS_DOCKERIZED 1
-ENV NATS_STREAMING_SERVER 0.23.1
+ENV NATS_STREAMING_SERVER 0.23.2
ENV NATS_STREAMING_SERVER_DOWNLOAD https://github.com/nats-io/nats-streaming-server/releases/download/v${NATS_STREAMING_SERVER}/nats-streaming-server-v${NATS_STREAMING_SERVER}-windows-amd64.zip
-ENV NATS_STREAMING_SERVER_SHASUM 72dc7ce44509dfd80c843dbe4f6f8b1d30ceca9cfa41526b3bbf45c5055cb080
+ENV NATS_STREAMING_SERVER_SHASUM b28dc8e1565d6fece68781515f759b0ed870831cdf2f7925cff7cf9acb44e7ec
RUN Set-PSDebug -Trace 2
diff --git a/nats-streaming_windowsservercore-ltsc2016/Dockerfile b/nats-streaming_windowsservercore-ltsc2016/Dockerfile
index 1a8688f..b276dbe 100644
--- a/nats-streaming_windowsservercore-ltsc2016/Dockerfile
+++ b/nats-streaming_windowsservercore-ltsc2016/Dockerfile
@@ -4,9 +4,9 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2016
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
ENV NATS_DOCKERIZED 1
-ENV NATS_STREAMING_SERVER 0.23.1
+ENV NATS_STREAMING_SERVER 0.23.2
ENV NATS_STREAMING_SERVER_DOWNLOAD https://github.com/nats-io/nats-streaming-server/releases/download/v${NATS_STREAMING_SERVER}/nats-streaming-server-v${NATS_STREAMING_SERVER}-windows-amd64.zip
-ENV NATS_STREAMING_SERVER_SHASUM 72dc7ce44509dfd80c843dbe4f6f8b1d30ceca9cfa41526b3bbf45c5055cb080
+ENV NATS_STREAMING_SERVER_SHASUM b28dc8e1565d6fece68781515f759b0ed870831cdf2f7925cff7cf9acb44e7ec
RUN Set-PSDebug -Trace 2 Relevant Maintainers:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Details can be found here
Signed-off-by: Ivan Kozlovic ivan@synadia.com