Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Added boilerplate to dev image (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmiculinic committed Jul 23, 2020
1 parent 370dd99 commit 44b0896
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -37,7 +37,7 @@ endif

# Dev Image to use
# Always bump this version, when changing ANY component version below.
DEV_IMAGE_TAG=v5
DEV_IMAGE_TAG=v6

# Versions used to build DEV image:
export GOLANGCI_LINT_VERSION=1.26.0
Expand Down
2 changes: 2 additions & 0 deletions config/dockerfiles/dev.Dockerfile
Expand Up @@ -50,3 +50,5 @@ RUN echo $PATH && go get github.com/golangci/golangci-lint/cmd/golangci-lint@v${
mkdir -p /usr/local/protoc && \
unzip /tmp/protoc.zip -d /usr/local/protoc && \
rm /tmp/protoc.zip

RUN curl -sL --output /tmp/boilerplate.zip https://github.com/kubermatic-labs/boilerplate/releases/download/v0.1.1/boilerplate_0.1.1_linux_amd64.zip && unzip /tmp/boilerplate.zip -d /usr/local/bin && rm -Rf /tmp/boilerplate.zip

0 comments on commit 44b0896

Please sign in to comment.