Skip to content

Commit

Permalink
Merge pull request #3535 from tstromberg/runc-update
Browse files Browse the repository at this point in the history
Update to opencontainers/runc HEAD as of 2019-01-15
  • Loading branch information
tstromberg authored Jan 17, 2019
2 parents e3a814b + 0219c67 commit e1804d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions deploy/iso/minikube-iso/package/runc-master/runc-master.hash
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Locally computed
sha256 fc780966c4d70c275a87930e93cda4210e63a490eabfb0fa5f2fe70be6dcdc58 0fdc908bf1ee7b7da85f9e5adbd1e256060f2486.tar.gz
sha256 9318fa9de6e3b2c89760f08d73bf718c97c93d683611716e024d2f3283c96d90 c1e454b2a1bfb0f0ebd9e621a1433f98f9a8d4b0.tar.gz

3 changes: 2 additions & 1 deletion deploy/iso/minikube-iso/package/runc-master/runc-master.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
#
################################################################################

RUNC_MASTER_VERSION = 0fdc908bf1ee7b7da85f9e5adbd1e256060f2486
# HEAD as of 2019-01-15
RUNC_MASTER_VERSION = c1e454b2a1bfb0f0ebd9e621a1433f98f9a8d4b0
RUNC_MASTER_SITE = https://github.com/opencontainers/runc/archive
RUNC_MASTER_SOURCE = $(RUNC_MASTER_VERSION).tar.gz
RUNC_MASTER_LICENSE = Apache-2.0
Expand Down

0 comments on commit e1804d2

Please sign in to comment.