Loading docker/0.9.3/core/Makefile +3 −3 Original line number Diff line number Diff line .PHONY: all amd64: docker buildx build --platform amd64 -t gekkofs/core:0.9.3 . docker buildx build --platform amd64 -t gekkofs/core:0.9.3-rc1 . aarch64: docker buildx build --platform aarch64 -t gekkofs/core:0.9.3 . docker buildx build --platform aarch64 -t gekkofs/core:0.9.3-rc1 . all: docker buildx build -t gekkofs/core:0.9.3 . docker buildx build -t gekkofs/core:0.9.3-rc1 . docker/0.9.3/deps/Dockerfile +1 −1 Original line number Diff line number Diff line FROM gekkofs/core:0.9.3 FROM gekkofs/core:0.9.3-rc1 LABEL Description="Debian-based environment to build GekkoFS" Loading docker/0.9.3/deps/Makefile +3 −3 Original line number Diff line number Diff line Loading @@ -11,13 +11,13 @@ copy-scripts: cp -R $(GIT_ROOT)/scripts $(CWD)/scripts build: copy-scripts docker build -t gekkofs/deps:0.9.3 . docker build -t gekkofs/deps:0.9.3-rc1 . build-amd64: copy-scripts docker build --platform amd64 -t gekkofs/deps:0.9.3 . docker build --platform amd64 -t gekkofs/deps:0.9.3-rc1 . build-aarch64: copy-scripts docker build --platform aarch64 -t gekkofs/deps:0.9.3 . docker build --platform aarch64 -t gekkofs/deps:0.9.3-rc1 . remove-scripts: - rm -rf $(CWD)/scripts docker/0.9.3/docs/Dockerfile +1 −1 Original line number Diff line number Diff line FROM gekkofs/deps:0.9.3 FROM gekkofs/deps:0.9.3-rc1 LABEL Description="Debian-based environment suitable to build GekkoFS' documentation" Loading docker/0.9.3/docs/Makefile +3 −3 Original line number Diff line number Diff line .PHONY: all amd64: docker build --platform amd64 -t gekkofs/docs:0.9.3 . docker build --platform amd64 -t gekkofs/docs:0.9.3-rc1 . aarch64: docker build --platform aarch64 -t gekkofs/docs:0.9.3 . docker build --platform aarch64 -t gekkofs/docs:0.9.3-rc1 . all: docker build -t gekkofs/docs:0.9.3 . No newline at end of file docker build -t gekkofs/docs:0.9.3-rc1 . Loading
docker/0.9.3/core/Makefile +3 −3 Original line number Diff line number Diff line .PHONY: all amd64: docker buildx build --platform amd64 -t gekkofs/core:0.9.3 . docker buildx build --platform amd64 -t gekkofs/core:0.9.3-rc1 . aarch64: docker buildx build --platform aarch64 -t gekkofs/core:0.9.3 . docker buildx build --platform aarch64 -t gekkofs/core:0.9.3-rc1 . all: docker buildx build -t gekkofs/core:0.9.3 . docker buildx build -t gekkofs/core:0.9.3-rc1 .
docker/0.9.3/deps/Dockerfile +1 −1 Original line number Diff line number Diff line FROM gekkofs/core:0.9.3 FROM gekkofs/core:0.9.3-rc1 LABEL Description="Debian-based environment to build GekkoFS" Loading
docker/0.9.3/deps/Makefile +3 −3 Original line number Diff line number Diff line Loading @@ -11,13 +11,13 @@ copy-scripts: cp -R $(GIT_ROOT)/scripts $(CWD)/scripts build: copy-scripts docker build -t gekkofs/deps:0.9.3 . docker build -t gekkofs/deps:0.9.3-rc1 . build-amd64: copy-scripts docker build --platform amd64 -t gekkofs/deps:0.9.3 . docker build --platform amd64 -t gekkofs/deps:0.9.3-rc1 . build-aarch64: copy-scripts docker build --platform aarch64 -t gekkofs/deps:0.9.3 . docker build --platform aarch64 -t gekkofs/deps:0.9.3-rc1 . remove-scripts: - rm -rf $(CWD)/scripts
docker/0.9.3/docs/Dockerfile +1 −1 Original line number Diff line number Diff line FROM gekkofs/deps:0.9.3 FROM gekkofs/deps:0.9.3-rc1 LABEL Description="Debian-based environment suitable to build GekkoFS' documentation" Loading
docker/0.9.3/docs/Makefile +3 −3 Original line number Diff line number Diff line .PHONY: all amd64: docker build --platform amd64 -t gekkofs/docs:0.9.3 . docker build --platform amd64 -t gekkofs/docs:0.9.3-rc1 . aarch64: docker build --platform aarch64 -t gekkofs/docs:0.9.3 . docker build --platform aarch64 -t gekkofs/docs:0.9.3-rc1 . all: docker build -t gekkofs/docs:0.9.3 . No newline at end of file docker build -t gekkofs/docs:0.9.3-rc1 .