mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-10-31 01:37:42 +00:00 
			
		
		
		
	bump alpine in some test cases
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
		| @@ -13,7 +13,7 @@ services: | |||||||
|   - name: write-and-rotate-logs |   - name: write-and-rotate-logs | ||||||
|     image: linuxkit/logwrite:96b829f548434f3d36bfac32e3bd4a497e658a90 |     image: linuxkit/logwrite:96b829f548434f3d36bfac32e3bd4a497e658a90 | ||||||
|   - name: check-the-logs |   - name: check-the-logs | ||||||
|     image: alpine:3.13 |     image: alpine:3.21 | ||||||
|     binds: |     binds: | ||||||
|       - /check.sh:/check.sh |       - /check.sh:/check.sh | ||||||
|       - /dev/console:/dev/console |       - /dev/console:/dev/console | ||||||
|   | |||||||
| @@ -16,7 +16,7 @@ services: | |||||||
|     image: linuxkit/logwrite:96b829f548434f3d36bfac32e3bd4a497e658a90 |     image: linuxkit/logwrite:96b829f548434f3d36bfac32e3bd4a497e658a90 | ||||||
|     command: ["/usr/bin/logwrite", "-max-log-size", "1024"] |     command: ["/usr/bin/logwrite", "-max-log-size", "1024"] | ||||||
|   - name: check-the-logs |   - name: check-the-logs | ||||||
|     image: alpine:3.13 |     image: alpine:3.21 | ||||||
|     binds: |     binds: | ||||||
|       - /check.sh:/check.sh |       - /check.sh:/check.sh | ||||||
|       - /dev/console:/dev/console |       - /dev/console:/dev/console | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user