From 49ebe86dd528566afc253491b8c5f85d4efdf36a Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Thu, 16 Dec 2021 18:28:01 +0100 Subject: [PATCH] chore: add docker all hands talk --- README.md | 11 ++++++----- .../tools/docusaurus-plugin-contributors/src/index.ts | 1 - website/docs/docker.md | 5 +++-- website/package.json | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cc2275c41..29f8ab8a4 100644 --- a/README.md +++ b/README.md @@ -75,15 +75,16 @@ booted in a couple of seconds, fast enough for any CI. Many open source projects ## Talks -### **Testing the integrity of your React components by publishing in a private registry - React Finland 2021**. +### **Using Docker and Verdaccio to make Integration Testing Easy - Docker All Hands #4 December - 2021**. -[![beerjscrb](https://cdn.verdaccio.dev/readme/react-finland-2021-jpicado.jpeg)](https://www.youtube.com/watch?v=bRKZbrlQqLY&t=16s&ab_channel=ReactFinland) +[![docker](https://cdn.verdaccio.dev/readme/docker-all-hands-jpicado-talk.jpg)](https://www.youtube.com/watch?v=zRI0skF1f8I) You might want to check out as well our previous talks: -- [BeerJS Cba Meetup No. 53 May 2021 - **Juan Picado**](https://www.youtube.com/watch?v=6SyjqBmS49Y&ab_channel=BeerJSCba) -- [Node.js Dependency Confusion Attacks - April 2021 - **Juan Picado\***](https://www.youtube.com/watch?v=qTRADSp3Hpo) -- [**OpenJS World 2020** about \*Cover your Projects with a Multi purpose Lightweight Node.js Registry - **Juan Picado\***](https://www.youtube.com/watch?v=oVCjDWeehAQ) +- [**Juan Picado** – Testing the integrity of React components by publishing in a private registry](https://www.youtube.com/watch?v=bRKZbrlQqLY&t=16s&ab_channel=ReactFinland) +- [BeerJS Cba Meetup No. 53 May 2021 - **Juan Picado** React Finland - 2021](https://www.youtube.com/watch?v=6SyjqBmS49Y&ab_channel=BeerJSCba) +- [Node.js Dependency Confusion Attacks - April 2021 - **Juan Picado**](https://www.youtube.com/watch?v=qTRADSp3Hpo) +- [**OpenJS World 2020** about \*Cover your Projects with a Multi purpose Lightweight Node.js Registry - **Juan Picado**](https://www.youtube.com/watch?v=oVCjDWeehAQ) - [ViennaJS Meetup - Introduction to Verdaccio by **Priscila Olivera** and **Juan Picado**](https://www.youtube.com/watch?v=hDIFKzmoCa) - [Open Source? trivago - Verdaccio (**Ayush** and **Juan Picado**) January 2020](https://www.youtube.com/watch?v=A5CWxJC9xzc) - [GitNation Open Source Stage - How we have built a Node.js Registry with React - **Juan Picado** December 2019](https://www.youtube.com/watch?v=gpjC8Qp9B9A) diff --git a/packages/tools/docusaurus-plugin-contributors/src/index.ts b/packages/tools/docusaurus-plugin-contributors/src/index.ts index c8d2d59eb..80841be74 100644 --- a/packages/tools/docusaurus-plugin-contributors/src/index.ts +++ b/packages/tools/docusaurus-plugin-contributors/src/index.ts @@ -31,7 +31,6 @@ export default function contributorsPlugin( const contributorsFilesName = pathFileName || join(__dirname, 'contributors.json'); try { content = JSON.parse(readFileSync(contributorsFilesName, 'utf8')); - console.log('content', content); return content; } catch (error) { console.log('error', error); diff --git a/website/docs/docker.md b/website/docs/docker.md index b7dea0155..114098da8 100644 --- a/website/docs/docker.md +++ b/website/docs/docker.md @@ -3,8 +3,7 @@ id: docker title: Docker --- -![alt Docker Pulls Count](https://dockeri.co/image/verdaccio/verdaccio "Docker Pulls Count") - + To pull the latest pre-built [docker image](https://hub.docker.com/r/verdaccio/verdaccio/): @@ -16,6 +15,8 @@ docker pull verdaccio/verdaccio ## Tagged Versions {#tagged-versions} +![alt Docker Pulls Count](https://dockeri.co/image/verdaccio/verdaccio "Docker Pulls Count") + Since version `v2.x` you can pull docker images by [tag](https://hub.docker.com/r/verdaccio/verdaccio/tags/), as follows: For a major version: diff --git a/website/package.json b/website/package.json index e6fedaf3f..610652f49 100644 --- a/website/package.json +++ b/website/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@verdaccio/website", - "version": "5.3.1", + "version": "5.3.2", "scripts": { "docusaurus": "docusaurus", "start": "docusaurus start",