File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
python-version : ' 3.12'
20
20
- name : Setup Hadolint
21
+ # We need to download this here due to a bug in the pre-commit/hadolint setup
22
+ # https://github.com/hadolint/hadolint/issues/886
21
23
shell : bash
22
24
run : |
23
25
set -euo pipefail
Original file line number Diff line number Diff line change
1
+ # syntax=docker/dockerfile:1.10.0@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
1
2
# =============
2
3
# This file is automatically generated from the templates in stackabletech/operator-templating
3
4
# DON'T MANUALLY EDIT THIS FILE
4
5
# =============
6
+ # NOTE: The syntax directive needs to be the first line in a Dockerfile
7
+ # https://docs.docker.com/build/checks/#fail-build-on-check-violations
8
+ # check=error=true
5
9
FROM oci.stackable.tech/sdp/ubi9-rust-builder AS builder
6
10
7
11
FROM registry.access.redhat.com/ubi9/ubi-minimal AS operator
You can’t perform that action at this time.
0 commit comments