Skip to content
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

Docs (ci): Tweak comments for CI variables in build.sh #28

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
##################################################################################

## User variables ##
# DOCKERHUB_REGISTRY_USER= # string - docker hub username - required
# DOCKERHUB_REGISTRY_PASSWORD= # string - docker hub password or api key - required
# DOCKERHUB_REGISTRY_USER= # string - docker hub username - required
# DOCKERHUB_REGISTRY_PASSWORD= # string - docker hub password or api key - required

## build variables ##
# BASE_IMAGE_NAME=ubuntu # string - OS image namespace - required
# BASE_IMAGE_TAG=xenial-20181005 # string - OS image tag - required
# BUILD_IMAGE_VARIANT=git # string - variant to build - required
# TAG_LATEST=true # bool - tag image with `:latest` - optional
# BASE_REGISTRY_NAMESPACE=library # string - user or organization namespace of base image - required
# BUILD_REGISTRY_NAMESPACE=startersclan # string - user or organization namespace for build image - required
# BUILD_IMAGE_NAME=steamcmd # string - build image namespace - required
# RELEASE_TAG_REF= # string - release tag - optional
# BASE_IMAGE_NAME=ubuntu # string - OS image namespace - required
# BASE_IMAGE_TAG=xenial-20181005 # string - OS image tag - required
# BUILD_IMAGE_VARIANT=git # string - variant to build - required
# TAG_LATEST=true # bool - tag image with `:latest` - optional
# BASE_REGISTRY_NAMESPACE=library # string - base image user or organization namespace - required
# BUILD_REGISTRY_NAMESPACE=startersclan # string - build image user or organization namespace - required
# BUILD_IMAGE_NAME=steamcmd # string - build image namespace - required
# RELEASE_TAG_REF= # string - release tag - optional

############################# End of CI variables ##############################

Expand Down