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

feat: use scratch as a base for the final image #103

Merged
merged 1 commit into from
Aug 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ WORDPRESS_CHART ?= $(shell pwd)/charts/wordpress
BUILDER_IMAGE ?= golang:1.14.7-buster@sha256:e17fd889d4d13abaaa9b92685ce94661011b02ee0cb3db0fb8c7ccb729c0c9d7
DOWNLOADER_IMAGE ?= alpine:latest
CERT_BUILDER_IMAGE ?= opensuse/leap:15.2@sha256:48c4dbacfbc8f6200096e6b327f3b346ccff4e4075618017848aa53c44f75eea
RUNNING_IMAGE ?= debian:stable@sha256:382a945b9064f58f43aa831f2722d3845e34773d93eac1290dc59c78f297243b
RUNNING_IMAGE ?= scratch

lint: lint-go-vet lint-go-mod lint-modified-files

Expand Down