Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lilyminium/openff-images
Docker images for OpenFF projects
https://github.com/lilyminium/openff-images
Last synced: about 2 months ago
JSON representation
Docker images for OpenFF projects
- Host: GitHub
- URL: https://github.com/lilyminium/openff-images
- Owner: lilyminium
- License: mit
- Created: 2024-10-15T00:24:43.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T08:48:05.000Z (about 2 months ago)
- Last Synced: 2024-11-12T09:18:52.303Z (about 2 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openff-images
Docker images for OpenFF projects## Set up instructions
Below are instructions for pushing your own images. Step 1 is to have Docker installed and running.
### Log in to ghcr.io
Create a personal access token with package permissions and set it as `GH_TOKEN=...`
Log in:
```
echo $GH_TOKEN | docker login ghcr.io -u $GITHUB_USERNAME --password-stdin
```### Make packages public
Navigate to the url: https://github.com/users/lilyminium/packages/container/package/openff-images
Click "Package settings" on the right-hand sidebar. Scroll down to the Danger zone and make it public.