Permalink
Browse files
Checking logs directory
- Loading branch information
Showing
with
3 additions
and
2 deletions.
-
+3
−1
Dockerfile
-
+0
−1
tests/image.bats
|
@@ -3,4 +3,6 @@ FROM bigfleet/shibboleth_idp |
|
|
ARG maintainer=tier |
|
|
ARG imagename=shibboleth_idp |
|
|
ARG version=3.2.1 |
|
|
ENV VERSION=$version
|
|
|
ENV VERSION=$version |
|
|
|
|
|
RUN chown -R root:root /opt/shibboleth/shibboleth-identity-provider-$version
|
|
@@ -24,5 +24,4 @@ setup() { |
|
|
@test "Logs directory exists, owned by root" { |
|
|
result="$(docker run -i $maintainer/$imagename stat -c '%U' /opt/shibboleth/current/logs)" |
|
|
[ "$result" != 'UNKNOWN' ] |
|
|
[ "$status" -eq 0 ] |
|
|
} |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.