Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: moves everything to consistent docker base layer #3613

Merged
merged 3 commits into from
Dec 5, 2023

Conversation

codefromthecrypt
Copy link
Member

This moves to consistent Alpine 3.18.5 and Java 17.0.9_p8. This updates test images to the latest minor or patch version of the corresponding software (e.g. Elasticsearch to latest 6.x). This does not change any major version, including the JRE. We can do these as a separate task.

Adrian Cole added 2 commits December 5, 2023 14:53
This moves to consistent Alpine 3.18.5 and Java 17.0.9_p8. This updates
test images to the latest minor or patch version of the corresponding
software (e.g. Elasticsearch to latest 6.x). This does not change any
major version, including the JRE. We can do these as a separate task.

Signed-off-by: Adrian Cole <[email protected]>
Signed-off-by: Adrian Cole <[email protected]>
build-bin/docker/docker_push openzipkin/zipkin ${version}
DOCKER_TARGET=zipkin-slim build-bin/docker/docker_push openzipkin/zipkin-slim ${version}

# testing images only push to ghcro.io
export DOCKER_RELEASE_REPOS=ghcr.io
# Don't attempt unfamiliar archs on test images
export DOCKER_ARCHS="amd64 arm64"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@llinder fyi, this is the maybe non-obvious trick to reduce arch for some images

Signed-off-by: Adrian Cole <[email protected]>
@codefromthecrypt codefromthecrypt marked this pull request as ready for review December 5, 2023 07:58
@codefromthecrypt codefromthecrypt merged commit d36186e into master Dec 5, 2023
9 checks passed
@codefromthecrypt codefromthecrypt deleted the docker-bumps branch December 5, 2023 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant