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

docker: update to 19.03.15 #1333

Merged
merged 1 commit into from
Feb 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/docker-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ build = "build.rs"
path = "pkg.rs"

[[package.metadata.build-package.external-files]]
url = "https://github.com/docker/cli/archive/v19.03.14/cli-19.03.14.tar.gz"
sha512 = "0cd72663ea9da2d1e2e74af8569c8e78a120a161cf40075a7cb8817b9c9f4ed94a5aebd48a754a896bcc9d7c7b67ed8a0f46203aeb34db0635f6693003c54edc"
url = "https://github.com/docker/cli/archive/v19.03.15/cli-19.03.15.tar.gz"
sha512 = "163f67a11b1d976eb91c84e59eb1fabf3f26b360ac726bb0bedb9a1532ef807b665f7461f52f6b236cb8af955af042466070800cd4d09b7a6b90092daf718b41"

[build-dependencies]
glibc = { path = "../glibc" }
4 changes: 2 additions & 2 deletions packages/docker-cli/docker-cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
%global gorepo cli
%global goimport %{goproject}/%{gorepo}

%global gover 19.03.14
%global gover 19.03.15
%global rpmver %{gover}
%global gitrev 0ed913b885c8919944a2e4c8d0b80a318a8dd48b
%global gitrev eeec7e566a2d8e9c30b141bad529d54f2d46c71c

%global source_date_epoch 1492525740

Expand Down
4 changes: 2 additions & 2 deletions packages/docker-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ build = "build.rs"
path = "pkg.rs"

[[package.metadata.build-package.external-files]]
url = "https://github.com/moby/moby/archive/v19.03.14/moby-19.03.14.tar.gz"
sha512 = "9ba589a2199ee272af50b60168a117a707c1fe0bfb039c8e4c0a9df68055add13b68b28e0937fdfeb9c42ec0e2936ac9ca3a671ff946d2d3f3e9d1bfe00ed6d1"
url = "https://github.com/moby/moby/archive/v19.03.15/moby-19.03.15.tar.gz"
sha512 = "20e2a418e95f4575081afb2f898d9a6d37812a4c2976a8adff52c186672282cb3fdef1dd126fb2e90cbb09a559f719150e8e94fbf2a160e49bb64448872b5653"

[build-dependencies]
glibc = { path = "../glibc" }
Expand Down
4 changes: 2 additions & 2 deletions packages/docker-engine/docker-engine.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
%global goorg github.com/docker
%global goimport %{goorg}/docker

%global gover 19.03.14
%global gover 19.03.15
%global rpmver %{gover}
%global gitrev 9dc6525e6118a25fab2be322d1914740ea842495
%global gitrev 420b1d36250f9cfdc561f086f25a213ecb669b6f

%global source_date_epoch 1363394400

Expand Down
2 changes: 1 addition & 1 deletion packages/docker-init/docker-init.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global tiniver 0.19.0

Name: %{_cross_os}docker-init
Version: 19.03.14
Version: 19.03.15
Release: 1%{?dist}
Summary: Init for containers
License: MIT
Expand Down
2 changes: 1 addition & 1 deletion packages/docker-proxy/docker-proxy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%global _dwz_low_mem_die_limit 0

Name: %{_cross_os}docker-proxy
Version: 19.03.14
Version: 19.03.15
Release: 1%{?dist}
Summary: Docker CLI
# mostly Apache-2.0, client/mflag is BSD-3-Clause
Expand Down