Hello community,
here is the log from the commit of package opensuse-nginx-image for
openSUSE:Factory checked in at 2020-02-25 16:05:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opensuse-nginx-image (Old)
and /work/SRC/openSUSE:Factory/.opensuse-nginx-image.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opensuse-nginx-image"
Tue Feb 25 16:05:41 2020 rev:4 rq:778899 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/opensuse-nginx-image/opensuse-nginx-image.changes
2020-02-20 14:56:02.166365263 +0100
+++
/work/SRC/openSUSE:Factory/.opensuse-nginx-image.new.26092/opensuse-nginx-image.changes
2020-02-25 16:06:08.580482538 +0100
@@ -1,0 +2,5 @@
+Mon Feb 24 20:37:16 UTC 2020 - Thorsten Kukuk <[email protected]>
+
+- Add demo index.html
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ entrypoint.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/srv/www/htdocs/index.html
new/srv/www/htdocs/index.html
--- old/srv/www/htdocs/index.html 1970-01-01 01:00:00.000000000 +0100
+++ new/srv/www/htdocs/index.html 2020-02-24 21:36:58.529470454 +0100
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>Welcome to nginx!</title>
+<style>
+ body {
+ width: 35em;
+ margin: 0 auto;
+ font-family: Tahoma, Verdana, Arial, sans-serif;
+ }
+</style>
+</head>
+<body>
+<h1>Welcome to nginx!</h1>
+<p>If you see this page, the container with the nginx web server is
+successfully installed and working.</p>
+</body>
+</html>