diff options
author | Kali Kaneko <kali@leap.se> | 2018-02-15 17:32:28 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-02-15 17:32:28 +0100 |
commit | 0388014636ce25fd1786c8bb79727dd643604f11 (patch) | |
tree | 38a8c9553488e5cce07dc444efdc5e4145c66f75 /pkg/docker_bundle/Makefile | |
parent | 16e8c9179b15f10570670e6068f87357427fd12b (diff) |
[pkg] rename bundling scripts to add clarity
Diffstat (limited to 'pkg/docker_bundle/Makefile')
-rw-r--r-- | pkg/docker_bundle/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pkg/docker_bundle/Makefile b/pkg/docker_bundle/Makefile deleted file mode 100644 index f9c82ac1..00000000 --- a/pkg/docker_bundle/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -IMAGE=bitmask-bundler - -build: - docker build -t 0xacab.org:4567/leap/docker/$(IMAGE):latest . -push: - docker push 0xacab.org:4567/leap/docker/$(IMAGE):latest -login: - docker login 0xacab.org:4567 |