-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a squashed version of canto-base:v18 Refs #2870
- Loading branch information
1 parent
06ce862
commit ba73fbc
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM pombase/canto-base:v18 | ||
FROM pombase/canto-base:v19 | ||
MAINTAINER Kim Rutherford <[email protected]> | ||
|
||
COPY . canto/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# build with: docker build --squash -f etc/Dockerfile-base -t=pombase/canto-base:v18 . | ||
# build with: docker build --squash -f etc/Dockerfile-base -t=pombase/canto-base:v19 . | ||
|
||
FROM bitnami/minideb:bookworm | ||
MAINTAINER Kim Rutherford <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh - | ||
|
||
docker run --rm --net="host" --mount type=bind,source=$(pwd)/,target=/canto -w=/canto \ | ||
pombase/canto-base:v18 /bin/bash -c "cd /canto && perl Makefile.PL && make test" | ||
pombase/canto-base:v19 /bin/bash -c "cd /canto && perl Makefile.PL && make test" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters