Skip to content

Commit

Permalink
Merge branch 'devopsdays:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kokedevops authored Feb 22, 2025
2 parents 095f0a1 + 6e8a990 commit 20b00ec
Show file tree
Hide file tree
Showing 1,136 changed files with 16,850 additions and 5,574 deletions.
38 changes: 38 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Update the NODE_VERSION arg in docker-compose.yml to pick a Node version: 18, 16, 14
ARG NODE_VERSION=16
FROM mcr.microsoft.com/devcontainers/javascript-node:${NODE_VERSION}

# VARIANT can be either 'hugo' for the standard version or 'hugo_extended' for the extended version.
ARG VARIANT=hugo_extended
# VERSION can be either 'latest' or a specific version number
ARG VERSION=latest

# Download Hugo
RUN apt-get update && apt-get install -y ca-certificates openssl git curl && \
rm -rf /var/lib/apt/lists/* && \
case ${VERSION} in \
latest) \
export VERSION=$(curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4)}') ;;\
esac && \
echo ${VERSION} && \
case $(uname -m) in \
aarch64) \
export ARCH=ARM64 ;; \
*) \
export ARCH=64bit ;; \
esac && \
echo ${ARCH} && \
wget -O ${VERSION}.tar.gz https://github.com/gohugoio/hugo/releases/download/v${VERSION}/${VARIANT}_${VERSION}_Linux-${ARCH}.tar.gz && \
tar xf ${VERSION}.tar.gz && \
mv hugo /usr/bin/hugo

# Hugo dev server port
EXPOSE 1313

# [Optional] Uncomment this section to install additional OS packages you may want.
#
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>

# [Optional] Uncomment if you want to install more global node packages
# RUN sudo -u node npm install -g <your-package-list-here>
58 changes: 49 additions & 9 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,51 @@
{
"name": "Hugo (Community)",
"build": {
"dockerfile": "Dockerfile",
"args": {
// Update VARIANT to pick hugo variant.
// Example variants: hugo, hugo_extended
// Rebuild the container if it already exists to update.
"VARIANT": "hugo_extended",
// Update VERSION to pick a specific hugo version.
// Example versions: latest, 0.73.0, 0,71.1
// Rebuild the container if it already exists to update.
"VERSION": "latest",
// Update NODE_VERSION to pick the Node.js version: 12, 14
"NODE_VERSION": "14"
}
},
"hostRequirements": {
"cpus": 4,
"memory": "16gb",
"storage": "32gb"
},
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
},
"postCreateCommand": "hugo server -D -F --baseURL \"https://$CODESPACE_NAME-1313.$GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN/\" -liveReloadPort=443 --appendPort=false --bind=0.0.0.0"
}
"cpus": 4,
"memory": "16gb",
"storage": "32gb"
},
// Configure tool-specific properties.
"customizations": {
// Configure properties specific to VS Code.
"vscode": {
// Set *default* container specific settings.json values on container create.
"settings": {
"html.format.templating": true
},

// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"bungcip.better-toml",
"davidanson.vscode-markdownlint"
]
}
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [
1313
],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "hugo server -D -F --baseURL \"https://$CODESPACE_NAME-1313.$GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN/\" -liveReloadPort=443 --appendPort=false --bind=0.0.0.0 --logLevel=debug",


// Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "root"
}
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added assets/events/2024-maceio/speakers/baltazar.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/events/2024-maceio/speakers/carlos.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/events/2024-maceio/speakers/daniel.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/events/2024-maceio/speakers/erivaldo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/events/2024-maceio/speakers/lara.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/events/2024-maceio/speakers/lucas.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/events/2024-maceio/speakers/marcello.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/events/2024-maceio/speakers/tony.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/events/2024-maceio/speakers/vinicius.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/events/2024-salvador/speakers/tbd.jpeg
Binary file added assets/events/2025-aarhus/speakers/gang-luo.jpg
Binary file added assets/events/2025-aarhus/speakers/lars-kruse.jpg
Binary file added assets/events/2025-amsterdam/organizers/bram.png
Binary file added assets/events/2025-amsterdam/organizers/joep.png
Binary file added assets/events/2025-amsterdam/organizers/nati.jpg
Binary file added assets/events/2025-baltimore/logo.png
Binary file modified assets/events/2025-chicago/organizers/corey-ward.jpg
Binary file added assets/events/2025-chicago/speakers/reid.png
Binary file added assets/events/2025-detroit/logo.png
Binary file added assets/events/2025-eindhoven/organizers/bart.png
Binary file removed assets/events/2025-geneva/logo-square.png
Diff not rendered.
Binary file added assets/events/2025-geneva/logo.png
Binary file added assets/events/2025-goiania/logo.png
Binary file added assets/events/2025-halifax/halifax-background.png
Binary file added assets/events/2025-halifax/logo.png
Binary file added assets/events/2025-lima/logo-square.png
Binary file added assets/events/2025-lima/logo.png
Binary file added assets/events/2025-lima/organizers/gino-leon.jpg
Binary file added assets/events/2025-lima/organizers/mario-inga.jpg
Binary file added assets/events/2025-rio-de-janeiro/logo-square.png
Binary file added assets/events/2025-singapore/logo-square.png
Binary file added assets/events/2025-singapore/logo.png
Binary file added assets/events/2025-singapore/skyline-merlion.jpg
Binary file added assets/events/2025-tel-aviv/logo.png
Binary file added assets/events/2025-tel-aviv/organizers/ariel.png
Binary file added assets/events/2025-vilnius/logo-square.png
Binary file added assets/events/2025-vilnius/logo.png
Binary file added assets/events/2025-washington-dc/logo.png
File renamed without changes
Binary file added assets/events/2025-zurich/speakers/marc-schuh.png
Binary file added assets/sponsors/4/4data.png
Binary file added assets/sponsors/a/acellere.png
Binary file added assets/sponsors/a/ai4ru.png
Binary file added assets/sponsors/a/aikido.png
Binary file added assets/sponsors/a/akamai-before-20241226.png
Binary file modified assets/sponsors/a/akamai.png
Binary file added assets/sponsors/a/almeria-tech.png
Binary file added assets/sponsors/a/altel-digital.png
Binary file added assets/sponsors/a/alurafiap.png
Binary file added assets/sponsors/a/amanox-before-20241020.png
Binary file added assets/sponsors/a/amsterdamdev.png
Binary file added assets/sponsors/a/assessivate.png
Binary file added assets/sponsors/a/atlassian-community-msp.png
Binary file added assets/sponsors/a/atono.png
Binary file added assets/sponsors/a/aws-user-group-brasilia.png
Binary file added assets/sponsors/a/aws-women.png
Binary file added assets/sponsors/a/axiom.png
Binary file added assets/sponsors/b/bank-rbk.png
Binary file added assets/sponsors/b/bellsoft.png
Binary file added assets/sponsors/b/bintech.png
Binary file added assets/sponsors/b/birmingham-women-in-tech.png
Binary file added assets/sponsors/b/blip.png
Binary file added assets/sponsors/b/tergos_be.png
Binary file added assets/sponsors/c/cairo-university.png
Binary file added assets/sponsors/c/chatt-state.png
Binary file added assets/sponsors/c/chicago-pug.png
Binary file added assets/sponsors/c/cirrusnorth.png
Binary file added assets/sponsors/c/clc_halifax.png
Binary file added assets/sponsors/c/cleva.png
Binary file added assets/sponsors/c/cloud-plusplus.png
Binary file added assets/sponsors/c/cloudbees-before-20250128.png
Binary file modified assets/sponsors/c/cloudbees.png
Binary file added assets/sponsors/c/cncf-dfw.png
Binary file added assets/sponsors/c/coder.png
Binary file added assets/sponsors/c/cortex-before-20250211.png
Binary file modified assets/sponsors/c/cortex.png
Binary file added assets/sponsors/c/cps1.png
Loading

0 comments on commit 20b00ec

Please sign in to comment.