-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update openSUSE 13.2 image #1465
Conversation
@@ -1,8 +1,8 @@ | |||
# maintainer: Flavio Castelli <[email protected]> (@flavio) | |||
|
|||
# openSUSE 13.2 | |||
13.2: git://github.com/openSUSE/docker-containers-build@3bbe87081f5d8f89e56fdca093ea24c3ab8b2992 docker | |||
harlequin: git://github.com/openSUSE/docker-containers-build@3bbe87081f5d8f89e56fdca093ea24c3ab8b2992 docker | |||
13.2: git://github.com/openSUSE/docker-containers-build746ce782231f9fc58ef21c584854c755bce61a78 @docker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the @
got a little confused here -- should be git://github.com/openSUSE/docker-containers-build@746ce782231f9fc58ef21c584854c755bce61a78 docker
like the next line, right?
Apply latest security fixes Signed-off-by: Flavio Castelli <[email protected]>
c1ac9b9
to
90384d7
Compare
Thanks @tianon, I fixed the mistake. |
LGTM, Build test of #1465; 90384d7 ( $ bashbrew build "opensuse"
Cloning opensuse (git://github.com/openSUSE/docker-containers-build) ...
Processing opensuse:13.2 ...
Processing opensuse:harlequin ...
Processing opensuse:42.1 ...
Processing opensuse:leap ...
Processing opensuse:latest ...
Processing opensuse:tumbleweed ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing opensuse:13.2
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...cut: /etc/shadow: No such file or directory
warning: garbage password detected for 'uucp': 'x'
warning: garbage password detected for 'games': 'x'
warning: garbage password detected for 'bin': 'x'
warning: garbage password detected for 'mail': 'x'
warning: garbage password detected for 'ftp': 'x'
warning: garbage password detected for 'daemon': 'x'
warning: garbage password detected for 'root': 'ZThwbpzKirmfg'
warning: garbage password detected for 'wwwrun': 'x'
warning: garbage password detected for 'man': 'x'
warning: garbage password detected for 'nobody': 'x'
warning: garbage password detected for 'news': 'x'
warning: garbage password detected for 'lp': 'x'
passed
'override-cmd' [4/4]...passed
testing opensuse:42.1
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...warning: garbage password detected for 'root': '3Nr6QbHfdJ38o'
passed
'override-cmd' [4/4]...passed
testing opensuse:tumbleweed
'utc' [1/4]...failed; unexpected output:
--- /usr/src/pr/test/tests/utc/expected-std-out.txt
+++ -
@@ -1 +1 @@
-UTC
+EST
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...warning: garbage password detected for 'root': 'ivAA7dqDRYxtc'
passed
'override-cmd' [4/4]...passed There is at least one failure in the above build log. |
Apply latest security fixes (see issue #1448).