-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CI support for building Agent containers
PBENCH-332
- Loading branch information
Showing
6 changed files
with
68 additions
and
29 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
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
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ PBINC_DIR=${PBINC_SERVER}/pbenchinacan | |
|
||
# Open a copy of the base pbench server container. Docker format is required | ||
# in order to set the hostname. | ||
container=$(buildah from --format=docker pbench-server:${PB_SERVER_IMAGE_TAG}) | ||
container=$(buildah from --format=docker pbench-server:${PB_IMAGE_TAG}) | ||
|
||
buildah config \ | ||
--label maintainer="Pbench Maintainers <[email protected]>" \ | ||
|
@@ -54,4 +54,4 @@ buildah run $container cp /usr/share/nginx/html/404.html /usr/share/nginx/html/5 | |
buildah run $container chown --recursive pbench:pbench /srv/pbench | ||
|
||
# Create the container image | ||
buildah commit $container localhost/${PB_SERVER_IMAGE_NAME}:${PB_SERVER_IMAGE_TAG} | ||
buildah commit $container localhost/${PB_SERVER_IMAGE_NAME}:${PB_IMAGE_TAG} |
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