Skip to content

Commit

Permalink
Update metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuxdude committed Jun 8, 2024
1 parent 81a0d4a commit 6e725f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions metadata/metadata
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ set -e -o pipefail

# Add repo specific metadata here.

PACKAGE_NAME="Nginx"
BASE_IMAGE_CONFIG_KEY_PREFIX="BASE_IMAGE"

RELEASE_PACKAGE_NAME="Nginx"
RELEASE_TAG_PACKAGE_NAME="nginx"
BASE_IMAGE_CONFIG_KEY_PREFIX="BASE_IMAGE"

UPSTREAM_PACKAGE_NAME="Nginx"
UPSTREAM_VERSION_MAIN_CONFIG_KEY="NGINX_VERSION"
UPSTREAM_VERSION_SUFFIX_CONFIG_KEY="NGINX_RELEASE_SUFFIX"

TEST_TYPE="background"
TEST_CONTAINER_TYPE="nginx"
TEST_CONTAINER_START_WAIT_SECONDS="10"
Expand Down

0 comments on commit 6e725f6

Please sign in to comment.