oracle / docker-images

Official source of container configurations, images, and examples for Oracle products and projects
https://developer.oracle.com/use-cases/#containers
Universal Permissive License v1.0
6.55k stars 5.43k forks source link

add haproxy dockerfile #2634

Closed bgraef closed 1 year ago

bgraef commented 1 year ago

oracle#2633

Djelibeybi commented 1 year ago

Can you also test/confirm that logging is visible when running docker logs, i.e. that output for both stdout and stderr is sent to the console/foreground?

bgraef commented 1 year ago

Yes, the logging is visible when running docker logs

Djelibeybi commented 1 year ago

I've just noticed that the file layout is not valid: you need to add a version directory, i.e. oraclelinux8/haproxy/1.8/Dockerfile so that the automation can create the right tags. You can create a symlink named latest to the latest available version to create that tag too.

Djelibeybi commented 1 year ago

You can enable Actions on your fork of this repo to test that the action at least picks up and builds the container image. It will push the result to your own profile, not here.

bgraef commented 1 year ago

version 1.8 added for OL8 and version 2.4 added for OL9 to match the package installed