<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Guide on</title><link>https://deploy-preview-2810--amazing-golick-2d0138.netlify.app/docs/guides/</link><description>Recent content in Guide on</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><lastBuildDate>Sun, 01 Aug 2021 08:48:45 +0000</lastBuildDate><atom:link href="https://deploy-preview-2810--amazing-golick-2d0138.netlify.app/docs/guides/index.xml" rel="self" type="application/rss+xml"/><item><title>Guide: dockerfile</title><link>https://deploy-preview-2810--amazing-golick-2d0138.netlify.app/docs/guides/dockerfile/</link><pubDate>Fri, 20 Sep 2024 22:10:01 +0200</pubDate><guid>https://deploy-preview-2810--amazing-golick-2d0138.netlify.app/docs/guides/dockerfile/</guid><description>Dockerfile Goal This guide analyzes how the Jenkins project automates its Dockerfile file updates.
It’s one thing to publish a Docker image, but it’s another one to maintain it over time.
To scope this guide, we focus on monitoring Java version, and more precisely Java 17.
This guide is heavily inspired by this Jenkins Dockerfile: github.com/jenkinssci/docker
The ultimate goal is to automatically open a pull request such as PR#1944 containing all Java 17 updates.</description></item><item><title>Guide: Npm</title><link>https://deploy-preview-2810--amazing-golick-2d0138.netlify.app/docs/guides/npm/</link><pubDate>Tue, 07 Feb 2023 22:10:01 +0200</pubDate><guid>https://deploy-preview-2810--amazing-golick-2d0138.netlify.app/docs/guides/npm/</guid><description>npm Goal The purpose of this pipeline is to track one npm dependency update, and then update both the package.json and package-lock.json in case of a version change.
Requirement This guide requires:
updatecli
npm
IDE
GitHub Personal Access Token
updatecli Updatecli is a declarative dependency management tool. The application is available as a command line compatible with Linux/macOS/Windows. Updatecli is designed to work the same way, both from a local machine and a CI environment.</description></item><item><title>Guide: helm chart</title><link>https://deploy-preview-2810--amazing-golick-2d0138.netlify.app/docs/guides/helm-chart/</link><pubDate>Sun, 27 Feb 2022 22:10:01 +0200</pubDate><guid>https://deploy-preview-2810--amazing-golick-2d0138.netlify.app/docs/guides/helm-chart/</guid><description>Helm Chart Helm is a popular package manager for deploying applications on Kubernetes. But, those packages can be outdated quickly. In this guide we explore how we can automatically update Helm charts based on third dependencies.
Requirement To use this guide, we need the following elements:
Updatecli
A Helm chart to update
A GitHub Personal Access Token
Updatecli Updatecli is a declarative dependency management tool. The application is available as a command line compatible with Linux/macOS/Windows.</description></item><item><title>Guide: docker compose</title><link>https://deploy-preview-2810--amazing-golick-2d0138.netlify.app/docs/guides/docker-compose/</link><pubDate>Sun, 01 Aug 2021 22:10:01 +0200</pubDate><guid>https://deploy-preview-2810--amazing-golick-2d0138.netlify.app/docs/guides/docker-compose/</guid><description>Docker Compose In this scenario, we have to maintain a docker-compose file and we want to be sure that we always use the latest available docker.
Requirement Updatecli
IDE
A GitHub Personal Access Token
Updatecli Binary Updatecli is a declarative dependency management tool. The application is available as a command line compatible with Linux/macOS/Windows. Updatecli is designed to work the same way, both from a local machine and a CI environment.</description></item></channel></rss>