development Game of Words I felt for Wordle the day I read about it, and now my morning starts with a fresh cup of coffee and a fresh puzzle. But sometimes, I struggle to
Containers Docker: Logn Errors Recently, I spent some time trying to find why I can not push my just-from-the-own image into the GitLab project registry. The message "illegal base64 data at input" is a bit confusing, but the solution is simple.
Containers Maven Project with Docker Compose This little tweak streamlines the development lifecycle and simplifies build and test operations. If you build something with Docker and Apache Maven you could find this article useful.
Quarkus Easy Fix For Quarkus 1.2.0 Native Build The new Quarkus release has just arrived and I decided to refresh my project to see how it works with GraalVM on JDK 11. Well, the native build failed with an indistinct exception.
OpenShift NATCAP OUG Meetup If you live in the metro DC area and interesting in cutting end technologies come and join us and learn from the first hands. I'm going to talk about containers and virtualization. At the end of the presentation, I'll show you ho you can have your very own RedHat OpenShift 4 on your laptop.
Containers RedHat OpenShift and private repositories For a while, I play around with RedHat CodeReady Containers and one thing annoyed me most - access to private repositories. My pet projects are GitLab and I'm not ready to expose them as public ones. So, whenever I create an application, the first
Containers RedHat CodeReady Containers update Today my during the container start I have got notification that version 1.3.0 is available. During setup I get error that my libvrt bundle is not compatible with the new release. So you can find how I made an error and fix it.