Skip to content

Commit

Permalink
fixes #9 - update to 5.0.0 / chrome 77
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Jun 3, 2019
1 parent cd6d288 commit acc74bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 71 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.amd64 → Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM femtopixel/google-chrome-headless:71.0.3578.98-amd64
FROM femtopixel/google-chrome-headless:77.0.3814.0-amd64

ARG VERSION=v5.0.0

Expand Down
43 changes: 0 additions & 43 deletions Dockerfile.arm32v7

This file was deleted.

17 changes: 3 additions & 14 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
CACHE ?= --no-cache=1
VERSION ?= v5.0.0
FULLVERSION ?= v5.0.0
archs ?= arm32v7 amd64
.PHONY: all build publish latest
all: build publish latest
qemu-arm-static:
cp /usr/bin/qemu-arm-static .
build: qemu-arm-static
$(foreach arch,$(archs), \
docker build -t femtopixel/google-lighthouse:${VERSION}-$(arch) -f Dockerfile.$(arch) --build-arg VERSION=${VERSION}-$(arch) ${CACHE} .;\
)
all: build publish
build:
docker build -t femtopixel/google-lighthouse:${VERSION} -t femtopixel/google-lighthouse --build-arg VERSION=${VERSION} ${CACHE} .
publish:
docker push femtopixel/google-lighthouse
cat manifest.yml | sed "s/\$$VERSION/${VERSION}/g" > manifest2.yaml
cat manifest2.yaml | sed "s/\$$FULLVERSION/${FULLVERSION}/g" > manifest.yaml
manifest-tool push from-spec manifest.yaml
latest: build
FULLVERSION=latest VERSION=${VERSION} make publish
13 changes: 0 additions & 13 deletions manifest.yml

This file was deleted.

0 comments on commit acc74bc

Please sign in to comment.