mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #40821 from lucab/to-k8s/test-images-mounttest-user
Automatic merge from submit-queue (batch tested with PRs 40828, 40821) test/images/mount-tester-user: bump base image to 0.8 This PR bumps the base image used by `mount-tester-user` after https://github.com/kubernetes/kubernetes/pull/40613.
This commit is contained in:
commit
71369b9b1b
@ -12,5 +12,5 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM gcr.io/google_containers/mounttest:0.7
|
FROM gcr.io/google_containers/mounttest:0.8
|
||||||
USER 1001
|
USER 1001
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
TAG = 0.4
|
TAG = 0.5
|
||||||
PREFIX = gcr.io/google_containers
|
PREFIX = gcr.io/google_containers
|
||||||
|
|
||||||
all: push
|
all: push
|
||||||
|
Loading…
Reference in New Issue
Block a user