dduportal / jenkins-examples

Custom Jenkins Instance running with k3s + Kubernetes agents
3 stars 4 forks source link

chore(updatecli) uses the FROM directive #65

Closed dduportal closed 1 year ago

dduportal commented 1 year ago

This PR only updates the updatecli manifest tracking the LTS version to uses a FROM instruction instead of ARG and FROM.

No changes expected once merged, but the Dockerfile will be easier to parse through the plugin update script (to retrieve the Jenkins version).