Compare commits
2 Commits
cad698670e
...
fadb6b7251
| Author | SHA1 | Date | |
|---|---|---|---|
|
fadb6b7251
|
|||
|
df1b70a549
|
@@ -76,7 +76,7 @@ RUN ln -s /usr/local/bin/spectre /usr/local/bin/mpw
|
||||
RUN ln -s /usr/bin/tofu /usr/local/bin/terraform
|
||||
|
||||
RUN apt-get update --yes
|
||||
RUN apt-get install --yes \
|
||||
RUN apt-get install --yes --no-install-recommends \
|
||||
openssh-client \
|
||||
apt-transport-https \
|
||||
ca-certificates \
|
||||
|
||||
1
Makefile
1
Makefile
@@ -16,6 +16,7 @@ image: ## Build image
|
||||
podman build . --tag $(REPOSITORY):v$(SEMAPHORE_VERSION) --build-arg "OPENTOFU_VERSION=$(OPENTOFU_VERSION)" --build-arg "SEMAPHORE_VERSION=$(SEMAPHORE_VERSION)" --build-arg "PYTHON_VERSION=$(PYTHON_VERSION)" --build-arg "SPECTRE_VERSION=$(SPECTRE_VERSION)"
|
||||
|
||||
push: image ## Build and publish image
|
||||
podman login $(shell echo $(REPOSITORY) | cut -d '/' -f 1)
|
||||
podman push $(REPOSITORY):v$(SEMAPHORE_VERSION)
|
||||
|
||||
dev: ## Setup local dev environment
|
||||
|
||||
Reference in New Issue
Block a user