Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Docker with Jekyll example not working #245

Closed
vcasellesb opened this issue Aug 15, 2024 · 2 comments
Closed

Using Docker with Jekyll example not working #245

vcasellesb opened this issue Aug 15, 2024 · 2 comments

Comments

@vcasellesb
Copy link

vcasellesb commented Aug 15, 2024

Hi! My name is Vicent Caselles, I'm a researcher working on biomedical image processing and I wanted to learn a little bit on Docker since I will be using it in my day-to-day in the short future.

First off, thanks for your great contents! I have walked through the whole tutorial, and I wanted to report some issues trying to generate the episode's website using the jekyll docker image (https://carpentries-incubator.github.io/docker-introduction/e02-jekyll-lesson-example.html). Namely, I am not able to find the folder that is mentioned in the tutorial, docker-introduction-gh-pages. I've tried cloning this whole repo, and switching to branch gh-pages and then running the docker container using the command provided in the example:

docker container run --rm -it --mount type=bind,source=${PWD},target=/srv/jekyll -p 127.0.0.1:4000:4000 jekyll/jekyll:3 jekyll serve

However, when I load https://localhost:4000, it does not load anything. Is it possible I'm making some mistake?

Thanks.
Vicent

@aturner-epcc
Copy link
Contributor

Hi @vcasellesb . Apologies for the issue with this example. We have an issue open to remove this example as it is no longer valid with the switch to the new Carpentries workbench format (which no longer uses Jekyll to build the website). I will try and get this sorted out as soon as possible so others are not affected.

@jcohen02
Copy link
Contributor

Hi @vcasellesb, thanks for highlighting this issue.

This is not working because fairly recently, our lesson, as part of a process being applied to all Carpentries lessons, was migrated to a new web template. The previous template was based on Jekyll and that's why we had this example in the lesson.

The new system, sandpaper isn't Jekyll based so the repository content has changed significantly and this Jekyll example will unfortunately no longer work.

We actually discussed this recently and added a note to #216 but it's clear that this needs removing as a matter of urgency so that other people don't get caught by this.

Apologies that you encountered this problem and thanks for highlighting it. We'll look into resolving this as quickly as possible.

jcohen02 added a commit that referenced this issue Aug 16, 2024
Removes defunct Jekyll example. Closes #245. Closes #216
github-actions bot pushed a commit that referenced this issue Aug 16, 2024
Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request #246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes #245. Closes #216
github-actions bot pushed a commit that referenced this issue Aug 16, 2024
Auto-generated via {sandpaper}
Source  : fa81360
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:02:38 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request #246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes #245. Closes #216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Aug 16, 2024
Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Aug 16, 2024
Auto-generated via {sandpaper}
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Aug 20, 2024
Auto-generated via {sandpaper}
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit that referenced this issue Aug 20, 2024
Auto-generated via {sandpaper}
Source  : fa81360
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:02:38 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request #246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes #245. Closes #216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Aug 27, 2024
Auto-generated via {sandpaper}
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit that referenced this issue Aug 27, 2024
Auto-generated via {sandpaper}
Source  : fa81360
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:02:38 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request #246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes #245. Closes #216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Sep 3, 2024
Auto-generated via {sandpaper}
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit that referenced this issue Sep 3, 2024
Auto-generated via {sandpaper}
Source  : fa81360
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:02:38 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request #246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes #245. Closes #216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Sep 10, 2024
Auto-generated via {sandpaper}
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit that referenced this issue Sep 10, 2024
Auto-generated via {sandpaper}
Source  : fa81360
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:02:38 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request #246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes #245. Closes #216
github-actions bot pushed a commit to WEHI-Education/docker-introduction that referenced this issue Sep 12, 2024
Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to WEHI-Education/docker-introduction that referenced this issue Sep 12, 2024
Auto-generated via {sandpaper}
Source  : a98af7c
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-09-12 05:35:27 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to WEHI-Education/docker-introduction that referenced this issue Sep 17, 2024
Auto-generated via {sandpaper}
Source  : a98af7c
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-09-12 05:35:27 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Sep 17, 2024
Auto-generated via {sandpaper}
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to WEHI-Education/docker-introduction that referenced this issue Sep 24, 2024
Auto-generated via {sandpaper}
Source  : a98af7c
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-09-12 05:35:27 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Sep 24, 2024
Auto-generated via {sandpaper}
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to WEHI-Education/docker-introduction that referenced this issue Oct 1, 2024
Auto-generated via {sandpaper}
Source  : a98af7c
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-09-12 05:35:27 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Oct 1, 2024
Auto-generated via {sandpaper}
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to WEHI-Education/docker-introduction that referenced this issue Oct 8, 2024
Auto-generated via {sandpaper}
Source  : a98af7c
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-09-12 05:35:27 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Oct 8, 2024
Auto-generated via {sandpaper}
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to WEHI-Education/docker-introduction that referenced this issue Oct 15, 2024
Auto-generated via `{sandpaper}`
Source  : a98af7c
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-09-12 05:35:27 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Oct 15, 2024
Auto-generated via `{sandpaper}`
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to WEHI-Education/docker-introduction that referenced this issue Oct 22, 2024
Auto-generated via `{sandpaper}`
Source  : a98af7c
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-09-12 05:35:27 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Oct 22, 2024
Auto-generated via `{sandpaper}`
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to WEHI-Education/docker-introduction that referenced this issue Oct 29, 2024
Auto-generated via `{sandpaper}`
Source  : a98af7c
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-09-12 05:35:27 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Oct 29, 2024
Auto-generated via `{sandpaper}`
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to WEHI-Education/docker-introduction that referenced this issue Nov 5, 2024
Auto-generated via `{sandpaper}`
Source  : a98af7c
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-09-12 05:35:27 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Nov 5, 2024
Auto-generated via `{sandpaper}`
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to WEHI-Education/docker-introduction that referenced this issue Nov 12, 2024
Auto-generated via `{sandpaper}`
Source  : a98af7c
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-09-12 05:35:27 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Nov 12, 2024
Auto-generated via `{sandpaper}`
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to WEHI-Education/docker-introduction that referenced this issue Nov 19, 2024
Auto-generated via `{sandpaper}`
Source  : a98af7c
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-09-12 05:35:27 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Nov 19, 2024
Auto-generated via `{sandpaper}`
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to WEHI-Education/docker-introduction that referenced this issue Nov 26, 2024
Auto-generated via `{sandpaper}`
Source  : a98af7c
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-09-12 05:35:27 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Nov 26, 2024
Auto-generated via `{sandpaper}`
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to WEHI-Education/docker-introduction that referenced this issue Dec 3, 2024
Auto-generated via `{sandpaper}`
Source  : a98af7c
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-09-12 05:35:27 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Dec 3, 2024
Auto-generated via `{sandpaper}`
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to WEHI-Education/docker-introduction that referenced this issue Dec 10, 2024
Auto-generated via `{sandpaper}`
Source  : a98af7c
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-09-12 05:35:27 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Dec 10, 2024
Auto-generated via `{sandpaper}`
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to WEHI-Education/docker-introduction that referenced this issue Dec 17, 2024
Auto-generated via `{sandpaper}`
Source  : a98af7c
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-09-12 05:35:27 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Dec 17, 2024
Auto-generated via `{sandpaper}`
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to WEHI-Education/docker-introduction that referenced this issue Dec 24, 2024
Auto-generated via `{sandpaper}`
Source  : a98af7c
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-09-12 05:35:27 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Dec 24, 2024
Auto-generated via `{sandpaper}`
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to WEHI-Education/docker-introduction that referenced this issue Dec 31, 2024
Auto-generated via `{sandpaper}`
Source  : a98af7c
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-09-12 05:35:27 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Dec 31, 2024
Auto-generated via `{sandpaper}`
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
github-actions bot pushed a commit to aturner-epcc/docker-introduction that referenced this issue Jan 7, 2025
Auto-generated via `{sandpaper}`
Source  : 1391fa4
Branch  : md-outputs
Author  : GitHub Actions <[email protected]>
Time    : 2024-08-16 09:35:26 +0000
Message : markdown source builds

Auto-generated via {sandpaper}
Source  : e87436e
Branch  : main
Author  : Jeremy Cohen <[email protected]>
Time    : 2024-08-16 09:01:46 +0000
Message : Merge pull request carpentries-incubator#246 from aturner-epcc/aturner-epcc/remove-jekyll

Removes defunct Jekyll example. Closes carpentries-incubator#245. Closes carpentries-incubator#216
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants