Skip to content

Commit

Permalink
chexlinx (#265)
Browse files Browse the repository at this point in the history
* chexlinx

* todo 429 edit linx

* todo 429 edit linx for ALL of GH i guess

* dockerlinx
  • Loading branch information
pirog authored Nov 4, 2024
1 parent e47daef commit 6a0c4a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/services/l337.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The `l337` service is the lowest level `api: 4` service and it implements **L**a

In high level terms it combines _service orchestration_ and _image specification_ into a single file format.

Specifically, it is a light superset around the [Docker Compose Version 3](https://docs.docker.com/reference/compose-file/) format that also uses the [Dockerfile](https://docs.docker.com/engine/reference/builder/) specification.
Specifically, it is a light superset around the [Docker Compose Version 3](https://docs.docker.com/reference/compose-file/) format that also uses the [Dockerfile](https://docs.docker.com/reference/dockerfile) specification.

This means that you _should_ be able to paste Docker Compose and/or Dockerfile compatible contents into your Landofile, add `api: 4` to each service and have it "just work".

Expand Down Expand Up @@ -162,7 +162,7 @@ Note that you can also use `dockerfile` instead of `imagefile` if you prefer tha

### Build Args

You can pass in [build args](https://docs.docker.com/build/guide/build-args/) that are then used by your `image` instructions. Both `array` and `object` notation is permissible but `object` is probably better.
You can pass in [build args](https://docs.docker.com/build/building/variables/) that are then used by your `image` instructions. Both `array` and `object` notation is permissible but `object` is probably better.

**Landofile**
```yaml
Expand Down Expand Up @@ -211,7 +211,7 @@ services:
imagefile: nginx:1.21
```

Note that if you do `buildkit: false` some image build features, specifically those in [Dockerfile 1.1.0+](https://docs.docker.com/build/dockerfile/release-notes/#110) and the [ssh](#ssh) features of this service, may not be available. You can also use `buildx` as an alias for `buildkit`. If you use both it will evaluate to `true` if either is `true`. Really just don't use both ;)!
Note that if you do `buildkit: false` some image build features, specifically those in [Dockerfile 1.1.0+](https://docs.docker.com/build/buildkit/dockerfile-release-notes/#110) and the [ssh](#ssh) features of this service, may not be available. You can also use `buildx` as an alias for `buildkit`. If you use both it will evaluate to `true` if either is `true`. Really just don't use both ;)!

You probably should just ignore this setting unless you have a well understood reason to do otherwise.

Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"x.com",
"twitter.com",
"yargs.js.org/docs",
"https://github.com/issues",
"https://support.patreon.com",
"https://docs.google.com/document",
"https://docs.google.com/forms",
"https://github.com",
"/v/"
]
skipPatterns = [
Expand Down

0 comments on commit 6a0c4a7

Please sign in to comment.