Code Monkey home page Code Monkey logo

Comments (7)

sjmayotte avatar sjmayotte commented on May 29, 2024

I should be able to review the issue in greater detail this weekend.

@peavers - for now, you can use v1.1 tag, which is the last official release of code. That should work without issue.

docker pull sjmayotte/route53-dynamic-dns:v1.1

Will provide more updates after I have time to review

from route53-dynamic-dns.

sjmayotte avatar sjmayotte commented on May 29, 2024

@peavers - issue should be fixed on latest image. Let me know if you have any further issues.

I'm going to be changing how we do image tags and will make sure latest always points to the latest stable version and use another tag for dev builds. Should prevent this type of issue in the future. Change will be implemented with next release in the next week or so.

from route53-dynamic-dns.

peavers avatar peavers commented on May 29, 2024

The same issue even after pulling the latest, but yeah rolled back to 1.1 and everything is good.

from route53-dynamic-dns.

sjmayotte avatar sjmayotte commented on May 29, 2024

@peavers - Just pushed a new release with tags v1.2.0 and latest. The error case you encountered should be fixed. Let me know if you have any issues.

from route53-dynamic-dns.

sjmayotte avatar sjmayotte commented on May 29, 2024

Closing issue. Please reopen if it persists.

from route53-dynamic-dns.

jevy avatar jevy commented on May 29, 2024

Howdy! Just had a similar issue:

$ docker run -d -t -i --rm \
    --name route53-dynamic-dns \
    -e AWS_ACCESS_KEY_ID=<ID> \
    -e AWS_SECRET_ACCESS_KEY=<secret> \
    -e AWS_REGION=us-east-1 \
    -e ROUTE53_HOSTED_ZONE_ID=<ID> \
    -e ROUTE53_DOMAIN=<domain> \
    -e ROUTE53_TYPE=A \
    -e ROUTE53_TTL=60 \
    -e LOG_TO_STDOUT=true \
    sjmayotte/route53-dynamic-dns:latest

Then checking the logs

docker logs route53-dynamic-dns

> [email protected] start /usr/src/app
> node startup.js

Log4js initialized with level INFO

Logging is configured to STDOUT
[2021-08-27T16:20:47.201] [INFO] default - Unable to load environment variables from .env file.  Process is likely running in a container.  Make sure you pass environment variables when starting container.

from route53-dynamic-dns.

jevy avatar jevy commented on May 29, 2024

Aww drat. If I had waited a minute I would see that it does in fact work. It was just the initial error message that threw me off. This is great! Thank you.

from route53-dynamic-dns.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.