Skip to content

Commit

Permalink
Update kanister build image (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavannd1 committed Sep 21, 2021
1 parent 2b7c8a4 commit ba208f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ IMAGE_NAME := $(BIN)

IMAGE := $(REGISTRY)/$(IMAGE_NAME)

BUILD_IMAGE ?= ghcr.io/kanisterio/build:v0.0.13
BUILD_IMAGE ?= ghcr.io/kanisterio/build:v0.0.14

# tag 0.1.0 is, 0.0.1 (latest) + gh + aws + helm binary
DOCS_BUILD_IMAGE ?= ghcr.io/kanisterio/docker-sphinx:0.2.0
Expand Down
5 changes: 2 additions & 3 deletions docker/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.10.5

MAINTAINER Tom Manville <tom@kasten.io>
LABEL maintainer="Tom Manville<tom@kasten.io>"

RUN apk add --update --no-cache ca-certificates bash git docker jq \
&& update-ca-certificates \
Expand All @@ -24,5 +24,4 @@ ENV CGO_ENABLED=0 \
GOROOT="/usr/local/go" \
GOCACHE=/go/.cache/go-build \
GO_EXTLINK_ENABLED=0 \
PATH="/usr/local/go/bin:${PATH}"

PATH="/usr/local/go/bin:${PATH}"

0 comments on commit ba208f3

Please sign in to comment.