We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ee54b commit 0c8e0fdCopy full SHA for 0c8e0fd
hooks/variants
@@ -47,6 +47,10 @@ function generate_table() {
47
done
48
}
49
50
+function docker_push() {
51
+ docker push $@
52
+}
53
+
54
function docker_build() {
55
# Ulimit nofile=1024 is required as workaround for python programs (eg. yum)
56
# When some python programs close, they try to close all possible fds
0 commit comments