streamnative / pulsar-resources-operator

Apache License 2.0
34 stars 15 forks source link

Fixed APK upgrade operation in dockerfile #213

Closed merlimat closed 4 months ago

merlimat commented 4 months ago

Motivation

The apk upgrade step is failing for permission issue because it's done after the user is not root anymore. Changing the order to avoid the issue.

Modifications

Describe the modifications you've done.

Verifying this change

(Please pick either of the following options)

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

Documentation

Check the box below.

Need to update docs?