tangled
alpha
login
or
join now
psychedeli.ca
/
tangled-containers
4
fork
atom
Container images for the Tangled Knot and Spindle servers
4
fork
atom
overview
issues
pulls
pipelines
will docker work at all on tangled
psychedeli.ca
3 months ago
cd87c91a
7ddf4cac
verified
This commit was signed with the committer's
known signature
.
psychedeli.ca
SSH Key Fingerprint:
SHA256:lxA4UZo3m7mVMluMNbOrpavEOBPMDc7Vh521+i80n50=
+3
-26
2 changed files
expand all
collapse all
unified
split
.tangled
workflows
build.yml
publish.yml
+3
-9
.tangled/workflows/build.yml
···
1
1
when:
2
2
-
- event: [pull_request]
2
2
+
- event: [push, pull_request]
3
3
branch: [main]
4
4
engine: nixery
5
5
dependencies:
6
6
nixpkgs:
7
7
-
- mise
8
7
- docker
9
8
- docker-buildx
10
9
steps:
11
11
-
- name: Install dependencies
12
12
-
command: |
13
13
-
mise trust
14
14
-
mise install
15
15
-
- name: Build images
16
16
-
command: |
17
17
-
mise build
10
10
+
command: |
11
11
+
docker build . --build-arg TANGLED_VERSION=v1.11.0-alpha
-17
.tangled/workflows/publish.yml
···
1
1
-
when:
2
2
-
- event: [push, manual]
3
3
-
branch: [main]
4
4
-
engine: nixery
5
5
-
dependencies:
6
6
-
nixpkgs:
7
7
-
- mise
8
8
-
- docker
9
9
-
- docker-buildx
10
10
-
steps:
11
11
-
- name: Install dependencies
12
12
-
command: |
13
13
-
mise trust
14
14
-
mise install
15
15
-
- name: Build and push images
16
16
-
command: |
17
17
-
mise publish