A container registry that uses the AT Protocol for manifest storage and S3 for blob storage. atcr.io
docker container atproto go

try without node or generate

evan.jarrett.net a7d32926 b99ae537

verified
-13
-6
.tangled/workflows/lint.yaml
··· 9 architecture: amd64 10 11 steps: 12 - - name: install node 13 - command: | 14 - apt-get update && \ 15 - apt-get install -y --no-install-recommends nodejs npm && \ 16 - rm -rf /var/lib/apt/lists/* 17 - 18 - name: Download and Generate 19 environment: 20 CGO_ENABLED: 1
··· 9 architecture: amd64 10 11 steps: 12 - name: Download and Generate 13 environment: 14 CGO_ENABLED: 1
-7
.tangled/workflows/tests.yml
··· 9 architecture: amd64 10 11 steps: 12 - - name: install node 13 - command: | 14 - apt-get update && \ 15 - apt-get install -y --no-install-recommends nodejs npm && \ 16 - rm -rf /var/lib/apt/lists/* 17 - 18 - name: Download and Generate 19 environment: 20 CGO_ENABLED: 1 21 command: | 22 go mod download 23 - go generate ./... 24 25 - name: Run Tests 26 environment:
··· 9 architecture: amd64 10 11 steps: 12 - name: Download and Generate 13 environment: 14 CGO_ENABLED: 1 15 command: | 16 go mod download 17 18 - name: Run Tests 19 environment: