File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
[ ![ Build Status] ( https://github.com/openzipkin/docker-alpine/workflows/test/badge.svg )] ( https://github.com/openzipkin/docker-alpine/actions?query=workflow%3Atest )
3
3
4
4
` ghcr.io/openzipkin/alpine ` is a minimal [ Alpine Linux] ( https://alpinelinux.org ) image including
5
- CA certs and libc6-compat .
5
+ CA certs and gcompat .
6
6
7
7
GitHub Container Registry: [ ghcr.io/openzipkin/alpine] ( https://github.com/orgs/openzipkin/packages/container/package/alpine ) includes:
8
8
* ` master ` tag: latest commit
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ echo "Building Docker image..."
7
7
build-bin/build
8
8
9
9
echo " Verifying Docker image..."
10
- # Invoke a binary in libc6-compat to ensure arch matches
10
+ # Invoke a binary in gcompat to ensure arch matches
11
11
docker run --rm openzipkin/alpine:test -c ' ldd /lib/libz.so.1'
You can’t perform that action at this time.
0 commit comments