Skip to content

Commit 9d49478

Browse files
committed
chore: rename org
Rename org Signed-off-by: Noel Georgi <[email protected]>
1 parent 376fe2b commit 9d49478

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ COPY hack/golang/golangci-lint.yaml .
3434
RUN --mount=type=cache,target=/root/.cache/go-build golangci-lint run --config golangci-lint.yaml
3535

3636
FROM scratch AS bldr
37-
LABEL org.opencontainers.image.source https://github.com/talos-systems/bldr
37+
LABEL org.opencontainers.image.source https://github.com/siderolabs/bldr
3838
COPY --from=build /bldr /bldr
3939

4040
FROM scratch AS integration.test
4141
COPY --from=build /src/integration.test /integration.test
4242

4343
FROM bldr AS frontend
44-
LABEL org.opencontainers.image.source https://github.com/talos-systems/bldr
44+
LABEL org.opencontainers.image.source https://github.com/siderolabs/bldr
4545
ENTRYPOINT ["/bldr", "frontend"]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
REGISTRY ?= ghcr.io
2-
USERNAME ?= talos-systems
2+
USERNAME ?= siderolabs
33
TAG ?= $(shell git describe --tag --always --dirty)
44
REGISTRY_AND_USERNAME := $(REGISTRY)/$(USERNAME)
55
RUN_TESTS ?= TestIntegration

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ can be exported as container image.
2121
## Usage
2222

2323
Given directory structure with `Pkgfile` and `pkg.yaml`
24-
(see [tools repository](https://github.com/talos-systems/tools) as an example),build can be triggered using following commands:
24+
(see [tools repository](https://github.com/siderolabs/tools) as an example),build can be triggered using following commands:
2525

2626
- via `docker buildx`:
2727

@@ -129,15 +129,15 @@ names are ignored.
129129
### `Pkgfile`
130130

131131
```yaml
132-
# syntax = ghcr.io/talos-systems/bldr:v0.2.0-alpha.3-frontend
132+
# syntax = ghcr.io/siderolabs/bldr:v0.2.0-alpha.3-frontend
133133

134134
format: v1alpha2
135135

136136
vars:
137-
TOOLCHAIN_IMAGE: ghcr.io/talos-systems/tools:v0.3.0-8-ge86a8f3
137+
TOOLCHAIN_IMAGE: ghcr.io/siderolabs/tools:v0.3.0-8-ge86a8f3
138138

139139
labels:
140-
org.opencontainers.image.source: https://github.com/talos-systems/bldr
140+
org.opencontainers.image.source: https://github.com/siderolabs/bldr
141141
```
142142
143143
First line of the file should always be magic comment which is picked up by
@@ -238,7 +238,7 @@ Internal dependency:
238238
External dependency:
239239

240240
```yaml
241-
- image: ghcr.io/talos-systems/tools:v0.3.0-8-ge86a8f3
241+
- image: ghcr.io/siderolabs/tools:v0.3.0-8-ge86a8f3
242242
runtime: false
243243
to: /
244244
```

0 commit comments

Comments
 (0)