File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ COPY hack/golang/golangci-lint.yaml .
34
34
RUN --mount=type=cache,target=/root/.cache/go-build golangci-lint run --config golangci-lint.yaml
35
35
36
36
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
38
38
COPY --from=build /bldr /bldr
39
39
40
40
FROM scratch AS integration.test
41
41
COPY --from=build /src/integration.test /integration.test
42
42
43
43
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
45
45
ENTRYPOINT ["/bldr" , "frontend" ]
Original file line number Diff line number Diff line change 1
1
REGISTRY ?= ghcr.io
2
- USERNAME ?= talos-systems
2
+ USERNAME ?= siderolabs
3
3
TAG ?= $(shell git describe --tag --always --dirty)
4
4
REGISTRY_AND_USERNAME := $(REGISTRY ) /$(USERNAME )
5
5
RUN_TESTS ?= TestIntegration
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ can be exported as container image.
21
21
## Usage
22
22
23
23
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:
25
25
26
26
- via ` docker buildx ` :
27
27
@@ -129,15 +129,15 @@ names are ignored.
129
129
### ` Pkgfile `
130
130
131
131
``` 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
133
133
134
134
format : v1alpha2
135
135
136
136
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
138
138
139
139
labels :
140
- org.opencontainers.image.source : https://github.com/talos-systems /bldr
140
+ org.opencontainers.image.source : https://github.com/siderolabs /bldr
141
141
` ` `
142
142
143
143
First line of the file should always be magic comment which is picked up by
@@ -238,7 +238,7 @@ Internal dependency:
238
238
External dependency :
239
239
240
240
` ` ` yaml
241
- - image: ghcr.io/talos-systems /tools:v0.3.0-8-ge86a8f3
241
+ - image: ghcr.io/siderolabs /tools:v0.3.0-8-ge86a8f3
242
242
runtime: false
243
243
to: /
244
244
` ` `
You can’t perform that action at this time.
0 commit comments