Skip to content

Commit

Permalink
chore(deps): update docker/dockerfile docker tag to v1.12.0 (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent a1a452a commit ce40740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.11.1@sha256:10c699f1b6c8bdc8f6b4ce8974855dd8542f1768c26eb240237b8f1c9c6c9976
# syntax=docker/dockerfile:1.12.0@sha256:db1ff77fb637a5955317c7a3a62540196396d565f3dd5742e76dddbb6d75c4c5

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / arm/v7:ssh image

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image ksmanis/portage was pulled with platform "linux/amd64", expected "linux/arm/v7" for current build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / arm64:ssh image

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image ksmanis/portage was pulled with platform "linux/amd64", expected "linux/arm64" for current build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / arm/v7:tcp image

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image ksmanis/portage was pulled with platform "linux/amd64", expected "linux/arm/v7" for current build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / 386:tcp image

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image ksmanis/portage was pulled with platform "linux/amd64", expected "linux/386" for current build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / 386:ssh image

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image ksmanis/portage was pulled with platform "linux/amd64", expected "linux/386" for current build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / arm/v6:tcp image

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image ksmanis/portage was pulled with platform "linux/amd64", expected "linux/arm/v6" for current build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / arm/v6:ssh image

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image ksmanis/portage was pulled with platform "linux/amd64", expected "linux/arm/v6" for current build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / arm64:tcp image

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image ksmanis/portage was pulled with platform "linux/amd64", expected "linux/arm64" for current build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / arm/v7:ssh-ccache image

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image ksmanis/portage was pulled with platform "linux/amd64", expected "linux/arm/v7" for current build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / arm64:ssh-ccache image

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image ksmanis/portage was pulled with platform "linux/amd64", expected "linux/arm64" for current build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / ppc64le:ssh image

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image ksmanis/portage was pulled with platform "linux/amd64", expected "linux/ppc64le" for current build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / arm/v7:tcp-ccache image

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image ksmanis/portage was pulled with platform "linux/amd64", expected "linux/arm/v7" for current build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / 386:ssh-ccache image

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image ksmanis/portage was pulled with platform "linux/amd64", expected "linux/386" for current build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / ppc64le:tcp image

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image ksmanis/portage was pulled with platform "linux/amd64", expected "linux/ppc64le" for current build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / 386:tcp-ccache image

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image ksmanis/portage was pulled with platform "linux/amd64", expected "linux/386" for current build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / arm/v6:tcp-ccache image

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image ksmanis/portage was pulled with platform "linux/amd64", expected "linux/arm/v6" for current build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / arm/v6:ssh-ccache image

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image ksmanis/portage was pulled with platform "linux/amd64", expected "linux/arm/v6" for current build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / arm64:tcp-ccache image

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image ksmanis/portage was pulled with platform "linux/amd64", expected "linux/arm64" for current build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / ppc64le:ssh-ccache image

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image ksmanis/portage was pulled with platform "linux/amd64", expected "linux/ppc64le" for current build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / ppc64le:tcp-ccache image

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image ksmanis/portage was pulled with platform "linux/amd64", expected "linux/ppc64le" for current build
ARG BASE=distcc

FROM ksmanis/stage3:20241202@sha256:ff3b8cf76e8f4efb7a6e9800ad6438dc347eecc74c53fe7ac2a490b2ce6e3256 AS distcc
Expand Down

0 comments on commit ce40740

Please sign in to comment.