AKSHAY SIVmigrating-jenkins-dind-to-podman.hashnode.dev·Feb 10, 2025Migrating Jenkins DinD to Podman: Setting Up a Custom Podman BuilderIntroduction If you're running Jenkins agents as Kubernetes pods with JNLP and Docker-in-Docker (DinD) as containers, you may be considering a migration to Podman as your container engine. This transition helps improve security, eliminates the need f...4 likesjnlp
AKSHAY SIVenabling-cgroup-v2-on-rhel-8.hashnode.dev·Feb 10, 2025Enabling cgroup v2 on RHEL 8 for Docker/PodmanIssue Fix container runtime issues when running images with cgroup v2 on a cgroup v1 host. How to enable cgroup v2 on RHEL 8? Is Docker/Podman compatible with cgroup v2 on RHEL 8? Resolution By default, RHEL 8 runs on cgroup v1. However, you can...Docker
K Rohit Kalyankrkalyan.hashnode.dev·Feb 1, 2025Podman Essential Commands: A Handy Cheat SheetPodman a daemon less container engine, emerged as an alternative to Docker. This cheat sheet is a quick reference to Podman commands, these are also similar to Docker commands. So it can be used a quick reference for docker as well. Images Listing Im...podman
Scott Spendolinispendolini.blog·Dec 17, 2024Preserving the Oracle Database ContainerIn our last post, we added DBMS_CLOUD to our Oracle 23ai Container. Since that change was done via adding database objects, the version of our container is now different than what we had downloaded. Additionally, we’ve upgraded the database objects f...2 likes·161 readsContainerized, Local Oracle 23ai EnvironmentOracle
Scott Spendolinispendolini.blog·Dec 16, 2024Adding DBMS_CLOUD to our Oracle Container Database - UPDATEThis morning, Steve Muench pointed out something in my recent post about Adding DBMS_CLOUD to your Oracle Container Database: It is no longer necessary to configure a database wallet in Oracle Database 23ai! Connor McDonald provides the details here ...91 readsContainerized, Local Oracle 23ai EnvironmentOracle
Scott Spendolinispendolini.blog·Dec 14, 2024Adding DBMS_CLOUD to our Oracle Container DatabaseIf you’re working with object storage on OCI at all, you’ll notice that the Oracle 23ai Free container database is missing a crucial component: DBMS_CLOUD. DBMS_CLOUD is a package provides a layer so that the database can manage files and directories...11 likes·322 readsContainerized, Local Oracle 23ai EnvironmentOracle
Scott Spendolinispendolini.blog·Dec 5, 2024Adding a Local LLM to the Oracle ContainerUnless you’ve been living under a rock, you’ve likely heard about AI & LLMs more than once. LLM stands for Large Language Model. It's a type of artificial intelligence (AI) model that's designed to process and understand human language at a massive s...1 like·490 readsContainerized, Local Oracle 23ai EnvironmentOracle
Cheithanya Prccloudy.hashnode.dev·Dec 4, 2024LFX Mentorship Experience - Kubearmor-Podman supportGetting accepted:) As part of the Linux Foundation Mentorship Program I had a privilege of serving CNCF KubeArmor project this 2024 term 3. I took a minute to process the importance of this opportunity: working with some amazing mentors and contribut...CNCF
Scott Spendolinispendolini.blog·Dec 3, 2024Using Database Actions on the Oracle ContainerThe ORDS container that we are using not only exposes APEX, but it also provides a robust set of database-centric tools known as Database Actions (formerly SQL Developer Web). You can read a lot more about the specifics of Database Actions here or he...244 readsContainerized, Local Oracle 23ai EnvironmentOracle
Scott Spendolinispendolini.blog·Dec 2, 2024Sending Email from an Oracle ContainerIf you’ve been following this series, you now have: A container running Oracle 23ai & APEX 24.1 A container running ORDS A self-signed certificate allowing secure access via ORDS While the goal is to have a truly portable development environment...1 like·223 readsContainerized, Local Oracle 23ai EnvironmentOracle