Skip to content

Commit

Permalink
override
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Aug 9, 2024
1 parent acc7584 commit 16d2505
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ SUDO := $(shell docker version >/dev/null 2>&1 || echo "sudo")
# https://github.com/opencontainers/image-spec/blob/master/annotations.md
BUILD_DATE := $(shell date -u +%FT%TZ)

ETLHASH=stellar/stellar-etl:$(shell git rev-parse --short HEAD)
DEFAULT_ETLHASH := stellar/stellar-etl:$(shell git rev-parse --short HEAD)
ETLHASH ?= $(DEFAULT_ETLHASH)

docker-build:
$(SUDO) docker build --platform linux/amd64 --pull --no-cache --label org.opencontainers.image.created="$(BUILD_DATE)" \
Expand Down

0 comments on commit 16d2505

Please sign in to comment.