Skip to content
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.7.0 #3820

Merged
merged 1 commit into from
Dec 19, 2017
Merged

Conversation

kozlovic
Copy link
Contributor

Details can be found here

@tianon
Copy link
Member

tianon commented Dec 19, 2017

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index 4c84522..e049e1d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
-nats-streaming:0.6.0
-nats-streaming:0.6.0-linux
-nats-streaming:0.6.0-nanoserver
-nats-streaming:0.6.0-windowsservercore
+nats-streaming:0.7.0
+nats-streaming:0.7.0-linux
+nats-streaming:0.7.0-nanoserver
+nats-streaming:0.7.0-windowsservercore
 nats-streaming:latest
 nats-streaming:linux
 nats-streaming:nanoserver
diff --git a/_bashbrew-shared-tags b/_bashbrew-shared-tags
index 6152c4c..3ac331b 100644
--- a/_bashbrew-shared-tags
+++ b/_bashbrew-shared-tags
@@ -1,2 +1,2 @@
-nats-streaming:0.6.0 -- nats-streaming:linux, nats-streaming:nanoserver
+nats-streaming:0.7.0 -- nats-streaming:linux, nats-streaming:nanoserver
 nats-streaming:latest -- nats-streaming:linux, nats-streaming:nanoserver
diff --git a/nats-streaming_linux/nats-streaming-server b/nats-streaming_linux/nats-streaming-server
index 45e5a21..2d6fcbd 100755
Binary files a/nats-streaming_linux/nats-streaming-server and b/nats-streaming_linux/nats-streaming-server differ
diff --git a/nats-streaming_nanoserver/nats-streaming-server.exe b/nats-streaming_nanoserver/nats-streaming-server.exe
index 9334a15..1ff2d80 100755
Binary files a/nats-streaming_nanoserver/nats-streaming-server.exe and b/nats-streaming_nanoserver/nats-streaming-server.exe differ
diff --git a/nats-streaming_windowsservercore/nats-streaming-server.exe b/nats-streaming_windowsservercore/nats-streaming-server.exe
index 9334a15..1ff2d80 100755
Binary files a/nats-streaming_windowsservercore/nats-streaming-server.exe and b/nats-streaming_windowsservercore/nats-streaming-server.exe differ

@tianon
Copy link
Member

tianon commented Dec 19, 2017

LGTM

Build test of #3820; 29d1155; amd64 (nats-streaming):

$ bashbrew build nats-streaming:0.7.0-linux
Building bashbrew/cache:71ed130984bfa0ef93bece8f77066afd25cc0b58e7df634991e8ede669bdd7d0 (nats-streaming:0.7.0-linux)
Tagging nats-streaming:0.7.0-linux
Tagging nats-streaming:linux
Tagging nats-streaming:0.7.0
Tagging nats-streaming:latest

$ test/run.sh nats-streaming:0.7.0-linux
testing nats-streaming:0.7.0-linux
	'cve-2014--shellshock' [1/2]...passed
	'override-cmd' [2/2]...image does not appear to contain "echo" -- assuming single-binary image
passed


$ bashbrew build nats-streaming:0.7.0-nanoserver
skipping "nats-streaming:0.7.0-nanoserver" (due to architecture "amd64"; only "windows-amd64" supported)

$ test/run.sh nats-streaming:0.7.0-nanoserver
testing nats-streaming:0.7.0-nanoserver
	image does not exist!


$ bashbrew build nats-streaming:0.7.0-windowsservercore
skipping "nats-streaming:0.7.0-windowsservercore" (due to architecture "amd64"; only "windows-amd64" supported)

$ test/run.sh nats-streaming:0.7.0-windowsservercore
testing nats-streaming:0.7.0-windowsservercore
	image does not exist!

The following images failed at least one test:

  • nats-streaming:
    • nats-streaming:0.7.0-nanoserver
    • nats-streaming:0.7.0-windowsservercore

@tianon tianon merged commit 5f0a2e7 into docker-library:master Dec 19, 2017
@kozlovic
Copy link
Contributor Author

@tianon Looks like there is a problem again with the builds. Only linux/amd64 is listed now (could be issue with the tool):

$ docker run --rm mplatform/mquery nats-streaming:latest
Image: nats-streaming:latest
 * Manifest List: Yes
 * Supported platforms:
   - linux/amd64

Also, the docker hub tags page (https://hub.docker.com/r/library/nats-streaming/tags/) seem to show that the Windows build is not present.

@tianon
Copy link
Member

tianon commented Dec 20, 2017

@kozlovic it's the same issue as always -- we don't have a good way to synchronize the builds on all arches (some arches go offline for long periods, build slowly, etc), so that list will increase over time and in most cases should include everything within 24h, but sometimes a little longer (depending on what else is in the build queues)

See also docker-library/rabbitmq#188, docker-library/ruby#159, erlang/docker-erlang-otp#75, #3472, docker-library/wordpress#239, matomo-org/docker#70, nodejs/docker-node#571, #3653, #3622 (comment), redis/docker-library-redis#115, docker-library/rabbitmq#217, docker-library/python#252.

@tianon
Copy link
Member

tianon commented Dec 21, 2017

I've filed #3835 in order to have a central place to track this problem globally more directly. 👍 ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants