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

Fix difference between GAE_IMAGE_LABEL and actual image tag when released #58

Merged
merged 2 commits into from Feb 22, 2017

Conversation

meltsufin
Copy link
Member

No description provided.

@meltsufin meltsufin requested a review from aslo February 17, 2017 20:20
@meltsufin
Copy link
Member Author

@aslo PTAL

@@ -20,7 +20,7 @@ projectRoot=`dirname $0`/..

DOCKER_NAMESPACE='gcr.io/$PROJECT_ID'
RUNTIME_NAME="openjdk"
CANDIDATE_NAME="8-`date +%Y-%m-%d_%H_%M`"
export CANDIDATE_NAME="8-`date +%Y-%m-%d-%H-%M`"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it CANDIDATE_NAME rather than LABEL? Other than that, this is good and builds fine for me.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 maybe it makes sense to change this to LONG_TAG to match what's in the pom?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll go with DOCKER_TAG_LONG to match terminology in POM.

@@ -28,12 +28,14 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.build.timestamp.format>yyyy-MM-dd_HH_mm</maven.build.timestamp.format>
<maven.build.timestamp.format>yyyy-MM-dd-HH-mm</maven.build.timestamp.format>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious, what's the reason for changing the underscores to hyphens here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's for consistency with jetty-runtime mostly.

@meltsufin meltsufin merged commit f0656dc into master Feb 22, 2017
@meltsufin meltsufin deleted the image_label_fix branch February 22, 2017 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants