Skip to content

Commit 106db5f

Browse files
committed
Final updates to container workshop w2025
1 parent 39fe24e commit 106db5f

60 files changed

Lines changed: 46 additions & 653 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1616
COPY Gemfile ./
1717

1818
# Install Bundler and Jekyll dependencies
19-
RUN gem install bundler && bundle install
19+
RUN gem install bundler -v 2.5.10 && bundle install
2020

2121
# Copy the rest of the application code
2222
COPY . .

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ruby-computing-wiki",
33
"build": {
44
"dockerfile": "Dockerfile",
5-
"options": ["--format=docker"], // required for Podman, remove line if using Docker
5+
// "options": ["--format=docker"], // required for Podman, remove line if using Docker
66
"context": ".."
77
},
88

docs.csv

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ https://docs.google.com/document/d/1qt16tP26RZPOllHIvHCzWWv1KS7-M4Cs4tmr6eU16eU,
1212
https://docs.google.com/document/d/1WnD7ZmUyZoqdxFuk47FHCdjoTVAfQJxDqoCi-qBqxOQ,Using the Printer,Department Management,,2,/docs/department/,printer-use,/docs/department#printing
1313
https://docs.google.com/document/d/1ocxp6zUY1p7BprscQii7zyyu0F0jJx281MC5JOXvSVg,Troubleshooting Common Issues,Develop in Container,,9,/docs/devcontainer/,troubleshooting,/docs/devcontainer#setup
1414
https://docs.google.com/document/d/1thskdRPZvwvL-bhyiI3_VxCRAutCms1xQ_mwOis6pkQ,New Device Access,Develop in Container,,1,/docs/devcontainer/,new-devices,/docs/devcontainer#setup
15-
https://docs.google.com/document/d/1dvfi_TXIHPQZWPL8JzjoKbE3Rej4w-WW7g8q2w0hwPo,,,,,/docs/,container-workshop-w2025,https://ucsbcarpentry.github.io/workshop/2025/02/05/ucsb-containers.html
16-
https://docs.google.com/document/d/1PlBrlhfhJoKrmdUo3Cr0R1aagJOZTHqgiO55G-XEWbA,,,,,/docs/,container-workshop-teaching-w2025,https://ucsbcarpentry.github.io/workshop/2025/02/05/ucsb-containers.html
15+
https://docs.google.com/document/d/1PlBrlhfhJoKrmdUo3Cr0R1aagJOZTHqgiO55G-XEWbA,,,,,/docs/,container-workshop-w2025,https://ucsbcarpentry.github.io/workshop/2025/02/05/ucsb-containers.html

docs/container-workshop-teaching-w2025/codelab.json

Lines changed: 0 additions & 23 deletions
This file was deleted.
-111 KB
Binary file not shown.
-21.4 KB
Binary file not shown.
-13.2 KB
Binary file not shown.
-256 KB
Binary file not shown.
-44.1 KB
Binary file not shown.
-139 KB
Binary file not shown.

0 commit comments

Comments
 (0)