Skip to content

Commit

Permalink
Merge pull request #126 from crassirostris/bump-base-images
Browse files Browse the repository at this point in the history
Update fluentd-gcp and event-exporter base image
  • Loading branch information
Mik Vyatskov authored Mar 19, 2018
2 parents 8b2d79a + a96e705 commit 0ee4a43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion event-exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/google-containers/debian-base-amd64:0.1
FROM k8s.gcr.io/debian-base-amd64:0.3

RUN clean-install ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion event-exporter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BINARY_NAME = event-exporter

PREFIX = gcr.io/google-containers
IMAGE_NAME = event-exporter
TAG = v0.1.8
TAG = v0.1.9

build:
${ENVVAR} godep go build -a -o ${BINARY_NAME}
Expand Down
2 changes: 1 addition & 1 deletion fluentd-gcp-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# scope and that the Logging API has been enabled for the project
# in the Google Developer Console.

FROM gcr.io/google-containers/debian-base-amd64:0.3
FROM k8s.gcr.io/debian-base-amd64:0.3

COPY Gemfile /Gemfile

Expand Down
2 changes: 1 addition & 1 deletion fluentd-gcp-image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
.PHONY: build push

PREFIX=gcr.io/google-containers
TAG = 2.0.16
TAG = 2.0.17

build:
docker build --pull -t $(PREFIX)/fluentd-gcp:$(TAG) .
Expand Down

0 comments on commit 0ee4a43

Please sign in to comment.