Skip to content

Commit 0293016

Browse files
raethleinactions-user
authored andcommitted
Apply automatic release changes for v0.6.13
1 parent 21b81ec commit 0293016

File tree

11 files changed

+221
-215
lines changed

11 files changed

+221
-215
lines changed

Pipfile.lock

Lines changed: 81 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ if args.get(build_utils.FLAG_RELEASE):
471471
Install the tools in the Dockerfile in your `.github/actions/build-environment/Dockerfile` as demonstrated in this example:
472472

473473
```Dockerfile
474-
FROM mltooling/build-environment:0.6.12
474+
FROM mltooling/build-environment:0.6.13
475475

476476
# Install Go Runtime
477477
RUN apt-get update \
@@ -483,7 +483,7 @@ RUN apt-get update \
483483
You can extend or overwrite the default entrypoint with your custom entrypoint script (e.g. `extended-entrypoint.sh`) as shown below:
484484

485485
```Dockerfile
486-
FROM mltooling/build-environment:0.6.12
486+
FROM mltooling/build-environment:0.6.13
487487

488488
COPY extended-entrypoint.sh /extended-entrypoint.sh
489489

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM mltooling/build-environment:0.6.12
1+
FROM mltooling/build-environment:0.6.13

docs/universal_build.helpers.build_docker.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ Sanitized means that, for example, the version is already checked and set depend
4747
## <kbd>function</kbd> `check_image`
4848

4949
```python
50-
check_image(image: str, trivy: bool = True, exit_on_error: bool = True) → None
50+
check_image(
51+
image: str,
52+
trivy: bool = True,
53+
exit_on_error: bool = True
54+
) → CompletedProcess
5155
```
5256

5357
Run vulnerability checks on Dockerimage.
@@ -63,7 +67,7 @@ Run vulnerability checks on Dockerimage.
6367

6468
---
6569

66-
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/helpers/build_docker.py#L62"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
70+
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/helpers/build_docker.py#L65"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
6771

6872
## <kbd>function</kbd> `lint_dockerfile`
6973

@@ -83,7 +87,7 @@ Run hadolint on the Dockerfile.
8387

8488
---
8589

86-
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/helpers/build_docker.py#L81"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
90+
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/helpers/build_docker.py#L84"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
8791

8892
## <kbd>function</kbd> `get_image_name`
8993

@@ -110,7 +114,7 @@ Get a valid versioned image name.
110114

111115
---
112116

113-
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/helpers/build_docker.py#L98"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
117+
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/helpers/build_docker.py#L101"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
114118

115119
## <kbd>function</kbd> `build_docker_image`
116120

@@ -145,7 +149,7 @@ Build a docker image from a Dockerfile in the working directory.
145149

146150
---
147151

148-
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/helpers/build_docker.py#L149"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
152+
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/helpers/build_docker.py#L152"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
149153

150154
## <kbd>function</kbd> `release_docker_image`
151155

0 commit comments

Comments
 (0)