summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <Colomar.6.4.3@GMail.com>2020-04-29 13:07:06 +0200
committerGitHub <noreply@github.com>2020-04-29 13:07:06 +0200
commit562718e5a5ba590e23c291373c2f735b30db36f7 (patch)
tree0d3bd06bbdfd87b42de168b628aed03ccf376dc9
parent919ae5889a1d7965dc0a0e518098aeee1746f6ab (diff)
parent8546eb0d1e471852395f2bb11e9fdd302b8de0bc (diff)
Merge pull request #5 from secobau/master
Add copyright license and docker-compose command to shutdown the stack
-rw-r--r--cam/Dockerfile5
-rw-r--r--docker-compose.yml6
-rw-r--r--kube-compose.yml5
-rw-r--r--rob/Dockerfile5
-rw-r--r--rob/robot/ur/Dockerfile5
5 files changed, 26 insertions, 0 deletions
diff --git a/cam/Dockerfile b/cam/Dockerfile
index 6a0cdee..80ab6c6 100644
--- a/cam/Dockerfile
+++ b/cam/Dockerfile
@@ -1,3 +1,8 @@
+###############################################################################
+# Copyright (C) 2020 Sebastian Francisco Colomar Bauza #
+# SPDX-License-Identifier: GPL-2.0-only #
+###############################################################################
+
FROM debian:testing AS build
RUN apt-get update && \
apt-get upgrade -V --yes && \
diff --git a/docker-compose.yml b/docker-compose.yml
index cf212ba..062177a 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,3 +1,8 @@
+###############################################################################
+# Copyright (C) 2020 Sebastian Francisco Colomar Bauza #
+# SPDX-License-Identifier: GPL-2.0-only #
+###############################################################################
+
version: "2"
services:
@@ -39,4 +44,5 @@ services:
################################################################################
#sudo docker-compose up -d ;
+#sudo docker-compose down ;
################################################################################
diff --git a/kube-compose.yml b/kube-compose.yml
index 1a79fbc..99396cb 100644
--- a/kube-compose.yml
+++ b/kube-compose.yml
@@ -1,3 +1,8 @@
+###############################################################################
+# Copyright (C) 2020 Sebastian Francisco Colomar Bauza #
+# SPDX-License-Identifier: GPL-2.0-only #
+###############################################################################
+---
apiVersion: apps/v1
kind: Deployment
metadata:
diff --git a/rob/Dockerfile b/rob/Dockerfile
index 4fc3001..a1b1840 100644
--- a/rob/Dockerfile
+++ b/rob/Dockerfile
@@ -1,3 +1,8 @@
+###############################################################################
+# Copyright (C) 2020 Sebastian Francisco Colomar Bauza #
+# SPDX-License-Identifier: GPL-2.0-only #
+###############################################################################
+
FROM debian:stable-slim AS build
RUN apt-get update && \
apt-get upgrade -V --yes && \
diff --git a/rob/robot/ur/Dockerfile b/rob/robot/ur/Dockerfile
index 4cf62ba..36ccb4d 100644
--- a/rob/robot/ur/Dockerfile
+++ b/rob/robot/ur/Dockerfile
@@ -1,3 +1,8 @@
+###############################################################################
+# Copyright (C) 2020 Sebastian Francisco Colomar Bauza #
+# SPDX-License-Identifier: GPL-2.0-only #
+###############################################################################
+
FROM debian:stable AS build
RUN apt-get update && \
apt-get upgrade -V --yes && \