Skip to content

Commit

Permalink
Merge pull request #269 from cybozu-go/migrate-to-ghcr
Browse files Browse the repository at this point in the history
Migrate to ghcr.io
  • Loading branch information
yokaze authored Jan 10, 2024
2 parents 071eb29 + 42dbd17 commit 5653f1d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions v2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM quay.io/cybozu/golang:1.21-jammy as build-env
FROM --platform=$BUILDPLATFORM ghcr.io/cybozu/golang:1.21-jammy as build-env

ARG TARGETARCH

Expand All @@ -7,7 +7,7 @@ WORKDIR /workdir

RUN make build GOARCH=${TARGETARCH}

FROM --platform=$TARGETPLATFORM quay.io/cybozu/ubuntu:22.04
FROM --platform=$TARGETPLATFORM ghcr.io/cybozu/ubuntu:22.04

# https://docs.github.com/en/packages/managing-container-images-with-github-container-registry/connecting-a-repository-to-a-container-image#connecting-a-repository-to-a-container-image-on-the-command-line
LABEL org.opencontainers.image.source https://github.com/cybozu-go/coil
Expand Down
2 changes: 1 addition & 1 deletion v2/e2e/manifests/another_httpd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ spec:
test: coil
containers:
- name: httpd
image: quay.io/cybozu/testhttpd:0
image: ghcr.io/cybozu/testhttpd:0
2 changes: 1 addition & 1 deletion v2/e2e/manifests/httpd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ spec:
test: coil
containers:
- name: httpd
image: quay.io/cybozu/testhttpd:0
image: ghcr.io/cybozu/testhttpd:0
2 changes: 1 addition & 1 deletion v2/e2e/manifests/nat-client-sport-auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ spec:
test: coil
containers:
- name: ubuntu
image: quay.io/cybozu/ubuntu-debug:22.04
image: ghcr.io/cybozu/ubuntu-debug:22.04
command: ["pause"]
2 changes: 1 addition & 1 deletion v2/e2e/manifests/nat-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ spec:
test: coil
containers:
- name: ubuntu
image: quay.io/cybozu/ubuntu-debug:22.04
image: ghcr.io/cybozu/ubuntu-debug:22.04
command: ["pause"]
2 changes: 1 addition & 1 deletion v2/e2e/manifests/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: ubuntu
image: quay.io/cybozu/ubuntu-debug:22.04
image: ghcr.io/cybozu/ubuntu-debug:22.04
command: ["/usr/local/bin/pause"]

0 comments on commit 5653f1d

Please sign in to comment.