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

Tidy 1 #240

Merged
merged 1 commit into from
Aug 15, 2023
Merged

Tidy 1 #240

merged 1 commit into from
Aug 15, 2023

Conversation

junghao
Copy link
Contributor

@junghao junghao commented Aug 14, 2023

The build and runner image parameters specified in build.sh don't fit with new Dockerfile's base image. Removing.

Copy link

@wilsonjord wilsonjord left a comment

Choose a reason for hiding this comment

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

Nice and easy, just one comment from me

cmd/fdsn-quake-consumer/main.go Show resolved Hide resolved
wilsonjord
wilsonjord previously approved these changes Aug 14, 2023
@sue-h-gns sue-h-gns dismissed wilsonjord’s stale review August 14, 2023 23:49

The merge-base changed after approval.

wilsonjord
wilsonjord previously approved these changes Aug 15, 2023
@junghao junghao dismissed wilsonjord’s stale review August 15, 2023 00:05

The merge-base changed after approval.

@@ -39,8 +39,6 @@ for i in "$@"; do

docker build \
--build-arg=BUILD="$i" \
--build-arg=RUNNER_IMAGE="$RUNNER_IMAGE" \
--build-arg=BUILDER_IMAGE="$BUILDER_IMAGE" \

Choose a reason for hiding this comment

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

suggestion: should the above lines also be removed?

# code will be compiled in this container
BUILDER_IMAGE='quay.io/geonet/golang:1.16-alpine'
RUNNER_IMAGE='quay.io/geonet/go-scratch:latest'

@sue-h-gns sue-h-gns merged commit 3fea8b8 into main Aug 15, 2023
11 checks passed
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.

3 participants