Skip to content

Conversation

@joshcooper
Copy link
Contributor

The dockerfiles are only used for iterative development to test upgrades.

$ bundle update
...
$ docker/bin/upgrade.sh centos 6.25.1 7.13.1
Sending build context to Docker daemon  2.609MB
Step 1/28 : FROM centos:8
 ---> 5d0da3dc9764
Step 2/28 : RUN  yum update -y   && yum install -y wget git   && yum clean all
...
Notice: /Stage[main]/Puppet_agent::Install/Package[puppet-agent]/ensure: ensure changed '6.25.1-1.el7' to '7.13.1'
Debug: /Package[puppet-agent]: The container Class[Puppet_agent::Install] will propagate my refresh event
Notice: Stopping run after puppet-agent upgrade. Run puppet agent -t or apply your manifest again to finish the transaction.
Debug: Class[Puppet_agent::Install]: Transaction canceled, skipping
Debug: Class[Puppet_agent::Configure]: Transaction canceled, skipping
Debug: Class[Puppet_agent::Configure]: Transaction canceled, skipping
Debug: Class[Puppet_agent::Service]: Transaction canceled, skipping
Debug: Class[Puppet_agent::Service]: Transaction canceled, skipping
Debug: Class[Puppet_agent]: Transaction canceled, skipping
Debug: Stage[main]: Transaction canceled, skipping
Debug: /Schedule[puppet]: Transaction canceled, skipping
Debug: /Schedule[hourly]: Transaction canceled, skipping
Debug: /Schedule[daily]: Transaction canceled, skipping
Debug: /Schedule[weekly]: Transaction canceled, skipping
Debug: /Schedule[monthly]: Transaction canceled, skipping
Debug: /Schedule[never]: Transaction canceled, skipping
Debug: /Filebucket[puppet]: Transaction canceled, skipping
Debug: Finishing transaction 35613180
Debug: Storing state
Debug: Pruned old state cache entries in 0.00 seconds
Debug: Stored state in 0.01 seconds
Notice: Applied catalog in 8.59 seconds
Debug: Applying settings catalog for sections reporting, metrics
Debug: Finishing transaction 37290600
Debug: Received report to process from 75e7cb56e971
Debug: Processing report from 75e7cb56e971 with processor Puppet::Reports::Store
Explore the upgraded container? [y/N]: n
Moving on...
Complete

The dockerfiles are only used for iterative development to test upgrades.
@joshcooper joshcooper requested a review from a team December 16, 2021 17:04
@luchihoratiu luchihoratiu merged commit 0799a59 into puppetlabs:main Dec 17, 2021
@cthorn42 cthorn42 added the maintenance Maintenance chores are typically excluded from changelogs label Jan 26, 2022
@joshcooper joshcooper deleted the bump_docker branch August 15, 2023 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Maintenance chores are typically excluded from changelogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants