Skip to content

Commit

Permalink
Merge pull request #4245 from emissary-ingress/flynn/dev/glibc-2.34
Browse files Browse the repository at this point in the history
Pin to glibc 2.34, and fix make deploy on MacOS
  • Loading branch information
kflynn authored May 23, 2022
2 parents fb4cb7b + 230d2ee commit a94cadb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-aux/main.mk
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ boguschart_dir = build-output/chart-2.0.0-bogus_7.0.0-bogus.d
boguschart_tgz = $(patsubst %.d,%.tgz,$(boguschart_dir))

# YAML manifests
build-output/yaml-%: $(shell find $(CURDIR)/manifests/emissary/ -type d -o -name '*.yaml.in') $(var.)DEV_REGISTRY $(var.)RELEASE_REGISTRY
build-output/yaml-%: $(shell find $(CURDIR)/manifests/emissary -type d -o -name '*.yaml.in') $(var.)DEV_REGISTRY $(var.)RELEASE_REGISTRY
ifeq ($(CI),)
rm -rf $@
else
Expand Down
2 changes: 1 addition & 1 deletion docker/base-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Third-party code
########################################

FROM docker.io/frolvlad/alpine-glibc:alpine-3.15
FROM docker.io/frolvlad/alpine-glibc:alpine-3.15_glibc-2.34

WORKDIR /buildroot

Expand Down

0 comments on commit a94cadb

Please sign in to comment.