Skip to content

Commit

Permalink
Update release image and oscontainer references
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Oct 23, 2019
1 parent 30f7af9 commit 9a1dd3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/data/rhcos.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@
}
},
"oscontainer": {
"digest": "sha256:a8eab7b90a9770ad908cecfd040ee6be0325f34dbb143ed2b558d758e59447bc",
"image": "quay.io/vrutkovs/oscontainer"
"digest": "sha256:0a7326b34b6cf21c19bd2636ceb9ba06796c386284722368d12dc2e3f803f02e",
"image": "registry.svc.openshift.org/vrutkovs/machine-os-content"
},
"ostree-commit": "371c321908cea6d1ad225f7ed3c094ed0bab601783e25192ee86a813414a6a52",
"ostree-version": "30.20191021.okd.2"
Expand Down
2 changes: 1 addition & 1 deletion pkg/asset/releaseimage/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

var (
// defaultReleaseImageOriginal is the value served when defaultReleaseImagePadded is unmodified.
defaultReleaseImageOriginal = "quay.io/vrutkovs/okd-release:4.3-oct221126"
defaultReleaseImageOriginal = "quay.io/vrutkovs/okd-release:4.3-oct231034"
// defaultReleaseImagePadded may be replaced in the binary with a pull spec that overrides defaultReleaseImage as
// a null-terminated string within the allowed character length. This allows a distributor to override the payload
// location without having to rebuild the source.
Expand Down

0 comments on commit 9a1dd3b

Please sign in to comment.