Skip to content

Commit

Permalink
moving data102 image to it's own repo
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Sep 19, 2024
1 parent e2bb2b2 commit 5457a32
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 203 deletions.
23 changes: 0 additions & 23 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,6 @@ jobs:
hubploy deploy --timeout 30m data100 hub ${CIRCLE_BRANCH}
no_output_timeout: 30m

- run:
name: Deploy data102
command: |
hubploy deploy --timeout 30m data102 hub ${CIRCLE_BRANCH}
no_output_timeout: 30m

- run:
name: Deploy datahub
command: |
Expand Down Expand Up @@ -269,14 +263,6 @@ workflows:
ignore:
- staging
- prod
- hubploy/build-image:
deployment: data102
name: data102 image build
filters:
branches:
ignore:
- staging
- prod
- hubploy/build-image:
deployment: datahub
# Workshop hub also uses this
Expand Down Expand Up @@ -325,14 +311,6 @@ workflows:
branches:
only:
- staging
- hubploy/build-image:
deployment: data102
name: data102 image build
push: true
filters:
branches:
only:
- staging
- hubploy/build-image:
# workshop hub also uses this image
deployment: datahub
Expand Down Expand Up @@ -369,7 +347,6 @@ workflows:
requires:
- data8 image build
- data100 image build
- data102 image build
- datahub image build
- edx image build
- ischool image build
Expand Down
5 changes: 1 addition & 4 deletions deployments/data102/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
images:
images:
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/data102-user-image
path: image/
repo2docker:
base_image: docker.io/library/buildpack-deps:jammy
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/data102-user-image:PLACEHOLDER

registry:
provider: gcloud
Expand Down
5 changes: 5 additions & 0 deletions deployments/data102/image/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Data102 Image

This image is now located [in its own repo](https://github.com/berkeley-dsep-infra/data102-user-image).

Please see [the contribution guide](https://github.com/berkeley-dsep-infra/data102-user-image/blob/main/CONTRIBUTING.md) for instructions on how to propose changes to the image.
81 changes: 0 additions & 81 deletions deployments/data102/image/apt.txt

This file was deleted.

56 changes: 0 additions & 56 deletions deployments/data102/image/environment.yml

This file was deleted.

29 changes: 0 additions & 29 deletions deployments/data102/image/infra-requirements.txt

This file was deleted.

5 changes: 0 additions & 5 deletions deployments/data102/image/postBuild

This file was deleted.

5 changes: 0 additions & 5 deletions deployments/data102/image/start

This file was deleted.

1 change: 1 addition & 0 deletions scripts/user-image-management/repos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ [email protected]:berkeley-dsep-infra/astro-user-image.git
[email protected]:berkeley-dsep-infra/biology-user-image.git
[email protected]:berkeley-dsep-infra/cee-user-image.git
[email protected]:berkeley-dsep-infra/data101-user-image.git
[email protected]:berkeley-dsep-infra/data102-user-image.git
[email protected]:berkeley-dsep-infra/dev-primary-image.git
[email protected]:berkeley-dsep-infra/dev-secondary-image.git
[email protected]:berkeley-dsep-infra/eecs-user-image.git
Expand Down

0 comments on commit 5457a32

Please sign in to comment.