Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Pin alpine container version
Browse files Browse the repository at this point in the history
Alpine 3.5 doesn't provide PCAP plugin with ulogd, so until
we investigate the problem upstream, we need to pin to 3.4
version.

Fixes #2732
  • Loading branch information
Michal Rostecki authored and marccarre committed Feb 1, 2017
1 parent b1d0930 commit 8506e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ifeq ($(ARCH),amd64)
WEAVEEXEC_DOCKER_ARCH?=x86_64

# The name of the alpine baseimage to use as the base for weave images
ALPINE_BASEIMAGE?=alpine
ALPINE_BASEIMAGE?=alpine:3.4

# The extension for the made images
# Specifying none means for example weaveworks/weave:latest
Expand Down Expand Up @@ -62,7 +62,7 @@ ifeq ($(ARCH),arm64)
WEAVEEXEC_DOCKER_ARCH?=armel

# Using the (semi-)official alpine image
ALPINE_BASEIMAGE?=aarch64/alpine:3.5
ALPINE_BASEIMAGE?=aarch64/alpine:3.4

# arm64 images have the -arm64 suffix, for instance weaveworks/weave-arm64:latest
ARCH_EXT?=-arm64
Expand Down

0 comments on commit 8506e57

Please sign in to comment.