Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Updating lineage, expanding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Sep 19, 2016
1 parent 9b8f0dd commit 336f581
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
FROM bigfleet/shibboleth_sp
FROM tier/shibboleth_sp

# Define args and set a default value
ARG registry=docker.io
Expand Down
8 changes: 8 additions & 0 deletions tests/image.bats
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ load ../common
@test "COmanage directory created" {
docker run -i $maintainer/$imagename find /opt/comanage/comanage-registry-$version
}

@test "Autoexec firstrun capability detected" {
docker run -i $maintainer/$imagename find /opt/autoexec/bin/firstrun.sh
}

@test "Autoexec onbuild capability detected" {
docker run -i $maintainer/$imagename find /opt/autoexec/bin/onbuild.sh
}

0 comments on commit 336f581

Please sign in to comment.