From d7d3a74a03a84a665408e4b44fb2b25e9f86b669 Mon Sep 17 00:00:00 2001 From: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:33:23 +0700 Subject: [PATCH] Addresses comment drift on libc6-compat vs gcompat (#41) Signed-off-by: Adrian Cole --- README.md | 2 +- build-bin/test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a3e747..7ce2eb4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://github.com/openzipkin/docker-alpine/workflows/test/badge.svg)](https://github.com/openzipkin/docker-alpine/actions?query=workflow%3Atest) `ghcr.io/openzipkin/alpine` is a minimal [Alpine Linux](https://alpinelinux.org) image including -CA certs and libc6-compat. +CA certs and gcompat. GitHub Container Registry: [ghcr.io/openzipkin/alpine](https://github.com/orgs/openzipkin/packages/container/package/alpine) includes: * `master` tag: latest commit diff --git a/build-bin/test b/build-bin/test index a4cc885..f94c6ec 100755 --- a/build-bin/test +++ b/build-bin/test @@ -7,5 +7,5 @@ echo "Building Docker image..." build-bin/build echo "Verifying Docker image..." -# Invoke a binary in libc6-compat to ensure arch matches +# Invoke a binary in gcompat to ensure arch matches docker run --rm openzipkin/alpine:test -c 'ldd /lib/libz.so.1'