Skip to content

Commit

Permalink
Merge branch 'main' into workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnamehrotra authored Apr 29, 2024
2 parents f1a4a98 + c6890cc commit df364d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pkgmgr/apk.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func (am *apkManager) InstallUpdates(ctx context.Context, manifest *unversioned.
// mounting a copy of apk-tools-static into the image and invoking apk-static directly.
func (am *apkManager) upgradePackages(ctx context.Context, updates unversioned.UpdatePackages) (*llb.State, []byte, error) {
// TODO: Add support for custom APK config
apkUpdated := am.config.ImageState.Run(llb.Shlex("apk update"), llb.WithProxy(utils.GetProxy())).Root()
apkUpdated := am.config.ImageState.Run(llb.Shlex("apk update"), llb.WithProxy(utils.GetProxy()), llb.IgnoreCache).Root()

var apkInstalled llb.State
var resultManifestBytes []byte
Expand Down

0 comments on commit df364d1

Please sign in to comment.