aboutsummaryrefslogtreecommitdiff
path: root/app_build/pithos
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-09-12 20:17:07 +0200
committerQuentin <quentin@deuxfleurs.fr>2020-09-12 20:17:07 +0200
commita23e08ce20887efb4e158a02ffee1f775a0db89f (patch)
tree493a2cef5496aec74e57ad453574fdef6856f92b /app_build/pithos
parentfb4ffbc7faa0d123ce9bf817d240a8c670c494e3 (diff)
downloadinfrastructure-a23e08ce20887efb4e158a02ffee1f775a0db89f.tar.gz
infrastructure-a23e08ce20887efb4e158a02ffee1f775a0db89f.zip
Refactor 2
Diffstat (limited to 'app_build/pithos')
-rw-r--r--app_build/pithos/0.7.5.tar.gzbin93151 -> 0 bytes
-rw-r--r--app_build/pithos/Dockerfile4
-rw-r--r--app_build/pithos/README.md9
-rw-r--r--app_build/pithos/pithos-0.7.5-standalone.jarbin21821895 -> 0 bytes
4 files changed, 0 insertions, 13 deletions
diff --git a/app_build/pithos/0.7.5.tar.gz b/app_build/pithos/0.7.5.tar.gz
deleted file mode 100644
index 4eb1273..0000000
--- a/app_build/pithos/0.7.5.tar.gz
+++ /dev/null
Binary files differ
diff --git a/app_build/pithos/Dockerfile b/app_build/pithos/Dockerfile
deleted file mode 100644
index 70f87d8..0000000
--- a/app_build/pithos/Dockerfile
+++ /dev/null
@@ -1,4 +0,0 @@
-FROM amd64/openjdk:13-alpine
-
-COPY pithos-0.7.5-standalone.jar /srv/pithos.jar
-ENTRYPOINT ["/opt/openjdk-13/bin/java", "-jar", "/srv/pithos.jar"]
diff --git a/app_build/pithos/README.md b/app_build/pithos/README.md
deleted file mode 100644
index 3f0037d..0000000
--- a/app_build/pithos/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-This project is considered as "dangerous" as it is tagged as "Project not under active development".
-Consequently, just in case, I am backuping the .jar and the sources in this git repo.
-Better safe than sorry or pretty.
-
-```
-sudo docker build -t superboum/amd64_pithos:v1 .
-sudo docker push superboum/amd64_pithos:v1
-sudo docker run --rm -it -p 8080:8080 -v pithos.yaml:/etc/pithos/pithos.yaml superboum/amd64_pithos:v1
-```
diff --git a/app_build/pithos/pithos-0.7.5-standalone.jar b/app_build/pithos/pithos-0.7.5-standalone.jar
deleted file mode 100644
index 6073e72..0000000
--- a/app_build/pithos/pithos-0.7.5-standalone.jar
+++ /dev/null
Binary files differ