-
Notifications
You must be signed in to change notification settings - Fork 333
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
Add Dockerfile and K8s/OCP Manifests #285
Comments
"hOw HaRd CoUlD iT bE?" OK, JUST KIDDING - not so easy! Evidently there are only like, 4 packages made available in the RH UBI repos and asciidoc3 is not one of those packages... There's some funky stuff going on in the UBI with how Python is installed (read: I'm probably doing something dumb), so running Trying to manually bring in asciidoc and compile is also difficult it seems...EPEL has no package for it...trying not to just use an Arch/CentOS based container and stick with RH UBIs... Anyone know how to charm the Python in UBI7 to play nicely? |
Ok, well, I got it working with a multi-stage build with the final container being an Apache httpd UBI. PR Incoming... K8s manifests to work out of the box will need a dedicated/official Quay image, otherwise would rely on each developer creating and storing their own image. |
This is great work, Ken. Much appreciated!
- Alex
…On Mon, Jul 6, 2020 at 5:52 PM Ken Moini ***@***.***> wrote:
Ok, well, I got it working with a multi-stage build with the final
container being an Apache httpd UBI. PR Incoming...
K8s manifests to work out of the box will need a dedicated/official Quay
image, otherwise would rely on each developer creating and storing their
own image.
OCP could be done with S2I I suppose, but that requires moving things
around, extra bits, and trying to get asciidoc{tor} to work in a RH
container image...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#285 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFLVO4VH5MNCU35F7GV4EBLR2JBQDANCNFSM4OREHJ4Q>
.
--
======================================================================
Alexander Jacocks, RHCE | Staff Solution Architect
(e) [email protected] | Public Sector Business Development
(c) (240) 447-5974 | Tyson's Corner, VA
(g) CC28 8136 C253 907A B9BB 9EEA D3C8 1A3A 790A 0AB9
|
Thank ya sir - I'mma try to finalize the PRs this weekend...been busy with the whole day time gig thing... It works, builds well, etc but there seems to be some weird issue with CORS in a K8s environment, going to test in a VM to see if it's an ingress issue. |
Ehhh? Any objections? Could easily be built on a couple RH UBIs...containerized versions would allow for quicker live deployment testing.
The text was updated successfully, but these errors were encountered: