Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

use prebuilt images instead of cloning the repo #11

Open
nikhiljha opened this issue May 22, 2020 · 0 comments
Open

use prebuilt images instead of cloning the repo #11

nikhiljha opened this issue May 22, 2020 · 0 comments

Comments

@nikhiljha
Copy link
Member

metabase/Makefile

Lines 13 to 17 in 7a96cca

cook-image:
git clone https://github.com/metabase/metabase --depth 1 -b $(MB_VERSION) src
cd src; git apply ../patches/*; \
docker build --pull -t $(DOCKER_TAG) .
rm -rf src

Metabase has official tagged images in Docker hub. The branch the current makefile uses doesn't look like it exists anymore, so maybe we should switch. https://hub.docker.com/r/metabase/metabase/tags

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant