-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(build): Update Dockerfiles for new cloudbuild configs (#228)
See spinnaker/buildtool#14 I forgot this one.
- Loading branch information
Showing
3 changed files
with
12 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
FROM alpine:3.7 | ||
MAINTAINER delivery-engineering@netflix.com | ||
COPY ./spinnaker-monitoring-daemon /compiled_sources | ||
FROM alpine:3.11.3 | ||
MAINTAINER sig-platform@spinnaker.io | ||
# The save_cache step will fail if these directories don't exist. We don't have | ||
# any compilation to do, so just do this instead of running gradle to save time. | ||
CMD mkdir -p .gradle/caches && mkdir -p .gradle/wrapper |
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