Skip to content

Commit

Permalink
chore: update to buildkit 0.11.4 (#68)
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
  • Loading branch information
sozercan committed Mar 16, 2023
1 parent 4265b24 commit 60dc116
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG NODE_VERSION="none"
ARG TRIVY_VERSION="0.37.3"

# [Choice] Buildkit version: see https://github.com/moby/buildkit/releases. Must be >0.10.3.
ARG BUILDKIT_VERSION="0.11.0"
ARG BUILDKIT_VERSION="0.11.4"

# Optionally install nodejs if specified
RUN if [ "${NODE_VERSION}" != "none" ]; then su vscode -c "umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1"; fi
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/patch.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This sample illustrates how to [patch containers using vulnerability reports](..
Alternatively, you can run `buildkitd` in a container, which allows copa to be run without root access to the local buildkit socket:

```bash
export BUILDKIT_VERSION=v0.10.5
export BUILDKIT_VERSION=v0.11.4
export BUILDKIT_PORT=8888
docker run \
--detach \
Expand Down Expand Up @@ -89,7 +89,7 @@ This sample illustrates how to [patch containers using vulnerability reports](..
<missing> 3 months ago ENV NJS_VERSION=0.7.0 0B buildkit.dockerfile.v0
<missing> 3 months ago ENV NGINX_VERSION=1.20.2 0B buildkit.dockerfile.v0
<missing> 3 months ago LABEL maintainer=NGINX Docker Maintainers <d… 0B buildkit.dockerfile.v0
<missing> 4 months ago /bin/sh -c #(nop) CMD ["bash"] 0B
<missing> 4 months ago /bin/sh -c #(nop) CMD ["bash"] 0B
<missing> 4 months ago /bin/sh -c #(nop) ADD file:09675d11695f65c55… 80.4MB
```

Expand Down
4 changes: 2 additions & 2 deletions website/docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This sample illustrates how to patch containers using vulnerability reports with
Alternatively, you can run `buildkitd` in a container, which allows copa to be run without root access to the local buildkit socket:

```bash
export BUILDKIT_VERSION=v0.10.5
export BUILDKIT_VERSION=v0.11.4
export BUILDKIT_PORT=8888
docker run \
--detach \
Expand Down Expand Up @@ -90,7 +90,7 @@ This sample illustrates how to patch containers using vulnerability reports with
<missing> 3 months ago ENV NJS_VERSION=0.7.0 0B buildkit.dockerfile.v0
<missing> 3 months ago ENV NGINX_VERSION=1.20.2 0B buildkit.dockerfile.v0
<missing> 3 months ago LABEL maintainer=NGINX Docker Maintainers <d… 0B buildkit.dockerfile.v0
<missing> 4 months ago /bin/sh -c #(nop) CMD ["bash"] 0B
<missing> 4 months ago /bin/sh -c #(nop) CMD ["bash"] 0B
<missing> 4 months ago /bin/sh -c #(nop) ADD file:09675d11695f65c55… 80.4MB
```
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-v0.1.0/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This sample illustrates how to patch containers using vulnerability reports with
Alternatively, you can run `buildkitd` in a container, which allows copa to be run without root access to the local buildkit socket:

```bash
export BUILDKIT_VERSION=v0.10.5
export BUILDKIT_VERSION=v0.11.4
export BUILDKIT_PORT=8888
docker run \
--detach \
Expand Down Expand Up @@ -90,7 +90,7 @@ This sample illustrates how to patch containers using vulnerability reports with
<missing> 3 months ago ENV NJS_VERSION=0.7.0 0B buildkit.dockerfile.v0
<missing> 3 months ago ENV NGINX_VERSION=1.20.2 0B buildkit.dockerfile.v0
<missing> 3 months ago LABEL maintainer=NGINX Docker Maintainers <d… 0B buildkit.dockerfile.v0
<missing> 4 months ago /bin/sh -c #(nop) CMD ["bash"] 0B
<missing> 4 months ago /bin/sh -c #(nop) CMD ["bash"] 0B
<missing> 4 months ago /bin/sh -c #(nop) ADD file:09675d11695f65c55… 80.4MB
```
Expand Down

0 comments on commit 60dc116

Please sign in to comment.