Skip to content

Commit

Permalink
Bump buildpack
Browse files Browse the repository at this point in the history
  • Loading branch information
VOID404 committed Apr 18, 2024
1 parent a3b2c4b commit 30b7913
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/provisioner/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
APP_NAME = provisioner
APP_PATH = components/provisioner
ENTRYPOINT = cmd/main.go
BUILDPACK = eu.gcr.io/kyma-project/test-infra/buildpack-golang:v20220809-002bc8cf3
BUILDPACK = europe-docker.pkg.dev/kyma-project/prod/testimages/buildpack-go:v20240404-de49794e
SCRIPTS_DIR = $(realpath $(shell pwd)/../..)/scripts
DOCKER_SOCKET = /var/run/docker.sock
TESTING_DB_NETWORK = test_network
Expand Down
4 changes: 2 additions & 2 deletions scripts/generic_make_go.mk
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ list:
.PHONY: exec
exec:
@docker run $(DOCKER_INTERACTIVE) \
-v $(COMPONENT_DIR):$(WORKSPACE_COMPONENT_DIR):delegated \
$(DOCKER_CREATE_OPTS) bash
-v $(COMPONENT_DIR):$(WORKSPACE_COMPONENT_DIR):delegated \
$(DOCKER_CREATE_OPTS) bash

# Sets locally built image for a given component in Minikube cluster
deploy-on-minikube: build-to-minikube
Expand Down

0 comments on commit 30b7913

Please sign in to comment.