Ghost Ghost-In-A-Box: Live For Two Years Suddenly, I realized I had boxed our site engine and database over two years ago. Since then, I have never complained about database compatibility, odd Ghost upgrade requirements, or OS product support. It's boring, stable, and predictable.
Registry Oracle Container Registry Tips Oracle offers Container Registry, a large set of containerized Oracle licensed and open-source products. Unfortunately, this product is not the most user-friendly, and instructions on third-party sites do not improve the situation.
OCI Featured OCI Function Deployment Error Oracle Cloud Infrastructure offers serverless functions. For OCI, function development requires tools to create and deploy code in accordance. This set of independent tools often results in mysterious errors.
OCI Oracle OCI: It has queues! Oracle OCI and Amazon AWS are similar and different at the same time. Yes, at the very basic, they offer you the same services - cloud infrastructure to run your workload, but AWS always dominated by the broad set of tools, features, and capabilities if you compare them by dozens.
development Game of Words I felt for Wordle [https://www.nytimes.com/games/wordle/index.html] 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 see a word even if it is evident for a native speaker.
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 [https://developers.redhat.com/products/codeready-containers]and one thing annoyed me most - access to private repositories. My pet projects are GitLab [https://gitlab.com/mikhailidim]and I'm not ready to expose them as public ones. So, whenever
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.